summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-29/+24
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-3/+3
* Add API and implementation for SBDebugger::Destroy and Debugger::Destroy.Caroline Tice2011-01-221-0/+18
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-109/+64
* Patch from Stephen Wilson:Johnny Chen2010-12-201-1/+1
* Add code to make sure InputReaders finish and are cleaned up whenCaroline Tice2010-12-201-0/+3
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-0/+22
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-17/+17
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-1/+16
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-13/+13
* Improved API logging.Greg Clayton2010-10-301-15/+28
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-23/+13
* Clean up the API logging code:Caroline Tice2010-10-261-23/+35
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+104
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-4/+4
* Added a "--no-lldbinit" option (-n for short (which magically matchesGreg Clayton2010-10-111-5/+13
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-1/+1
OpenPOWER on IntegriCloud