Enrico Granata
|
676d3b0682
|
Warn about an example script being obsoleted by new native features and just an example
llvm-svn: 152890
|
2012-03-16 01:25:01 +00:00 |
Johnny Chen
|
8763780961
|
Add an example customization directory which uses a binutils.py module to provide
commands to print the binary representaion of an integer.
llvm-svn: 143252
|
2011-10-28 23:30:28 +00:00 |
Johnny Chen
|
a4c6a7b2b6
|
Remove extra newline in the docstring.
llvm-svn: 143228
|
2011-10-28 21:23:58 +00:00 |
Johnny Chen
|
2a781097f3
|
Add a binutils.py which contains Python functions for displaying bit representation of numbers.
llvm-svn: 143173
|
2011-10-28 01:09:53 +00:00 |
Johnny Chen
|
7596f9373a
|
Add 'cd -' feature to change to the previous working directory.
llvm-svn: 141846
|
2011-10-13 01:20:34 +00:00 |
Johnny Chen
|
724e62bb4a
|
Prepend '~' to the sys.path so that ~/utils.py takes precedence.
llvm-svn: 141817
|
2011-10-12 21:51:58 +00:00 |
Johnny Chen
|
7f01ac39b9
|
Patch by Enrico to provide an example of 'import' commnad for importing .py/.pyc files.
llvm-svn: 141810
|
2011-10-12 20:47:04 +00:00 |
Johnny Chen
|
de6ade01d0
|
Add an examples/customization directory and add a subdirectory pwd-cd-and-system
which contains the lldb init file and a utils.py Python module in order to add
the 'pwd', 'cd', and 'system' lldb commands.
llvm-svn: 141799
|
2011-10-12 19:16:06 +00:00 |