summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* I have added a function to SBTarget that allowsSean Callanan2011-12-141-0/+27
* http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen2011-12-141-4/+4
* After moving lldb::pid_t to 64 bits, keep a deprecated version around forGreg Clayton2011-12-021-0/+11
* <rdar://problem/10429064>Greg Clayton2011-11-291-1/+1
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-2/+7
* <rdar://problem/10126482>Greg Clayton2011-11-131-17/+3
* Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton2011-11-121-1/+1
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-1/+11
* Add a test case to exercise the newly added SB API:Johnny Chen2011-10-141-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-15/+16
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-36/+37
* Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham2011-10-111-3/+13
* Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham2011-10-071-2/+2
* Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton2011-10-011-0/+6
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-271-2/+23
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-16/+116
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-0/+200
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-7/+83
* Fixed two printf format errors.Greg Clayton2011-09-211-1/+1
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-4/+42
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-0/+7
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-3/+3
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-3/+3
* Public API changes:Enrico Granata2011-07-291-0/+47
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-221-9/+13
* 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
OpenPOWER on IntegriCloud