summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+11
* Allow Process::WaitForProcessToStop to return immediately if process is alrea...Daniel Malea2013-10-091-1/+14
* Remove unnecessary checks for thread_plan_sp (we check for this at the top of...Jim Ingham2013-09-271-2/+2
* Changing the default shell to /bin/sh brought up a long-standing bug on OS X,Jim Ingham2013-09-101-3/+4
* Add OptionParser.hVirgile Bello2013-09-051-12/+12
* Switch '/bin/bash' to '/bin/sh'Ed Maste2013-09-031-1/+1
* Fixed a few typos.Ashok Thirumurthi2013-08-271-1/+1
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-1/+7
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-3/+5
* Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an...Daniel Malea2013-07-311-0/+1
* Send a stop event when an expression stops at a breakpointSean Callanan2013-07-301-0/+6
* Use flag instead of rwlock state to track process running stateEd Maste2013-07-291-16/+16
* Remove obsolete commentEd Maste2013-07-021-4/+1
* Remove the process's reservation cache and don'tSean Callanan2013-06-271-58/+0
* <rdar://problem/14182286>Han Ming Ong2013-06-241-7/+8
* Remember to update the m_thread_list_real after you do UpdateThreadList.Jim Ingham2013-06-221-0/+2
* <rdar://problem/14004410>Han Ming Ong2013-06-211-9/+0
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* Don't actually Halt in the Interrupt handler for the Process, just send an As...Jim Ingham2013-06-191-1/+1
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-70/+74
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-1/+1
* Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton2013-05-211-2/+0
* <rdar://problem/13892516>Greg Clayton2013-05-211-1/+5
* Added a per-process cache for reserved memorySean Callanan2013-05-161-0/+58
* Don’t pop the process input reader for a “stop” event if ShouldBroadcas...Jim Ingham2013-05-151-1/+1
* <rdar://problem/13700260>Greg Clayton2013-05-101-1/+13
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+2
* Adding support for setting thread stop state when a process stops.Andrew Kaylor2013-05-101-0/+14
* Revert r181482 as it causes occasional hangs in LLDB buildbotsDaniel Malea2013-05-091-13/+0
* Adding code to set thread state to stopped when the process stops.Andrew Kaylor2013-05-081-0/+13
* Remove distinction between Apple/Linux for Process run locks:Daniel Malea2013-05-081-13/+0
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-16/+26
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-6/+18
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-18/+6
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-6/+18
* Don't check the private state in DoOnRemoval, check whether THIS event caused...Jim Ingham2013-05-031-1/+1
* Clear up any deadlocks on Apple builds that were due to the lldb_private::Pro...Greg Clayton2013-05-031-23/+14
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-4/+28
* Return zero when we don't support the byte size. Previously is we were asked ...Greg Clayton2013-05-011-20/+14
* Fixed Process::ReadScalarIntegerFromMemory()Sean Callanan2013-05-011-3/+15
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-28/+4
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-4/+28
* In Process::ProcessEventData::DoOnRemoval, we need to handle the case where N...Jim Ingham2013-04-251-1/+8
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-1/+1
* Provided a variant of ReadCStringFromMemory that supports null terminators of...Ashok Thirumurthi2013-04-191-0/+54
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Re-enable m_private_run_lock changes from 179329, but only for Apple hosted b...Greg Clayton2013-04-181-9/+29
* Revert of r179378 and r179329, which introduce a private thread lock around t...Ashok Thirumurthi2013-04-181-27/+11
* Fixed a few m_private_run_lock issues when attaching and also fixed the proce...Greg Clayton2013-04-181-2/+7
OpenPOWER on IntegriCloud