summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-1/+0
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-5/+5
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-261-1/+0
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-3/+3
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-10/+2
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-261-3/+1
* [lldb] Remove ')' to fix the buildRaphael Isemann2019-08-221-1/+1
* [lldb][NFC] Fix indentation in CommandObjectProcessRaphael Isemann2019-08-221-9/+9
* [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann2019-08-221-6/+4
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-221-26/+26
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-18/+6
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-4/+3
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-15/+0
* [lldb][NFC] Tablegenify processRaphael Isemann2019-07-231-25/+12
* Merge target and launch info environmentsJonas Devlieghere2019-05-131-1/+4
* Remove commented-out codeJonas Devlieghere2019-05-131-43/+0
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-8/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-30/+0
* 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
OpenPOWER on IntegriCloud