summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/examples/customization/bin-utils/.lldbinit
blob: 5a2f6feb94dfcfb9b482c2cd2692846e7dd61fa0 (plain) (blame)
1
2
3
4
5
# So that ~/binutils.py takes precedence.
script sys.path[:0] = [os.path.expanduser('~')]
script import binutils
command script add -f binutils.itob itob
command script add -f binutils.utob utob