summaryrefslogtreecommitdiff
path: root/lldb/examples/customization
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove __future__ imports from examplesDavid Spickett2022-08-153-4/+0
* Python 2/3 compat: StringIOSerge Guelton2019-03-251-2/+0
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-213-16/+19
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-063-35/+54
* Warn about an example script being obsoleted by new native features and just ...Enrico Granata2012-03-162-0/+10
* Add an example customization directory which uses a binutils.py module to pro...Johnny Chen2011-10-283-0/+110
* Remove extra newline in the docstring.Johnny Chen2011-10-281-4/+2
* Add a binutils.py which contains Python functions for displaying bit represen...Johnny Chen2011-10-281-0/+53
* Add 'cd -' feature to change to the previous working directory.Johnny Chen2011-10-131-6/+30
* Prepend '~' to the sys.path so that ~/utils.py takes precedence.Johnny Chen2011-10-121-1/+2
* Patch by Enrico to provide an example of 'import' commnad for importing .py/....Johnny Chen2011-10-122-0/+61
* Add an examples/customization directory and add a subdirectory pwd-cd-and-systemJohnny Chen2011-10-123-0/+74