summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* rdar://problem/11584012Johnny Chen2012-06-041-2/+4
* Thread-hardening the SB API calls related to watchpoint operations.Johnny Chen2012-05-311-0/+11
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-8/+25
* Fixes the case where we created a dummy target, deleted it, and then tried to...Filipe Cabecinhas2012-05-191-1/+1
* Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton2012-04-231-2/+14
* In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton2012-04-061-1/+1
* Removed unused variable.Greg Clayton2012-03-291-1/+0
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-23/+21
* <rdar://problem/11113279>Greg Clayton2012-03-261-5/+6
* Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInf...Greg Clayton2012-03-071-4/+25
* Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton2012-03-061-0/+29
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-0/+72
* <rdar://problem/10967188>Han Ming Ong2012-03-021-2/+1
* <rdar://10949461>Han Ming Ong2012-02-291-7/+9
* <rdar://10950312>Han Ming Ong2012-02-291-1/+10
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-11/+7
* <rdar://problem/3535148>Han Ming Ong2012-02-251-0/+8
* Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton2012-02-241-0/+36
* Fixed the launching code when using the new SBLaunchInfo.Greg Clayton2012-02-241-68/+27
* Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton2012-02-241-0/+544
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+3
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+6
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+3
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-8/+8
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-13/+10
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-8/+15
* lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton2012-01-301-193/+257
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-60/+50
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+32
* Work in progress for:Johnny Chen2011-12-201-1/+1
* Remove dead code found.Johnny Chen2011-12-201-7/+0
* 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
OpenPOWER on IntegriCloud