summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)Author
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-10-13[lldb] fix release build (#68979)Mikhail Goncharov
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang
2023-09-11[lldb] Don't tab complete stop-hook delete beyond 1st argumentDavid Spickett
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-07-03[lldb] Remove old commented out code (NFC)Dave Lee
2023-07-03[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instea...Alex Langford
2023-06-29Add 'target dump section-load-list' for lldb debuggingJason Molenda
2023-06-26[lldb] Add `source cache dump` and `source cache clear` subcommandJonas Devlieghere
2023-06-26[lldb][NFCI] UUID::Dump should take a reference instead of a pointerAlex Langford
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-06-06[lldb/Target] Add ability to set a label to targetsMed Ismail Bennani
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford
2023-05-02[lldb] Minor cleanups at callsites of FileSpec::GetFileNameExtensionAlex Langford
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
2023-03-30[NFC] Fix potential for use-after-free in DumpModuleInfoActionMariya Podchishchaeva
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2023-02-09[LLDB] Add missing newline to "image lookup" outputDavid Spickett
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-11-16Make CompilerType safeAdrian Prantl
2022-10-17[lldb] Print newline between found typesArthur Eubanks
2022-09-27[lldb] Improve display of absolute symbol lookupAlvin Wong
2022-09-27[lldb] Add newline in output of `target modules lookup`Alvin Wong
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-07-13[lldb] Add image dump pcm-info commandDave Lee
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-06-22[lldb] Resolve exe location for `target create`Alvin Wong
2022-05-23[lldb] Specify aguments of `image list`Dave Lee
2022-05-16[lldb][NFC] Make cmd a reference in GenerateOptionUsageDavid Spickett
2022-05-12In 92eaad2dd7adb5ee92f397cef85ab11f2612294e I made it possible to runJim Ingham
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-16[LLDB] Change enumaration to enumerationWill Hawkins
2022-03-02[LLDB] Add error message when using --show-variable-ranges without -vZequan Wu
2022-03-02[LLDB] Dump valid ranges of variablesZequan Wu
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath