summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+63
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-7/+39
* Flush the Process' cache of extended threads every time theJason Molenda2013-11-201-2/+7
* Add logging for the SB API which creates extendedJason Molenda2013-11-191-2/+3
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-0/+1
* The Threads created when requesting extended backtraces need to be owned byJason Molenda2013-11-111-0/+4
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-1/+5
* This patch does a couple of things. Jim Ingham2013-11-071-16/+27
* <rdar://problem/15367122>Greg Clayton2013-11-051-3/+5
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+25
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-27/+26
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* Fix the signed-ness of a few log printf directives in Process::RunThreadPlan.Jason Molenda2013-10-271-3/+3
* Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...Greg Clayton2013-10-231-1/+1
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-2/+2
* <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
OpenPOWER on IntegriCloud