summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Two changes, Jim Ingham2012-04-101-10/+44
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-8/+9
* We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham2012-04-071-12/+72
* Order ivar initializers to how they're declared in the class.Bill Wendling2012-04-061-2/+2
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-1/+37
* Fix the process of getting the ObjC runtime - if we ask for it too early (in ...Jim Ingham2012-03-101-10/+9
* <rdar://problem/10840355>Greg Clayton2012-03-061-20/+22
* <rdar://problem/3535148>Han Ming Ong2012-02-251-2/+2
* Fixed a crasher that was happening after making ObjectFile objects have aGreg Clayton2012-02-241-7/+13
* For stepping performance I added the ability to outlaw all memory accessesesGreg Clayton2012-02-221-0/+13
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-0/+6
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-3/+11
* Only allow expressions to use the JIT if memorySean Callanan2012-02-141-1/+17
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-11/+31
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-9/+42
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+12
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-19/+30
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-13/+4
* <rdar://problem/10732738>Greg Clayton2012-01-201-1/+11
* Fixed a potential hang while trying to executeSean Callanan2012-01-051-1/+1
* The "desired result type" code in the expressionSean Callanan2011-12-211-2/+2
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-1/+10
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-9/+9
* Protect a few log->Printf calls with "if (log)"...Jim Ingham2011-12-011-5/+7
* Looking at our memory usage with Instruments when debugging a large applicationGreg Clayton2011-11-181-1/+0
* Use a pseudoterminal for local processes if no STDIO redirection or otherGreg Clayton2011-11-171-26/+22
* Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton2011-11-171-2/+31
* Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton2011-11-171-14/+18
* Made the darwin host layer properly reap any child processes that it spawns.Greg Clayton2011-11-161-7/+15
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-74/+238
* <rdar://problem/10103980>Greg Clayton2011-11-131-1/+64
* Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton2011-11-121-15/+27
* Do a better job of detecting when a breakpoint command has set the target run...Jim Ingham2011-11-081-5/+43
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-242/+67
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-2/+2
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-46/+37
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-7/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-16/+16
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-2/+2
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-0/+3
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-26/+39
* Fixed a problem where expressions would attempt toSean Callanan2011-09-201-1/+14
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-5/+4
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-1/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-6/+6
* Track whether a process was Launched or Attached to. If Attached, the detach...Jim Ingham2011-09-151-0/+2
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-2/+2
* Take out all the separate places in Attach where we were getting the target a...Jim Ingham2011-09-151-49/+17
* If we haven't gotten the architecture of the process we're attachingJim Ingham2011-09-141-0/+19
* Patch from Filipe!Johnny Chen2011-09-091-1/+2
OpenPOWER on IntegriCloud