summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/12490558>Greg Clayton2012-10-121-1/+7
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-1/+0
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-14/+22
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-221-1/+2
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-0/+10
* Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham2012-07-131-0/+47
* <rdar://problem/11791234>Greg Clayton2012-07-121-9/+9
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+23
* Added logging when API calls try to do something that shouldn't be done when ...Greg Clayton2012-04-061-42/+43
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-53/+123
* Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton2012-02-241-2/+2
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+13
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+5
* lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton2012-01-301-130/+171
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-16/+13
* Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton2012-01-301-8/+14
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-071-129/+0
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+125
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-0/+54
* Fixed some extra warnings that show up with the new clang.Greg Clayton2011-12-031-8/+8
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-3/+3
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-1/+3
* <rdar://problem/10126482>Greg Clayton2011-11-131-7/+9
* 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/+15
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-3/+3
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-1/+1
* Fixed SBTarget attach calls to properly deal with being connected to a remotelyGreg Clayton2011-06-241-4/+4
* Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...Johnny Chen2011-03-051-2/+2
* Expose ConnectRemote API through SBTarget and SBProcess.James McIlree2011-03-041-0/+82
* Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen2011-03-011-0/+14
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-3/+7
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-44/+60
* Fixed an issue where SBProcess::LoadImage(...) was not returning the image Greg Clayton2010-12-051-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-23/+23
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+8
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+21
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-26/+16
* Improved API logging.Greg Clayton2010-10-301-54/+102
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-3/+3
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-86/+50
* Clean up the API logging code:Caroline Tice2010-10-261-66/+73
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-24/+218
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-2/+2
* Added the first of hopefully many python example scripts that show how toGreg Clayton2010-10-061-1/+10
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-4/+10
OpenPOWER on IntegriCloud