summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a LaunchSimple API that is nicer to use for quick scripts.Jim Ingham2011-03-311-0/+26
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Expose ConnectRemote API through SBTarget and SBProcess.James McIlree2011-03-041-0/+35
* Added a missing API call in SBTarget that enables one to getGreg Clayton2011-03-021-0/+10
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Added a SBListener parameter to Launch and attach calls to avoid a raceGreg Clayton2011-02-031-4/+17
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-0/+1
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-9/+34
* Added support for some new environment variables within LLDB to enable someGreg Clayton2011-01-271-19/+85
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-43/+0
* Restored some missing APIs for the test suite. Now testsuite still has some f...Greg Clayton2011-01-231-0/+30
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-26/+23
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-180/+46
* Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton2010-12-151-1/+2
* Added the ability for SBTarget to resolve load addresses (convert lldb::addr_...Greg Clayton2010-12-121-0/+11
* Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c"Greg Clayton2010-11-081-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-15/+15
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+8
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-72/+25
* Improved API logging.Greg Clayton2010-10-301-55/+30
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-2/+4
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-87/+37
* Clean up the API logging code:Caroline Tice2010-10-261-108/+86
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-7/+295
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-4/+4
* Fixed a launching issue.Sean Callanan2010-10-071-4/+4
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-21/+20
* o SBtarget.cpp/.h:Johnny Chen2010-10-071-13/+13
* Expose the error contained within an SBValue.Greg Clayton2010-10-061-2/+106
* Leaving in deprecated functions until we can get a clean build with the new A...Greg Clayton2010-10-061-2/+25
* Added the first of hopefully many python example scripts that show how toGreg Clayton2010-10-061-31/+36
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-4/+4
* Change how we call Target::CreateBreakpoint to account for the new "name type...Jim Ingham2010-09-301-2/+2
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Fix indentations.Caroline Tice2010-09-201-2/+2
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+23
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+3
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-1/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-11/+0
* Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton2010-07-301-0/+7
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-19/+15
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-137/+79
* A little code cleanup to not create an script bridging object just to feedGreg Clayton2010-06-291-5/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-59/+75
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* And some more include line fixes.Eli Friedman2010-06-091-5/+5
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+553
OpenPOWER on IntegriCloud