summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Expose more optional dependencies through GetBuildConfiguration()Jonas Devlieghere2019-12-201-0/+12
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-5/+1
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-2/+3
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-3/+2
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-0/+1
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-2/+3
* [lldb/Reproducers] Add missing instrumentation for SBFileJonas Devlieghere2019-12-041-15/+15
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-141-7/+37
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-0/+27
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-091-4/+2
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-2/+2
* [Reproducer] Don't isntrument methods that get called from the signal handler.Jonas Devlieghere2019-10-081-5/+4
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-4/+4
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-14/+103
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-9/+6
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-111-48/+6
* [NFC] Reformat SBDebugger before making changesJonas Devlieghere2019-09-111-31/+14
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-021-0/+7
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-8/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-53/+47
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-0/+6
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-1/+1
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-4/+4
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+183
* [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
OpenPOWER on IntegriCloud