aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere1-0/+7
2025-06-25[lldb] Make MCP server instance global (#145616)Jonas Devlieghere1-23/+0
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere1-0/+24
2025-06-18[lldb][breakpoint] Grey out disabled breakpoints (#91404)Chelsea Cassanova1-0/+12
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere1-14/+17
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata1-3/+3
2025-05-01[lldb] Disable statusline on Windows (#138111)David Spickett1-0/+4
2025-04-26[LLDB][Telemetry] Collect telemetry from client when allowed. (#129728)Vy Nguyen1-0/+6
2025-04-25[lldb-dap] Show assembly depending on `stop-disassembly-display` settings (#1...Ely Ronnen1-7/+7
2025-04-22[lldb] Make sure changing the separator takes immediate effect (#136779)Jonas Devlieghere1-1/+3
2025-04-22[lldb] Make the statusline separator configurable (#136611)Adrian Prantl1-2/+20
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike1-6/+8
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath1-3/+0
2025-04-11[lldb] Synchronize access to m_statusline in the Debugger (#134759)Jonas Devlieghere1-12/+34
2025-04-10[lldb] Calling Debugger::SetStatuslineFormat should redraw the statuslineJonas Devlieghere1-1/+3
2025-04-10[lldb] Support programmatically setting the statusline format (NFC) (#135250)Jonas Devlieghere1-0/+5
2025-03-31[lldb] Include the version in the lldbassert error message (#133740)Jonas Devlieghere1-2/+3
2025-03-27[SBProgress][CLI] Configure sbprogress events to be emitted for the CLI (#133...Jacob Lalonde1-1/+2
2025-03-26[lldb] Avoid unnecessary statusline redraw in HandleProgressEventJonas Devlieghere1-2/+0
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere1-75/+85
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere1-3/+3
2025-03-03[lldb] Fix a warningKazu Hirata1-0/+1
2025-03-03[LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (#127696)Vy Nguyen1-0/+17
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-47/+38
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-14/+22
2025-02-19[lldb] Gardening in StreamAsynchronousIO (NFC) (#127717)Jonas Devlieghere1-2/+4
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-4/+4
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-5/+4
2025-01-17[LLDB] Add SBProgress so Python scripts can also report progress (#119052)Jacob Lalonde1-1/+2
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere1-3/+25
2024-11-05[lldb] Refactor string manipulation in Debugger.cpp (#92565)aabhinavg1-1/+1
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl1-2/+3
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-1/+12
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-12/+1
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-1/+12
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-11/+13
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-1/+2
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-2/+1
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-1/+2
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi1-5/+40
2024-05-09[lldb][enums] Remove broadcast bits from debugger (#91618)Chelsea Cassanova1-8/+9
2024-05-03[lldb] Always emit diagnostic events to the system log (#90913)Jonas Devlieghere1-0/+3
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere1-20/+17
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford1-3/+3
2024-04-22[lldb][Core] Fix pointless if conditon (#89650)Troy Butler1-3/+0
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan1-0/+3
2024-03-06[lldb] Fix build failure in Debugger.cpp (NFC)Jie Fu1-1/+1
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-2/+2
2024-03-02Fix LLDB build after renaming the base class for ThreadPool to ThreadPoolInte...Mehdi Amini1-1/+1