aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBDebugger.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-26[LLDB][Telemetry] Collect telemetry from client when allowed. (#129728)Vy Nguyen1-0/+11
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev1-40/+1
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-6/+6
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-18/+10
2025-02-11[lldb] Fix ubsan violation with plugin loading (#126652)Keith Smiley1-1/+1
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere1-0/+13
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan811-0/+6
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-0/+6
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-6/+0
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-0/+6
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov1-0/+1
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-1/+1
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-24/+28
2024-08-06[lldb][debuginfod] Fix the DebugInfoD PR that caused issues when working with...Kevin Frei1-5/+8
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo1-8/+5
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei1-5/+8
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei1-8/+5
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei1-5/+8
2024-06-25Reapply PR/87550 (again) (#95571)Vy Nguyen1-0/+4
2024-06-07Revert "Reapply PR/87550 (#94625)"Felipe de Azevedo Piovezan1-4/+0
2024-06-07Reapply PR/87550 (#94625)Vy Nguyen1-0/+4
2024-05-29Revert "[lldb][lldb-dap] Cleanup breakpoint filters." (#93739)gulfemsavrun1-4/+0
2024-05-29[lldb][lldb-dap] Cleanup breakpoint filters. (#87550)Vy Nguyen1-0/+4
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh1-8/+5
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei1-5/+8
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi1-0/+20
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford1-1/+1
2023-09-14[lldb] Add config and decorator for wide character support in Editline (#66447)Jonas Devlieghere1-0/+3
2023-08-15[lldb] Move deprecation message from implementation to header (NFC)Jonas Devlieghere1-2/+0
2023-08-15[lldb] Remove {Get,Set}CloseInputOnEOF and deprecate SB equivalent (NFC)Jonas Devlieghere1-4/+3
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+1
2023-07-14[lldb][NFCI] Remove unneeded temporary std::string allocations in SBAPIAlex Langford1-3/+3
2023-05-30[lldb][NFCI] Change type of SBDebugger::m_instance_nameAlex Langford1-6/+9
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford1-36/+36
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere1-1/+1
2023-04-17[lldb] Change parameter type of StructuredData::ParseJSONAlex Langford1-2/+1
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham1-0/+21
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan1-0/+9
2023-02-12[lldb] Add the ability to provide a message to a progress event updateJonas Devlieghere1-1/+3
2023-02-10[lldb] Add an SB API to get progress events as SBStructuredDataJonas Devlieghere1-0/+15
2023-02-09[lldb] Hoist code to create StructuredData into DiagnosticEventData (NFC)Jonas Devlieghere1-10/+5
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-2/+1
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-1/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-10-31[lldb] Add diagnosticsJonas Devlieghere1-0/+11
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-4/+6
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan1-0/+23
2022-06-24[lldb] Add support for specifying a log handlerJonas Devlieghere1-1/+2
2022-06-23[lldb] Support a buffered logging modeJonas Devlieghere1-1/+1