summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)Author
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-20[target] Change target create's behavior wrt loading dependent files.Jonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Check result after setting PC value.Tatyana Krasnukha
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-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-05-02Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-18Improve LLDB's handling of non-local minidumpsLeonard Mosescu
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2018-03-20Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath
2017-11-27Remove custom TimePoint-formatting codePavel Labath
2017-11-22Remove extra minuses from command optionTatyana Krasnukha
2017-10-05Implement interactive command interruptionLeonard Mosescu
2017-09-28Revert patch r313904, as it breaks "command source" and in Jim Ingham
2017-09-21[LLDB] Implement interactive command interruptionAdrian McCarthy
2017-07-24Extend 'target symbols add' to load symbols from a given moduleEugene Zemtsov
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-06-27Add debug_frame section supportPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-01-24Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer
2017-01-19Provide a substitute to load command of gdb.Hafiz Abid Qadeer
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-16Remove TimeValue classPavel Labath
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-11-09Remove TimeValue usage from lldb/InterpreterPavel Labath
2016-11-09Remove TimeValue usage from Core/ModulePavel Labath
2016-11-08Clean up the stop printing header lines.Jim Ingham
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-21Make lldb::Regex 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