aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/customization
AgeCommit message (Expand)AuthorFilesLines
2019-03-25Python 2/3 compat: StringIOSerge Guelton1-2/+0
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton3-16/+19
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone3-35/+54
2012-03-16Warn about an example script being obsoleted by new native features and just ...Enrico Granata2-0/+10
2011-10-28Add an example customization directory which uses a binutils.py module to pro...Johnny Chen3-0/+110
2011-10-28Remove extra newline in the docstring.Johnny Chen1-4/+2
2011-10-28Add a binutils.py which contains Python functions for displaying bit represen...Johnny Chen1-0/+53
2011-10-13Add 'cd -' feature to change to the previous working directory.Johnny Chen1-6/+30
2011-10-12Prepend '~' to the sys.path so that ~/utils.py takes precedence.Johnny Chen1-1/+2
2011-10-12Patch by Enrico to provide an example of 'import' commnad for importing .py/....Johnny Chen2-0/+61
2011-10-12Add an examples/customization directory and add a subdirectory pwd-cd-and-systemJohnny Chen3-0/+74