Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
55a2d5a49d82fcfc0fe72825293f6c04d1970e21
/
utils
10dd7a4
Add a utility script:
by Johnny Chen
· 13 years ago
2f02e77
Remove utils/emacs directory from lldb.
by Johnny Chen
· 13 years ago
b269ed0
Fix typos in comment.
by Johnny Chen
· 13 years ago
eee701f
Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0,
by Johnny Chen
· 13 years ago
98c4232
No need to look further if the file is a symbolic link. Look for the real file.
by Johnny Chen
· 13 years ago
40ad91f
Add a Python script to locate each binary file under a root directory which matches some pathname pattern
by Johnny Chen
· 13 years ago
b66b112
Fix TypeError exception for re.compile().
by Johnny Chen
· 13 years ago
8ddc802
Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling.
by Johnny Chen
· 13 years ago
d7e5329
Add an option '-q' to have quiet disassembly by not printing out the disassembled result.
by Johnny Chen
· 13 years ago
7af2f02
Update usage comment.
by Johnny Chen
· 13 years ago
e65b17e
Turn off printing of command sent to the pexpect-spawned child process to make the script more robotic.
by Johnny Chen
· 13 years ago
6a56f5f
Make 'run-until-faulted.py' script more interesting by modifying the example main.c program
by Johnny Chen
· 13 years ago
234ebab
Use built-in truth value testing.
by Johnny Chen
· 13 years ago
79a3ed3
Fix usage comment.
by Johnny Chen
· 13 years ago
1a0062a
Add a Python utility to help convert the Mail.app saved 'Raw Message Source' .eml file to a git-am friendly file.
by Johnny Chen
· 13 years ago
a3cd947
Modified to take advantage of the iteration protocol for our lldb container objects.
by Johnny Chen
· 14 years ago
64f000b
Add a Python script which launches a program from within lldb and loop until the
by Johnny Chen
· 14 years ago
563ce6a
Take advantage of the newly added SBSymbol.GetType() API to check whether we
by Johnny Chen
· 14 years ago
7df6fc4
Add a generator to iterate through the code symbols for a given target.
by Johnny Chen
· 14 years ago
337836b
Add an option to specify the symbols to disassemble instead of the existing 'num of symbols to disassemble'
by Johnny Chen
· 14 years ago
9aaceb1
Add the ability to invoke lldb's disassemble command on the symbols digested from
by Johnny Chen
· 14 years ago
2efc7c6
Doc string change.
by Johnny Chen
· 14 years ago
afd1904
Add an initial version of lldb-disasm.py script whose purpose is to iterate through
by Johnny Chen
· 14 years ago
c4a2344
Add options to allow for specifying an option string when spawning gdb and for executing
by Johnny Chen
· 14 years ago
1cd3c80
Fix a typo in the message string.
by Johnny Chen
· 14 years ago
ce1eefd
Modify disasm.py to better deal with the objc method name which has ':' in them.
by Johnny Chen
· 14 years ago
0251bc7
Tidy up the input file given to 'llvm-mc -disassemble' and also append the gdb
by Johnny Chen
· 14 years ago
9c407f5
Add a Python script to take an executable, run gdb to disassemble a function,
by Johnny Chen
· 14 years ago
a5a34bd
Add readme on the version of emacs that works with lldb-enhanced gud.el,
by Johnny Chen
· 14 years ago
7677f45
The lldb-enhanced gud.el does not work on emacs 22.1.1 (dumb terminal).
by Johnny Chen
· 14 years ago
adbe939
Updated README file.
by Johnny Chen
· 14 years ago
7de5fde
The recent change in argument parsing is messing up the emacs lldb mode's capability to properly
by Johnny Chen
· 14 years ago
eb04783
Modify the regexp to match the debugger output of the 'Up Stack' and 'Down Stack'
by Johnny Chen
· 14 years ago
21d77c3
Initial check-in of a Python utility to run the lldb test suite and send the
by Johnny Chen
· 14 years ago
92027bf
Add keyboard shortcuts:
by Johnny Chen
· 14 years ago
7db314d
Make lldb dump fullpath instead of just basename when printing out frame or
by Johnny Chen
· 14 years ago
d1d9351
Add keyboard shortcuts:
by Johnny Chen
· 14 years ago
84e01f8
Change the README to reflect the new the screen shot file name lldb-gud-window.png.
by Johnny Chen
· 14 years ago
87658e8
Compress screenshot.
by Benjamin Kramer
· 14 years ago
df45216
Submit the screen capture as a followup of r117752.
by Johnny Chen
· 14 years ago
810f7e5
Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el).
by Johnny Chen
· 14 years ago
68f7290
Delete the directory, will try to resubmit later.
by Johnny Chen
· 14 years ago
9a459b3
Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el).
by Johnny Chen
· 14 years ago