bolt/deps/llvm-18.1.8/lldb/examples/customization/bin-utils/.lldbinit
2025-02-14 19:21:04 +01:00

5 lines
195 B
Text

# 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