summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.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-10-07[lldb] Add support for unique target ids (#160736)Janet Yang
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-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-05-31[lldb-dap] Reuse source object logics (#141426)Ely Ronnen
2025-05-30[lldb][lldb-dap] Use the default disassembly flavour if none is provided. (#1...Ebuka Ezike
2025-05-28[lldb] Use if-with-initializer pattern in SBTarget (NFC) (#141284)Jonas Devlieghere
2025-05-21[lldb-dap] fix disassembly request instruction offset handling (#140486)Ely Ronnen
2025-04-11[lldb] Fix SBTarget::ReadInstruction with flavor (#134626)Ebuka Ezike
2025-03-31[lldb] Expose the Target API mutex through the SB API (#133295)Jonas Devlieghere
2025-02-04[lldb] WatchAddress ignores modify option (#124847)Ben Jackson
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-25[lldb] Fix error reporting in SBTarget::ReadMemory (#109764)Pavel Labath
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta
2024-04-25Initial step in targets DAP support (#86623)jeffreytan81
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-02-06Support statistics dump summary only mode (#80745)Wanyi
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-08-11[lldb] SBTarget::AddModule do all searches by UUID, set Target archJason Molenda
2023-07-05[lldb] Fix incorrect uses of formatv specifiers in LLDB_LOGJonas Devlieghere
2023-06-06[lldb/Target] Add ability to set a label to targetsMed Ismail Bennani
2023-06-01Fix regex & startsWith name lookup in SBTarget::FindGlobalVariablesJim Ingham
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-04-06[lldb] Add an overload to SetModuleLoadAddress that takes an unsigned valueJonas Devlieghere
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham
2022-11-16Make CompilerType safeAdrian Prantl
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
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