aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1579/+1351
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-29/+42
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-40/+47
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-54/+31
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-1/+1
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham1-1/+1
2016-02-23Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-171/+102
2016-01-08Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham1-0/+1
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-61/+29
2015-12-08Add a new option to Platform::LoadImage to install the imageTamas Berghammer1-8/+88
2015-12-02Fix "process load/unload" on androidTamas Berghammer1-3/+4
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-68/+62
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-1/+2
2015-07-14Refactor Unix signals.Chaoren Lin1-22/+22
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Improve LLDB prompt handlingPavel Labath1-4/+6
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-28/+28
2015-05-22Add real time signals support to LinuxSignalsPavel Labath1-3/+3
2015-05-07Don't call the Process::SyncIOHandler in Target::LaunchIlia K1-1/+6
2015-05-01Change process kill to call Process::Destroy (force_kill = true);Jason Molenda1-1/+1
2015-04-17Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda1-2/+2
2015-03-03Further reduce the header footprint of Process.hZachary Turner1-0/+1
2015-02-13Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...Ilia K1-1/+1
2015-02-13Add -exec-arguments commandIlia K1-3/+1
2015-02-10Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov1-59/+8
2015-02-03Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov1-90/+100
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-5/+6
2014-12-13Make the platform process connect path less chatty.Stephane Sezer1-1/+2
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton1-1/+1
2014-10-21Make the "synchronous" mode actually work without race conditions.Greg Clayton1-7/+19
2014-08-19Adjust process launch --disable-aslr to take true/false value.Todd Fiala1-1/+18
2014-08-12Fix iohandler prompt race condition.Todd Fiala1-1/+7
2014-07-30(no commit message)Greg Clayton1-1/+8
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-17/+17
2014-07-08Fix broken tests due to new error output.Todd Fiala1-17/+17
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-17/+17
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+3
2014-06-13Added the ability to save core files:Greg Clayton1-0/+67
2014-04-03Make the fail messagesJim Ingham1-1/+2
2014-03-03Stop messages from being emitted out of order when detaching. Greg Clayton1-1/+0
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-22/+21
2013-12-13Centralized the launching of a process into Target::Launch()Greg Clayton1-112/+29
2013-11-22Only use a PTY master/slave when launching for local processes.Greg Clayton1-3/+3
2013-10-09Allow Process::WaitForProcessToStop to return immediately if process is alrea...Daniel Malea1-1/+1
2013-09-05Add OptionParser.hVirgile Bello1-20/+20
2013-05-10<rdar://problem/13700260>Greg Clayton1-6/+3
2013-05-02Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham1-3/+98
2013-05-01Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea1-98/+3
2013-04-30Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham1-3/+98
2013-03-29“process launch” should “detach” not “kill” if the current proces...Jim Ingham1-80/+119