summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+0
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-9/+20
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+24
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-0/+49
* Make API calls for setting/getting user settable variables static.Caroline Tice2010-09-091-15/+11
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-3/+18
* eliminate some clang warnings.Chris Lattner2010-09-081-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-4/+30
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-301-0/+20
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-10/+10
* Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton2010-07-301-0/+6
* Add a unique ID to each debugger instance.Caroline Tice2010-06-301-1/+9
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-193/+175
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
OpenPOWER on IntegriCloud