summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-181-4/+0
* [Reproducers] Implement log_append for function pointers.Jonas Devlieghere2019-03-111-8/+11
* [Reproducers] Replace callbacks with void*Jonas Devlieghere2019-03-111-11/+8
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-3/+25
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-72/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-62/+331
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-2/+51
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-5/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-13/+12
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-3/+9
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+11
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-4/+9
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-281-0/+12
* Move SystemInitializerFull header to source/APIAlex Langford2018-05-251-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-15/+11
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+3
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-0/+21
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-12/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+12
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-12/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+12
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* Fix a compile warning on linuxStephane Sezer2017-10-241-1/+1
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-12/+0
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-0/+12
* Make breakpoint names real entities.Jim Ingham2017-09-141-0/+14
* Expose active and available platform lists via SBDebugger APIVadim Macagon2017-08-091-0/+64
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-2/+3
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-2/+11
* Use Timeout<> in the Listener classPavel Labath2016-11-301-2/+2
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-2/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-3/+4
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-161-1/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1091/+846
* Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.Jason Molenda2016-08-241-0/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+1
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-1/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+1
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-4/+4
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-181-0/+10
OpenPOWER on IntegriCloud