summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)Author
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham
2025-10-24[lldb] Introduce internal stop hooks (#164506)Julian Lettner
2025-10-02[LLDB][NFC] Fix variable casing issue (#161691)Jacob Lalonde
2025-10-01[LLDB] Add load core time to target metrics (#161581)Jacob Lalonde
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-08-26[lldb] Underline short option letters as mnemonics (#153695)Jonas Devlieghere
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy11
2025-07-03[lldb][Commands][NFC] image lookup: remove unused local variable (#146554)Michael Buch
2025-06-10[lldb] Fix `target stop-hook add` help outputJonas Devlieghere
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-05-22[lldb] Remove redundant control flow statements (NFC) (#141183)Kazu Hirata
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda
2025-04-04Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (#134...Pavel Labath
2025-04-03Revert "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)"Vladislav Dzhidzhoev
2025-04-02[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)Pavel Labath
2025-02-26[lldb] Modernize ABI-based unwind plan creation (#128505)Pavel Labath
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2025-02-07[lldb] Clear cached unwind plans when adding symbols (#125839)Pavel Labath
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-10-14Revert "[lldb] Improve unwinding for discontinuous functions (#111409)"Shubham Sandeep Rastogi
2024-10-14[lldb] Improve unwinding for discontinuous functions (#111409)Pavel Labath
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-07-27[LLDB] Remove the redundent 'properties' variable (#95675)Shivam Gupta
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu
2024-07-15[lldb] Fix help syntax for add-dsym (target symbols add) (#98976)Jonas Devlieghere
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-03-15[lldb] Show module name in progress update for downloading symbols (#85342)Jonas Devlieghere
2024-02-28Change `image list -r` so that it actually shows the ref count and whether th...jimingham
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir0102
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere