summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)Author
2012-03-02<rdar://problem/10967188>Han Ming Ong
2012-02-29<rdar://10949461>Han Ming Ong
2012-02-29<rdar://10950312>Han Ming Ong
2012-02-26Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton
2012-02-25<rdar://problem/3535148>Han Ming Ong
2012-02-24Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton
2012-02-24Fixed the launching code when using the new SBLaunchInfo.Greg Clayton
2012-02-24Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2012-02-10Extended function lookup to allow the user toSean Callanan
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2012-01-30lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton
2011-12-20Work in progress for:Johnny Chen
2011-12-20Remove dead code found.Johnny Chen
2011-12-14I have added a function to SBTarget that allowsSean Callanan
2011-12-14http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen
2011-12-02After moving lldb::pid_t to 64 bits, keep a deprecated version around forGreg Clayton
2011-11-29<rdar://problem/10429064>Greg Clayton
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-11-12Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton
2011-11-03Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton
2011-10-14Add a test case to exercise the newly added SB API:Johnny Chen
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton
2011-10-11Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham
2011-10-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-10-01Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen
2011-09-26Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-09-21Fixed two printf format errors.Greg Clayton
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-29Public API changes:Enrico Granata
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton
2011-06-29Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton
2011-06-29Add fuzz calls for SBTarget and SBThread.Johnny Chen
2011-06-24Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton
2011-06-21Added the ability to find functions from either a SBModule (find functionsGreg Clayton