summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/statusline/TestStatusline.py
AgeCommit message (Expand)Author
2025-08-28[lldb][test] Disable statusline module deadlock test on LinuxDavid Spickett
2025-08-04Fix a deadlock in ModuleList when starting a standalone lldb client/server (#...qxy11
2025-07-03[lldb] Take a sledgehammer approach to resizing the statusline (#146578)Jonas Devlieghere
2025-07-01[lldb] Use EL_REFRESH to refresh EditlineJonas 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-05-08[lldb] Change the statusline format to print "no target" (#139021)Jonas Devlieghere
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-17[lldb] Fix lock inversion between statusline mutex and output mutex (#135956)Jonas Devlieghere
2025-04-03[lldb] Use the "reverse video" effect when colors are disabled. (#134203)Jonas Devlieghere
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere