bolt/deps/llvm-18.1.8/lldb/examples/customization/bin-utils/.lldbinit

6 lines
195 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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