| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | <rdar://problem/13491977> | Greg Clayton | 2013-04-12 | 1 | -0/+9 |
| * | <rdar://problem/13370286> | Greg Clayton | 2013-04-11 | 1 | -9/+20 |
| * | Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint fro... | Jim Ingham | 2013-04-06 | 1 | -1/+3 |
| * | Rationalize how we do Halt-ing before Destroy and Detach. | Jim Ingham | 2013-03-29 | 1 | -41/+94 |
| * | RunThreadPlan should make sure the plan passed in is valid before running it. | Jim Ingham | 2013-03-28 | 1 | -1/+7 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -30/+30 |
| * | Fix ivar ordering for Process ctor to match the order they're | Jason Molenda | 2013-03-05 | 1 | -2/+2 |
| * | Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ... | Jim Ingham | 2013-03-01 | 1 | -6/+25 |
| * | Fix clang warnings related to python macro redefinition and printf format spe... | Matt Kopec | 2013-02-21 | 1 | -1/+1 |
| * | If RunThreadPlan is called on a thread that doesn't have a selected frame, se... | Jim Ingham | 2013-02-19 | 1 | -1/+13 |
| * | A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break... | Jim Ingham | 2013-02-15 | 1 | -6/+6 |
| * | <rdar://problem/13200878> | Greg Clayton | 2013-02-14 | 1 | -2/+3 |
| * | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -255/+342 |
| * | <rdar://problem/13092722> | Greg Clayton | 2013-02-01 | 1 | -14/+1 |
| * | Change the default behavior for unwinding and breakpoints when running expres... | Jim Ingham | 2013-01-31 | 1 | -2/+2 |
| * | Add "target.process.stop-on-shared-library-events" setting, and make it work. | Jim Ingham | 2013-01-26 | 1 | -2/+18 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -3/+3 |