summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-1/+1
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-231-171/+102
* Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham2016-01-081-0/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-61/+29
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-8/+88
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-3/+4
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-68/+62
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-1/+2
* Refactor Unix signals.Chaoren Lin2015-07-141-22/+22
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Improve LLDB prompt handlingPavel Labath2015-05-271-4/+6
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-28/+28
* Add real time signals support to LinuxSignalsPavel Labath2015-05-221-3/+3
* Don't call the Process::SyncIOHandler in Target::LaunchIlia K2015-05-071-1/+6
* Change process kill to call Process::Destroy (force_kill = true);Jason Molenda2015-05-011-1/+1
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-2/+2
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...Ilia K2015-02-131-1/+1
* Add -exec-arguments commandIlia K2015-02-131-3/+1
* Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov2015-02-101-59/+8
* Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov2015-02-031-90/+100
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-5/+6
* Make the platform process connect path less chatty.Stephane Sezer2014-12-131-1/+2
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-1/+1
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-7/+19
* Adjust process launch --disable-aslr to take true/false value.Todd Fiala2014-08-191-1/+18
* Fix iohandler prompt race condition.Todd Fiala2014-08-121-1/+7
* (no commit message)Greg Clayton2014-07-301-1/+8
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-17/+17
* Fix broken tests due to new error output.Todd Fiala2014-07-081-17/+17
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-17/+17
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+3
* Added the ability to save core files:Greg Clayton2014-06-131-0/+67
* Make the fail messagesJim Ingham2014-04-031-1/+2
* Stop messages from being emitted out of order when detaching. Greg Clayton2014-03-031-1/+0
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-22/+21
* Centralized the launching of a process into Target::Launch()Greg Clayton2013-12-131-112/+29
* Only use a PTY master/slave when launching for local processes.Greg Clayton2013-11-221-3/+3
* Allow Process::WaitForProcessToStop to return immediately if process is alrea...Daniel Malea2013-10-091-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-20/+20
* <rdar://problem/13700260>Greg Clayton2013-05-101-6/+3
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-3/+98
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-98/+3
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-3/+98
* “process launch” should “detach” not “kill” if the current proces...Jim Ingham2013-03-291-80/+119
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+5
* <rdar://problem/13069948>Greg Clayton2013-01-251-8/+8
* Fixed an issue the "process plugin" proxy object was trying to use the m_exe_...Greg Clayton2013-01-091-1/+1
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-82/+48
* Fix typo in error message (print requested URL instead of command name when p...Daniel Malea2012-12-181-1/+1
OpenPOWER on IntegriCloud