summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton2011-06-291-6/+41
* Add fuzz calls for SBTarget and SBThread.Johnny Chen2011-06-291-3/+4
* Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton2011-06-241-7/+71
* Added the ability to find functions from either a SBModule (find functionsGreg Clayton2011-06-211-0/+23
* Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dw...Johnny Chen2011-06-171-0/+4
* o TestHelloWorld.py:Johnny Chen2011-06-171-0/+4
* Add an API to SBDebugger class:Johnny Chen2011-06-151-10/+0
* Added the ability to set the Platform path for a module through the SBModuleGreg Clayton2011-04-301-103/+51
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-59/+59
* 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
OpenPOWER on IntegriCloud