summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* <rdar://problem/13491977>Greg Clayton2013-04-121-0/+9
* <rdar://problem/13370286>Greg Clayton2013-04-111-9/+20
* Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint fro...Jim Ingham2013-04-061-1/+3
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-291-41/+94
* RunThreadPlan should make sure the plan passed in is valid before running it.Jim Ingham2013-03-281-1/+7
* <rdar://problem/13521159>Greg Clayton2013-03-271-30/+30
* Fix ivar ordering for Process ctor to match the order they'reJason Molenda2013-03-051-2/+2
* Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...Jim Ingham2013-03-011-6/+25
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* If RunThreadPlan is called on a thread that doesn't have a selected frame, se...Jim Ingham2013-02-191-1/+13
OpenPOWER on IntegriCloud