summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
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
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
2024-09-25[lldb] Fix two formatv issues in LDB_LOG (NFC)Jonas Devlieghere
2024-09-23[lldb] refactor Target::Install function (#108996)dlav-sc
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-28Revert "[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)"Lang Hames
2024-08-28[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)Lang Hames
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-22[lldb] Change the two remaining SInt64 settings in Target to uint (#105460)Jason Molenda