summaryrefslogtreecommitdiff
path: root/lldb/utils/lui
AgeCommit message (Expand)Author
2025-10-16[lldb][util] Use Python3 print function in example codeDavid Spickett
2025-10-13[lldb][utils] Remove Python 2 compatibility code in lui scriptsDavid Spickett
2025-08-18Decent to Descent (#154040)LauraElanorJones
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2023-09-14[lldb] Format Python files in scripts and utils (#66053)David Spickett
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford
2019-07-23[Utils] Add back utils directoryJonas Devlieghere
2019-07-23[Utils] Remove legacy scriptsJonas Devlieghere
2019-03-25Python 2/3 compat: StringIOSerge Guelton
2019-03-25Python 2/3 compat: queue vs QueueSerge Guelton
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2019-03-21Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-10-23LUI: Fix some issues causing crashes in the source viewWei Pan
2013-10-16lui: enable tab completion in command windowSriram Murali
2013-10-16prevent lui from crashing with small source filesSriram Murali
2013-10-16A couple of small visual improvements for luiBen Langmuir
2013-10-16lui: clean up breakpoint window, and allow multi-line list itemsBen Langmuir
2013-10-16Add a ListWin to cui to show scrollabled lists Ben Langmuir
2013-10-11Add LLVM license headers to lldb ui frontendDaniel Malea
2013-10-09Initial checkin of curses-based LLDB UI (lui)Daniel Malea