aboutsummaryrefslogtreecommitdiff
path: root/lldb/utils/lui
AgeCommit message (Expand)AuthorFilesLines
2023-09-14[lldb] Format Python files in scripts and utils (#66053)David Spickett10-328/+367
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-2/+0
2019-07-23[Utils] Add back utils directoryJonas Devlieghere11-0/+2313
2019-07-23[Utils] Remove legacy scriptsJonas Devlieghere11-2313/+0
2019-03-25Python 2/3 compat: StringIOSerge Guelton1-8/+8
2019-03-25Python 2/3 compat: queue vs QueueSerge Guelton2-4/+10
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2-19/+21
2019-03-21Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton1-8/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth10-40/+30
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone10-994/+1200
2013-10-23LUI: Fix some issues causing crashes in the source viewWei Pan1-26/+8
2013-10-16lui: enable tab completion in command windowSriram Murali1-2/+21
2013-10-16prevent lui from crashing with small source filesSriram Murali1-3/+5
2013-10-16A couple of small visual improvements for luiBen Langmuir1-2/+2
2013-10-16lui: clean up breakpoint window, and allow multi-line list itemsBen Langmuir2-12/+79
2013-10-16Add a ListWin to cui to show scrollabled lists Ben Langmuir4-22/+102
2013-10-11Add LLVM license headers to lldb ui frontendDaniel Malea10-0/+92
2013-10-09Initial checkin of curses-based LLDB UI (lui)Daniel Malea11-0/+1867