aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-26Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha1-1/+0
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-3/+3
2019-08-31[lldb] Unify target checking in CommandObjectRaphael Isemann1-10/+2
2019-08-26[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann1-3/+1
2019-08-22[lldb] Remove ')' to fix the buildRaphael Isemann1-1/+1
2019-08-22[lldb][NFC] Fix indentation in CommandObjectProcessRaphael Isemann1-9/+9
2019-08-22[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann1-6/+4
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann1-26/+26
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-18/+6
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-4/+3
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-15/+0
2019-07-23[lldb][NFC] Tablegenify processRaphael Isemann1-25/+12
2019-05-13Merge target and launch info environmentsJonas Devlieghere1-1/+4
2019-05-13Remove commented-out codeJonas Devlieghere1-43/+0
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere1-8/+8
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-30/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-7/+9
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-19/+19
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere1-1/+1
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann1-3/+3
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann1-15/+5
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann1-12/+13
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere1-3/+4
2018-05-09Modernize and clean-up the Predicate classPavel Labath1-2/+2
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-27/+21
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath1-1/+1
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-2/+3
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath1-5/+1
2017-05-12Rename Error -> Status.Zachary Turner1-31/+31
2017-03-22Delete some more dead includes.Zachary Turner1-0/+1
2017-02-20Fix a couple of corner cases in NameMatchesPavel Labath1-1/+1
2016-11-22Re-add "demonstrate new Args API"Zachary Turner1-4/+3
2016-11-22Fix build failure on Linux and BSD by reverting r287597Omair Javaid1-3/+4
2016-11-21Add the new Args / entry-access API.Zachary Turner1-4/+3
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner1-1/+1
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner1-3/+3
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-7/+5
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-19/+15
2016-11-08Clean up the stop printing header lines.Jim Ingham1-1/+2
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner1-13/+10
2016-09-22Try to fix build errors on Android.Zachary Turner1-6/+6
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-85/+67
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner1-3/+4
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