| Commit message (Expand) | Author | Age | Files | Lines |
* | <rdar://problem/13635174> | Greg Clayton | 2013-10-11 | 1 | -1/+11 |
* | Allow Process::WaitForProcessToStop to return immediately if process is alrea... | Daniel Malea | 2013-10-09 | 1 | -1/+14 |
* | Remove unnecessary checks for thread_plan_sp (we check for this at the top of... | Jim Ingham | 2013-09-27 | 1 | -2/+2 |
* | Changing the default shell to /bin/sh brought up a long-standing bug on OS X, | Jim Ingham | 2013-09-10 | 1 | -3/+4 |
* | Add OptionParser.h | Virgile Bello | 2013-09-05 | 1 | -12/+12 |
* | Switch '/bin/bash' to '/bin/sh' | Ed Maste | 2013-09-03 | 1 | -1/+1 |
* | Fixed a few typos. | Ashok Thirumurthi | 2013-08-27 | 1 | -1/+1 |
* | Fix some names in the wake of my Mach-O changes to LLVM. | Charles Davis | 2013-08-27 | 1 | -1/+7 |
* | MingW compilation (windows). Includes various refactoring to improve portabil... | Virgile Bello | 2013-08-23 | 1 | -3/+5 |
* | Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an... | Daniel Malea | 2013-07-31 | 1 | -0/+1 |
* | Send a stop event when an expression stops at a breakpoint | Sean Callanan | 2013-07-30 | 1 | -0/+6 |
* | Use flag instead of rwlock state to track process running state | Ed Maste | 2013-07-29 | 1 | -16/+16 |
* | Remove obsolete comment | Ed Maste | 2013-07-02 | 1 | -4/+1 |
* | Remove the process's reservation cache and don't | Sean Callanan | 2013-06-27 | 1 | -58/+0 |
* | <rdar://problem/14182286> | Han Ming Ong | 2013-06-24 | 1 | -7/+8 |
* | Remember to update the m_thread_list_real after you do UpdateThreadList. | Jim Ingham | 2013-06-22 | 1 | -0/+2 |
* | <rdar://problem/14004410> | Han Ming Ong | 2013-06-21 | 1 | -9/+0 |
* | Sort out a number of mismatched integer types in order to cut down the number... | Andy Gibbs | 2013-06-19 | 1 | -1/+1 |
* | Don't actually Halt in the Interrupt handler for the Process, just send an As... | Jim Ingham | 2013-06-19 | 1 | -1/+1 |
* | Huge performance improvements when one breakpoint contains many locations. | Greg Clayton | 2013-06-12 | 1 | -70/+74 |
* | Adding support for stopping all threads of multithreaded inferiors on Linux. ... | Andrew Kaylor | 2013-05-28 | 1 | -1/+1 |
* | Added a test case that verifies that LLDB can debug across a process exec'ing... | Greg Clayton | 2013-05-21 | 1 | -2/+0 |
* | <rdar://problem/13892516> | Greg Clayton | 2013-05-21 | 1 | -1/+5 |
* | Added a per-process cache for reserved memory | Sean Callanan | 2013-05-16 | 1 | -0/+58 |
* | Don’t pop the process input reader for a “stop” event if ShouldBroadcas... | Jim Ingham | 2013-05-15 | 1 | -1/+1 |
* | <rdar://problem/13700260> | Greg Clayton | 2013-05-10 | 1 | -1/+13 |
* | <rdar://problem/13854277> | Greg Clayton | 2013-05-10 | 1 | -1/+2 |
* | Adding support for setting thread stop state when a process stops. | Andrew Kaylor | 2013-05-10 | 1 | -0/+14 |
* | Revert r181482 as it causes occasional hangs in LLDB buildbots | Daniel Malea | 2013-05-09 | 1 | -13/+0 |
* | Adding code to set thread state to stopped when the process stops. | Andrew Kaylor | 2013-05-08 | 1 | -0/+13 |
* | Remove distinction between Apple/Linux for Process run locks: | Daniel Malea | 2013-05-08 | 1 | -13/+0 |
* | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -16/+26 |
* | Reinstating r181091 and r181106 with fix for Linux regressions. | Andrew Kaylor | 2013-05-07 | 1 | -6/+18 |
* | Temporarily reverting r181091 and r181106 due to the vast test breakage on th... | Ashok Thirumurthi | 2013-05-07 | 1 | -18/+6 |
* | After recent OperatingsSystem plug-in changes, the lldb_private::Process and ... | Greg Clayton | 2013-05-04 | 1 | -6/+18 |
* | Don't check the private state in DoOnRemoval, check whether THIS event caused... | Jim Ingham | 2013-05-03 | 1 | -1/+1 |
* | Clear up any deadlocks on Apple builds that were due to the lldb_private::Pro... | Greg Clayton | 2013-05-03 | 1 | -23/+14 |
* | Recommitting r180831 with trivial fix - remember to return errors if you comp... | Jim Ingham | 2013-05-02 | 1 | -4/+28 |
* | Return zero when we don't support the byte size. Previously is we were asked ... | Greg Clayton | 2013-05-01 | 1 | -20/+14 |
* | Fixed Process::ReadScalarIntegerFromMemory() | Sean Callanan | 2013-05-01 | 1 | -3/+15 |
* | Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py | Daniel Malea | 2013-05-01 | 1 | -28/+4 |
* | Added an option to "process detach" to keep the process stopped, if the proce... | Jim Ingham | 2013-04-30 | 1 | -4/+28 |
* | In Process::ProcessEventData::DoOnRemoval, we need to handle the case where N... | Jim Ingham | 2013-04-25 | 1 | -1/+8 |
* | Fixed some linux buildbot warnings. | Greg Clayton | 2013-04-19 | 1 | -1/+1 |
* | Provided a variant of ReadCStringFromMemory that supports null terminators of... | Ashok Thirumurthi | 2013-04-19 | 1 | -0/+54 |
* | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Re-enable m_private_run_lock changes from 179329, but only for Apple hosted b... | Greg Clayton | 2013-04-18 | 1 | -9/+29 |
* | Revert of r179378 and r179329, which introduce a private thread lock around t... | Ashok Thirumurthi | 2013-04-18 | 1 | -27/+11 |
* | Fixed a few m_private_run_lock issues when attaching and also fixed the proce... | Greg Clayton | 2013-04-18 | 1 | -2/+7 |