summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-1/+1
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-4/+3
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-3/+4
* Add the new Args / entry-access API.Zachary Turner2016-11-211-4/+3
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-1/+1
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-3/+3
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+5
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-19/+15
* Clean up the stop printing header lines.Jim Ingham2016-11-081-1/+2
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-13/+10
* Try to fix build errors on Android.Zachary Turner2016-09-221-6/+6
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-85/+67
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-3/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1579/+1351
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-29/+42
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-40/+47
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-54/+31
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+1
* 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
OpenPOWER on IntegriCloud