summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* <rdar://problem/12462048>Greg Clayton2012-10-181-9/+5
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-1/+0
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+5
* Fixing a constness issue in an otherwise trivial patchEnrico Granata2012-09-061-1/+1
* Restoring an API as deprecated which was removed in a previous commitEnrico Granata2012-09-061-0/+6
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-37/+44
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-32/+36
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-201-3/+3
* Add API logging for SBDebugger::MemoryPressureDetected.Jim Ingham2012-06-071-0/+7
* Print out a notification when the process of a target other than the currentl...Jim Ingham2012-05-081-0/+14
* <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...Enrico Granata2012-05-081-57/+9
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-2/+2
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-2/+2
* <rdar://problem/11202426> Greg Clayton2012-04-091-2/+8
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+2
* Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...Jim Ingham2012-02-221-0/+11
* Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda2012-02-211-0/+4
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-2/+22
OpenPOWER on IntegriCloud