summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko2015-10-311-134/+92
* Fix an error message (the debugger was invalid, not the target.)Jim Ingham2015-10-301-1/+1
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-0/+1
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-0/+11
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Rework LLDB system initialization.Zachary Turner2015-03-311-28/+33
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-3/+3
* Fixed "SBTarget SBDebugger::CreateTarget (const char *filename)" to use the s...Greg Clayton2014-11-131-6/+3
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-141-1/+3
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-1/+24
* Revert r219102 as it caused significant buildbot breakageEd Maste2014-10-061-4/+0
* Call SBDebugger::Initialize/Terminate from within Create/Destroy.Matthew Gardiner2014-10-061-0/+4
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-6/+29
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-7/+8
* Don't allow two threads to both be in SBDebugger::Create() due to threading i...Greg Clayton2014-05-191-0/+9
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-62/+67
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-56/+56
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-1/+37
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+36
* Avoid ambiguity between pid_t and lldb::pid_t.Virgile Bello2013-09-051-1/+1
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+1
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-0/+16
* <rdar://problem/13521159>Greg Clayton2013-03-271-24/+24
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham2012-11-301-0/+14
OpenPOWER on IntegriCloud