summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the logic in setting timeouts a bit, and the logging as well.Jim Ingham2014-04-161-12/+30
* Fix the behavior when hand-calling a function times out on one thread,Jim Ingham2014-04-081-4/+33
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-136/+153
* Make the fail messagesJim Ingham2014-04-031-0/+2
* Fix one thread timeout logicEd Maste2014-03-311-1/+1
* Add the ability from the SB API's to set the "one thread" timeoutJim Ingham2014-03-281-8/+30
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-0/+3
* Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson2014-03-131-3/+14
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-121-2/+2
* Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread...Jim Ingham2014-03-071-6/+28
* Temporarily disable the JIT loading detector till we figure out why it crashe...Jim Ingham2014-03-061-3/+3
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-3/+26
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-0/+8
* Fixed all overlapping prompt issues.Greg Clayton2014-02-281-34/+51
* Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham2014-02-281-1/+6
* A better long term fix for stopping the process when it is running by writing...Greg Clayton2014-02-261-2/+24
* Reapply r184270 by Jim Ingham to avoid abort on FreeBSDEd Maste2014-02-251-1/+1
* Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...Greg Clayton2014-02-241-3/+11
* Fix null dereference if address is NULL.Jean-Daniel Dupas2014-02-081-3/+1
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-35/+0
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-311-0/+8
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-111/+221
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-49/+143
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-1/+1
* 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
OpenPOWER on IntegriCloud