aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Add pragma to make it easier to find "image list" implJason Molenda1-0/+1
2021-09-21[lldb] Add --stack option to `target symbols add` commandJonas Devlieghere1-2/+70
2021-09-20[lldb] Extract adding symbols for UUID/File/Frame (NFC)Jonas Devlieghere1-89/+111
2021-09-20[lldb] Fix whitespace in CommandObjectTarget (NFC)Jonas Devlieghere1-12/+12
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere1-13/+16
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-2/+2
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett1-7/+2
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-73/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-22/+16
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann1-2/+1
2021-02-10[lldb] Use internal_dict name over dict in python examplesDave Lee1-1/+1
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere1-89/+73
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-2/+1
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha1-107/+103
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny1-1/+2
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham1-13/+100
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere1-100/+13
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham1-13/+100
2020-09-21Fix reporting the lack of global variables in "target var".Jim Ingham1-0/+1
2020-08-25Update UnwindPlan dump to list if it is a trap handler func; also CommandJason Molenda1-1/+26
2020-08-24[lldb] type category name common completionGongyu Deng1-2/+0
2020-08-11[lldb] stop-hook ID common completion for commands `target stop-hook enable/d...Gongyu Deng1-0/+20
2020-08-11[lldb] tab completion for `target modules search-paths insert​`Gongyu Deng1-0/+19
2020-07-29[lldb] Improve platform handling in CreateTargetInternalJonas Devlieghere1-1/+6
2020-07-28[lldb] Remove unused option '--platform-path' for 'target create'Jonas Devlieghere1-15/+0
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl1-15/+18
2020-07-16[lldb] Eliminated unused local variableAdrian McCarthy1-1/+0
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann1-23/+11
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-2/+2
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-3/+9
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath1-3/+1
2020-05-04[lldb/Host] Improve error messages on unowned read filesMed Ismail Bennani1-56/+35
2020-04-02Convert for loops to entry-based iterationShivam Mittal1-16/+10
2020-03-31Correct the duplicate pragma marks in CommandObjectTarget.cppShivam Mittal1-2/+2
2020-03-23[lldb/Target] Rework the way the inferior environment is createdFred Riss1-0/+38
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann1-2/+3
2020-02-04Fix after c25938dAdrian McCarthy1-72/+62
2020-02-03Improve help text for (lldb) target symbols addAdrian McCarthy1-5/+6
2020-02-03Refactor CommandObjectTargetSymbolsAdd::AddModuleSymbolsAdrian McCarthy1-90/+93
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-14/+14
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere1-6/+2
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-2/+0
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann1-1/+1
2019-12-04[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann1-2/+2
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath1-9/+8
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann1-23/+20
2019-11-21[NFC] Refactor and improve comments in CommandObjectTargetAdrian McCarthy1-145/+141
2019-11-07[lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann1-4/+15