xref: /llvm-project/lldb/examples/customization/bin-utils/.lldbinit (revision 8763780961ae37b46690e0ee66447847275a0040)
1# So that ~/binutils.py takes precedence.
2script sys.path[:0] = [os.path.expanduser('~')]
3script import binutils
4command script add -f binutils.itob itob
5command script add -f binutils.utob utob
6