summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+146
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-34/+47
* rdar://problem/10216227Johnny Chen2011-12-231-1/+1
* <rdar://problem/10584789>Greg Clayton2011-12-151-0/+6
* Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton2011-11-171-1/+1
* <rdar://problem/10126482>Greg Clayton2011-11-131-2/+4
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton2011-10-011-0/+5
* Destroy a target when it is deleted.Greg Clayton2011-09-301-0/+1
* After deleting a target, clear the target object and remove orphaned modules.Greg Clayton2011-09-301-0/+2
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-10/+69
OpenPOWER on IntegriCloud