summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
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-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-11-03[lldb] Fix indentation when printing stop hooks (#165945)Julian Lettner
2025-10-31[lldb] Refactor LLDB Breakpoint Event Notifications to centralize and elimina...Piyush Jaiswal
2025-10-24[lldb] Introduce internal stop hooks (#164506)Julian Lettner
2025-10-08[lldb] Fix use after free on ModuleList::RemoveSharedModuleIfOrphaned (#155331)Augusto Noronha
2025-10-07[lldb] Add support for unique target ids (#160736)Janet Yang
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch
2025-07-21[lldb] Add an extra optional did_read_live_memory to Target::ReadMemory (#149...Augusto Noronha
2025-06-26[lldb] Fix another race condition in Target::GetExecutableModule (#145991)Jonas Devlieghere
2025-06-26Reland "[lldb][target] Add progress report for wait-attaching to proc… (#14...Chelsea Cassanova
2025-06-18Revert "[lldb][target] Add progress report for wait-attaching to process" (#1...Chelsea Cassanova
2025-06-18[lldb][target] Add progress report for wait-attaching to process (#144768)Chelsea Cassanova
2025-06-12[lldb] Properly handle locate module callback when Target change arch (#143793)GeorgeHuyubo
2025-05-16Fix race condition during iteration through modules (#139283) (#139862)nd
2025-05-07[lldb] Fix dynamic type resolutions for core files (#138698)Pavel Labath
2025-05-01Make stop-hooks fire when lldb first gains control of a process. (#137410)jimingham
2025-04-20[lldb] Use llvm::unique (NFC) (#136527)Kazu Hirata
2025-04-15[NFC][lldb]Fix stack-use-after-free bugs in exit-callbacks. (#135763)Vy Nguyen
2025-04-01Fix handling of auto_continue for stop hooks (#129622)Julian Lettner
2025-03-31Parallelize module loading in POSIX dyld code (#130912)Tom Yang
2025-03-20Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (#132043)Vy Nguyen
2025-03-19Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target...Pavel Labath
2025-03-18[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)Vy Nguyen
2025-03-13Simplify Target::RunStopHooks() (#129578)Julian Lettner
2025-03-03Fix a bug copying the stop hooks from the dummy target. (#129340)jimingham
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-11-14[LLDB] Add framework for Data Inspection Language (DIL) work. (#115666)cmtice
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-11-05[LLDB] Retry Add a target.launch-working-dir settingwalter erquinigo
2024-11-05Revert "[LLDB] Add a target.launch-working-dir setting" (#114973)Walter Erquinigo
2024-11-05[LLDB] Add a target.launch-working-dir setting (#113521)Walter Erquinigo
2024-11-04[lldb] Create dependent modules in parallel (#114507)Jonas Devlieghere
2024-11-03Revert "[lldb] Create dependent modules in parallel (#114507)"Jonas Devlieghere
2024-11-02[lldb] Create dependent modules in parallel (#114507)Jonas Devlieghere
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere