summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Statusline.cpp
AgeCommit message (Expand)Author
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere
2025-07-03[lldb] Take a sledgehammer approach to resizing the statusline (#146578)Jonas Devlieghere
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere
2025-06-10[lldb] Use 1 based row and column for statusline (#143385)David Spickett
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-05-28[lldb] Remove unused escape code defines from status line (#141770)David Spickett
2025-04-14[lldb] Make sure the process is stopped when computing the symbol context (#1...Jonas Devlieghere
2025-04-11Revert "[lldb] Make sure the process is stopped when computing the symbol con...Jonas Devlieghere
2025-04-08[lldb] Make sure the process is stopped when computing the symbol context (#1...Jonas Devlieghere
2025-04-08Revert "[dsymutil] Avoid copying binary swiftmodules built from textual"Adrian Prantl
2025-04-08[dsymutil] Avoid copying binary swiftmodules built from textual (#134719)Adrian Prantl
2025-04-03[lldb] Use the "reverse video" effect when colors are disabled. (#134203)Jonas Devlieghere
2025-03-31[lldb] Fix statusline terminal resizingJonas Devlieghere
2025-03-26[lldb] Avoid flickering by not clearing the statusline when redrawingJonas Devlieghere
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere