llvm-project/lldb/examples/customization/bin-utils/.lldbinit

6 lines
195 B
Plaintext

# 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