aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy111-4/+14
2025-07-03[lldb][Commands][NFC] image lookup: remove unused local variable (#146554)Michael Buch1-4/+1
2025-06-10[lldb] Fix `target stop-hook add` help outputJonas Devlieghere1-3/+3
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch1-5/+19
2025-05-22[lldb] Remove redundant control flow statements (NFC) (#141183)Kazu Hirata1-2/+0
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham1-0/+16
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda1-4/+2
2025-04-04Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (#134...Pavel Labath1-57/+49
2025-04-03Revert "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)"Vladislav Dzhidzhoev1-49/+57
2025-04-02[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)Pavel Labath1-57/+49
2025-02-26[lldb] Modernize ABI-based unwind plan creation (#128505)Pavel Labath1-8/+6
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-16/+19
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere1-7/+12
2025-02-07[lldb] Clear cached unwind plans when adding symbols (#125839)Pavel Labath1-3/+19
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath1-11/+11
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-8/+7
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-1/+1
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-10-14Revert "[lldb] Improve unwinding for discontinuous functions (#111409)"Shubham Sandeep Rastogi1-3/+1
2024-10-14[lldb] Improve unwinding for discontinuous functions (#111409)Pavel Labath1-1/+3
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl1-2/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-20/+21
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere1-102/+83
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-25/+25
2024-07-27[LLDB] Remove the redundent 'properties' variable (#95675)Shivam Gupta1-1/+1
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu1-1/+1
2024-07-15[lldb] Fix help syntax for add-dsym (target symbols add) (#98976)Jonas Devlieghere1-1/+1
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-1/+2
2024-03-15[lldb] Show module name in progress update for downloading symbols (#85342)Jonas Devlieghere1-12/+5
2024-02-28Change `image list -r` so that it actually shows the ref count and whether th...jimingham1-2/+6
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-93/+14
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-26/+3
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-3/+26
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-26/+3
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior1-16/+22
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-25/+26
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir01021-5/+15
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda1-5/+3
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-1/+0
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere1-2/+3
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang1-6/+14
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-126/+89
2023-10-13[lldb] fix release build (#68979)Mikhail Goncharov1-6/+8
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang1-1/+259
2023-09-11[lldb] Don't tab complete stop-hook delete beyond 1st argumentDavid Spickett1-0/+2
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford1-1/+1
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-10/+35
2023-07-03[lldb] Remove old commented out code (NFC)Dave Lee1-22/+0
2023-07-03[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instea...Alex Langford1-1/+1
2023-06-29Add 'target dump section-load-list' for lldb debuggingJason Molenda1-1/+27