summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-10-13[lldb] Support OSC escape codes for native progress (#162162)Jonas Devlieghere
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere
2025-06-25[lldb] Make MCP server instance global (#145616)Jonas Devlieghere
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere
2025-06-18[lldb][breakpoint] Grey out disabled breakpoints (#91404)Chelsea Cassanova
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2025-05-01[lldb] Disable statusline on Windows (#138111)David Spickett
2025-04-26[LLDB][Telemetry] Collect telemetry from client when allowed. (#129728)Vy Nguyen
2025-04-25[lldb-dap] Show assembly depending on `stop-disassembly-display` settings (#1...Ely Ronnen
2025-04-22[lldb] Make sure changing the separator takes immediate effect (#136779)Jonas Devlieghere
2025-04-22[lldb] Make the statusline separator configurable (#136611)Adrian Prantl
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath
2025-04-11[lldb] Synchronize access to m_statusline in the Debugger (#134759)Jonas Devlieghere
2025-04-10[lldb] Calling Debugger::SetStatuslineFormat should redraw the statuslineJonas Devlieghere
2025-04-10[lldb] Support programmatically setting the statusline format (NFC) (#135250)Jonas Devlieghere
2025-03-31[lldb] Include the version in the lldbassert error message (#133740)Jonas Devlieghere
2025-03-27[SBProgress][CLI] Configure sbprogress events to be emitted for the CLI (#133...Jacob Lalonde
2025-03-26[lldb] Avoid unnecessary statusline redraw in HandleProgressEventJonas Devlieghere
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere
2025-03-03[lldb] Fix a warningKazu Hirata
2025-03-03[LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (#127696)Vy Nguyen
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-19[lldb] Gardening in StreamAsynchronousIO (NFC) (#127717)Jonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-01-17[LLDB] Add SBProgress so Python scripts can also report progress (#119052)Jacob Lalonde
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere
2024-11-05[lldb] Refactor string manipulation in Debugger.cpp (#92565)aabhinavg
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi
2024-05-09[lldb][enums] Remove broadcast bits from debugger (#91618)Chelsea Cassanova
2024-05-03[lldb] Always emit diagnostic events to the system log (#90913)Jonas Devlieghere
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-04-22[lldb][Core] Fix pointless if conditon (#89650)Troy Butler
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan