summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding "-n", "-p" and "-w" flags to the lldb command-line tool toJim Ingham2011-09-131-0/+27
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-4/+3
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-1/+1
* Fixed some SWIG interoperability issuesEnrico Granata2011-08-191-0/+5
* Remember to restore the frame in the exe_ctx passed in to RunThreadPlan.Jim Ingham2011-08-131-1/+1
* Add a version of SBDebugger::Create which allows us to specify whether to sourceJim Ingham2011-08-131-0/+19
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-0/+7
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-0/+16
* Add an API to SBDebugger class:Johnny Chen2011-06-151-0/+18
* Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton2011-05-291-0/+14
* Make sure writing asynchronous output only backs upCaroline Tice2011-05-091-0/+18
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+12
* Added the ability to set the Platform path for a module through the SBModuleGreg Clayton2011-04-301-0/+20
* Add 'lldb_private' namespace where necessary to prevent ambiguity andCaroline Tice2011-04-251-3/+3
* Fixed an issue where if you specify an architecture from the command line like:Greg Clayton2011-04-181-43/+47
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-4/+4
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+6
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-0/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-31/+3
OpenPOWER on IntegriCloud