aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBDebugger.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1091/+846
2016-08-24Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.Jason Molenda1-0/+3
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+1
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-1/+1
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+1
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-4/+4
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+2
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-3/+3
2015-12-18Add API to support retrieving the formatters category for a specific languageEnrico Granata1-0/+10
2015-10-31Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko1-134/+92
2015-10-30Fix an error message (the debugger was invalid, not the target.)Jim Ingham1-1/+1
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata1-0/+1
2015-10-20Added support for the "--repl" argument to LLDB. Sean Callanan1-0/+11
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-31Rework LLDB system initialization.Zachary Turner1-28/+33
2015-03-19Move LLDB initialization/shutdown to Initialization.Zachary Turner1-3/+3
2014-11-13Fixed "SBTarget SBDebugger::CreateTarget (const char *filename)" to use the s...Greg Clayton1-6/+3
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham1-1/+3
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham1-1/+24
2014-10-06Revert r219102 as it caused significant buildbot breakageEd Maste1-4/+0
2014-10-06Call SBDebugger::Initialize/Terminate from within Create/Destroy.Matthew Gardiner1-0/+4
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton1-6/+29
2014-08-27Update LLDB to use LLVM's DynamicLibrary.Zachary Turner1-7/+8
2014-05-19Don't allow two threads to both be in SBDebugger::Create() due to threading i...Greg Clayton1-0/+9
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-62/+67
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-56/+56
2013-12-02Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton1-1/+37
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-0/+36
2013-09-05Avoid ambiguity between pid_t and lldb::pid_t.Virgile Bello1-1/+1
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello1-1/+1
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain1-0/+16
2013-03-27<rdar://problem/13521159>Greg Clayton1-24/+24
2013-01-28<rdar://problem/12978143>Enrico Granata1-1/+1
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-11-30Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham1-0/+14
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-2/+2
2012-10-18<rdar://problem/12462048>Greg Clayton1-9/+5
2012-10-04Ran the sources through the compiler with -Wshadow warningsJason Molenda1-1/+0
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-2/+5
2012-09-06Fixing a constness issue in an otherwise trivial patchEnrico Granata1-1/+1
2012-09-06Restoring an API as deprecated which was removed in a previous commitEnrico Granata1-0/+6
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton1-37/+44
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-32/+36
2012-08-20A baton isn't needed to dispatch input.Filipe Cabecinhas1-3/+3
2012-06-07Add API logging for SBDebugger::MemoryPressureDetected.Jim Ingham1-0/+7
2012-05-08Print out a notification when the process of a target other than the currentl...Jim Ingham1-0/+14
2012-05-08<rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...Enrico Granata1-57/+9
2012-05-08<rdar://problem/11358639>Greg Clayton1-1/+1
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham1-2/+2
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-2/+2