summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
AgeCommit message (Expand)Author
2019-09-26Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-31[lldb] Unify target checking in CommandObjectRaphael Isemann
2019-08-26[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann
2019-08-22[lldb] Remove ')' to fix the buildRaphael Isemann
2019-08-22[lldb][NFC] Fix indentation in CommandObjectProcessRaphael Isemann
2019-08-22[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-23[lldb][NFC] Tablegenify processRaphael Isemann
2019-05-13Merge target and launch info environmentsJonas Devlieghere
2019-05-13Remove commented-out codeJonas Devlieghere
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-05-09Modernize and clean-up the Predicate classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-02-20Fix a couple of corner cases in NameMatchesPavel Labath
2016-11-22Re-add "demonstrate new Args API"Zachary Turner
2016-11-22Fix build failure on Linux and BSD by reverting r287597Omair Javaid
2016-11-21Add the new Args / entry-access API.Zachary Turner
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-11-08Clean up the stop printing header lines.Jim Ingham
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone