summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBProcess.cpp
AgeCommit message (Expand)Author
2012-02-24Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
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-30Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-07Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton
2012-01-06http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen
2011-12-15Expose new read memory fucntion through python in SBProcess:Greg Clayton
2011-12-03Fixed some extra warnings that show up with the new clang.Greg Clayton
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This 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-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-06-24Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton
2011-03-05Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...Johnny Chen
2011-03-04Expose ConnectRemote API through SBTarget and SBProcess.James McIlree
2011-03-01Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-01-22Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-12-05Fixed an issue where SBProcess::LoadImage(...) was not returning the image Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-11-04Added support for loading and unloading shared libraries. This was done byGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-30Improved API logging.Greg Clayton
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice
2010-10-29Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton
2010-10-26Clean up the API logging code:Caroline Tice
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton
2010-10-06Added the first of hopefully many python example scripts that show how toGreg Clayton
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice
2010-09-15Remove unnecessary/inappropriate output-printing functions fromCaroline Tice
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-09And some more include line fixes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner