summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)Author
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-15[lldb] Correctly display the number of types foundJonas Devlieghere
2021-11-01[lldb][NFC] avoid unnecessary roundtrips between different string typesXu Jun
2021-10-19[lldb] Allow dumping the state of all scratch TypeSystemsRaphael Isemann
2021-09-24Add pragma to make it easier to find "image list" implJason Molenda
2021-09-21[lldb] Add --stack option to `target symbols add` commandJonas Devlieghere
2021-09-20[lldb] Extract adding symbols for UUID/File/Frame (NFC)Jonas Devlieghere
2021-09-20[lldb] Fix whitespace in CommandObjectTarget (NFC)Jonas Devlieghere
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann
2021-02-10[lldb] Use internal_dict name over dict in python examplesDave Lee
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2020-09-21Fix reporting the lack of global variables in "target var".Jim Ingham
2020-08-25Update UnwindPlan dump to list if it is a trap handler func; also CommandJason Molenda
2020-08-24[lldb] type category name common completionGongyu Deng
2020-08-11[lldb] stop-hook ID common completion for commands `target stop-hook enable/d...Gongyu Deng
2020-08-11[lldb] tab completion for `target modules search-paths insert​`Gongyu Deng
2020-07-29[lldb] Improve platform handling in CreateTargetInternalJonas Devlieghere
2020-07-28[lldb] Remove unused option '--platform-path' for 'target create'Jonas Devlieghere
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl
2020-07-16[lldb] Eliminated unused local variableAdrian McCarthy
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-05-04[lldb/Host] Improve error messages on unowned read filesMed Ismail Bennani
2020-04-02Convert for loops to entry-based iterationShivam Mittal
2020-03-31Correct the duplicate pragma marks in CommandObjectTarget.cppShivam Mittal
2020-03-23[lldb/Target] Rework the way the inferior environment is createdFred Riss
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-04Fix after c25938dAdrian McCarthy
2020-02-03Improve help text for (lldb) target symbols addAdrian McCarthy
2020-02-03Refactor CommandObjectTargetSymbolsAdd::AddModuleSymbolsAdrian McCarthy
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann
2019-12-04[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann