summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-7/+9
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-19/+19
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-3/+3
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-15/+5
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-12/+13
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+4
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-27/+21
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+3
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-5/+1
* Rename Error -> Status.Zachary Turner2017-05-121-31/+31
* 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
OpenPOWER on IntegriCloud