summaryrefslogtreecommitdiffstats
path: root/lldb/utils/test
Commit message (Expand)AuthorAgeFilesLines
* [Utils] Add back utils directoryJonas Devlieghere2019-07-2310-0/+1636
* [Utils] Remove legacy scriptsJonas Devlieghere2019-07-2310-1636/+0
* Python 2/3 compat: StringIOSerge Guelton2019-03-252-2/+1
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-216-41/+53
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-067-126/+266
* Fix typos in comment.Johnny Chen2011-08-201-1/+1
* Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0,Johnny Chen2011-08-201-37/+28
* No need to look further if the file is a symbolic link. Look for the real file.Johnny Chen2011-08-201-0/+8
* Add a Python script to locate each binary file under a root directory which m...Johnny Chen2011-08-192-18/+148
* Fix TypeError exception for re.compile().Johnny Chen2011-08-191-1/+2
* Add an option (-p regexp-pattern) to specify the regular expression symbol pa...Johnny Chen2011-08-181-9/+28
* Add an option '-q' to have quiet disassembly by not printing out the disassem...Johnny Chen2011-08-181-11/+22
* Turn off printing of command sent to the pexpect-spawned child process to mak...Johnny Chen2011-06-011-2/+2
* Make 'run-until-faulted.py' script more interesting by modifying the example ...Johnny Chen2011-06-012-14/+13
* Use built-in truth value testing.Johnny Chen2011-05-251-1/+1
* Add a Python utility to help convert the Mail.app saved 'Raw Message Source' ...Johnny Chen2011-05-231-5/+5
* Modified to take advantage of the iteration protocol for our lldb container o...Johnny Chen2011-04-281-3/+2
* Add a Python script which launches a program from within lldb and loop until theJohnny Chen2011-04-023-0/+144
* Take advantage of the newly added SBSymbol.GetType() API to check whether weJohnny Chen2011-03-311-61/+12
* Add a generator to iterate through the code symbols for a given target.Johnny Chen2011-03-311-1/+38
* Add an option to specify the symbols to disassemble instead of the existing '...Johnny Chen2011-03-301-23/+36
* Add the ability to invoke lldb's disassemble command on the symbols digested ...Johnny Chen2011-03-291-17/+74
* Doc string change.Johnny Chen2011-03-281-1/+1
* Add an initial version of lldb-disasm.py script whose purpose is to iterate t...Johnny Chen2011-03-282-0/+245
* Add options to allow for specifying an option string when spawning gdb and fo...Johnny Chen2011-03-212-364/+264
* Fix a typo in the message string.Johnny Chen2011-03-211-1/+1
* Modify disasm.py to better deal with the objc method name which has ':' in them.Johnny Chen2011-03-192-2/+105
* Tidy up the input file given to 'llvm-mc -disassemble' and also append the gdbJohnny Chen2011-03-171-7/+10
* Add a Python script to take an executable, run gdb to disassemble a function,Johnny Chen2011-03-172-0/+698
* Initial check-in of a Python utility to run the lldb test suite and send theJohnny Chen2010-11-161-0/+176
OpenPOWER on IntegriCloud