aboutsummaryrefslogtreecommitdiff
path: root/lldb/utils
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Python 3: Modernize exception raising syntax.Zachary Turner1-1/+1
2015-10-08syncsource.py: a specific dir's source_excludes may now include the special e...Todd Fiala1-1/+10
2015-09-17Adjustments to syncsource.py.Todd Fiala3-13/+13
2015-09-17Add sync-source.py utility.Todd Fiala6-0/+634
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
2013-05-28Fixed continue issues with process attach/detachDaniel Malea1-4/+4
2013-05-23Improve vim-lldb expression commands for objective-c and implement evaluate-u...Daniel Malea2-3/+23
2013-05-22Add entries to vim-lldb plugin docs/help page for :Lattach and :LdetachDaniel Malea1-0/+6
2013-05-22LLDB Vim plugin usability improvement: ":Lshow" now displays all panesDaniel Malea2-1/+5
2013-05-22Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>"Daniel Malea2-0/+29
2013-02-12Minor update to Vim frontend: simplify breakpoints display (and list unresolv...Daniel Malea1-28/+10
2013-02-11Add Vim frontend to LLDB.Daniel Malea9-0/+1669
2012-03-05Minor cleanup.Johnny Chen1-0/+2
2011-11-04Add a utility script:Johnny Chen1-0/+83
2011-10-10Remove utils/emacs directory from lldb.Johnny Chen3-3617/+0
2011-08-20Fix typos in comment.Johnny Chen1-1/+1
2011-08-20Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0,Johnny Chen1-37/+28
2011-08-20No need to look further if the file is a symbolic link. Look for the real file.Johnny Chen1-0/+8
2011-08-19Add a Python script to locate each binary file under a root directory which m...Johnny Chen2-18/+148
2011-08-19Fix TypeError exception for re.compile().Johnny Chen1-1/+2
2011-08-18Add an option (-p regexp-pattern) to specify the regular expression symbol pa...Johnny Chen1-9/+28
2011-08-18Add an option '-q' to have quiet disassembly by not printing out the disassem...Johnny Chen1-11/+22
2011-06-14Update usage comment.Johnny Chen1-2/+2
2011-06-01Turn off printing of command sent to the pexpect-spawned child process to mak...Johnny Chen1-2/+2
2011-06-01Make 'run-until-faulted.py' script more interesting by modifying the example ...Johnny Chen2-14/+13
2011-05-25Use built-in truth value testing.Johnny Chen1-1/+1
2011-05-23Fix usage comment.Johnny Chen1-1/+1
2011-05-23Add a Python utility to help convert the Mail.app saved 'Raw Message Source' ...Johnny Chen2-5/+70
2011-04-28Modified to take advantage of the iteration protocol for our lldb container o...Johnny Chen1-3/+2
2011-04-02Add a Python script which launches a program from within lldb and loop until theJohnny Chen3-0/+144
2011-03-31Take advantage of the newly added SBSymbol.GetType() API to check whether weJohnny Chen1-61/+12
2011-03-31Add a generator to iterate through the code symbols for a given target.Johnny Chen1-1/+38
2011-03-30Add an option to specify the symbols to disassemble instead of the existing '...Johnny Chen1-23/+36
2011-03-29Add the ability to invoke lldb's disassemble command on the symbols digested ...Johnny Chen1-17/+74
2011-03-28Doc string change.Johnny Chen1-1/+1
2011-03-28Add an initial version of lldb-disasm.py script whose purpose is to iterate t...Johnny Chen2-0/+245
2011-03-21Add options to allow for specifying an option string when spawning gdb and fo...Johnny Chen2-364/+264
2011-03-21Fix a typo in the message string.Johnny Chen1-1/+1
2011-03-19Modify disasm.py to better deal with the objc method name which has ':' in them.Johnny Chen2-2/+105
2011-03-17Tidy up the input file given to 'llvm-mc -disassemble' and also append the gdbJohnny Chen1-7/+10
2011-03-17Add a Python script to take an executable, run gdb to disassemble a function,Johnny Chen2-0/+698
2011-02-25Add readme on the version of emacs that works with lldb-enhanced gud.el,Johnny Chen1-1/+10
2011-02-24The lldb-enhanced gud.el does not work on emacs 22.1.1 (dumb terminal).Johnny Chen1-0/+19