summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix broken tests due to new error output.Todd Fiala2014-07-081-13/+13
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-13/+13
* Add host layer support for pipes.Greg Clayton2014-07-021-46/+20
* Fix typos.Bruce Mitchener2014-07-011-5/+5
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+15
* Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala2014-06-301-363/+0
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-49/+49
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-3/+9
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-1/+2
* Typo: forever is one wordEd Maste2014-04-291-1/+1
* Make RunThreadPlan start the timeout clock for each part of the expression ev...Jim Ingham2014-04-221-17/+31
* After updating to Xcode.5.1.1 LLDB framework stopped to support partial (only...Greg Clayton2014-04-171-23/+29
* 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
OpenPOWER on IntegriCloud