[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git] / lldb / examples / customization / bin-utils / .lldbinit
blob5a2f6feb94dfcfb9b482c2cd2692846e7dd61fa0
1 # So that ~/binutils.py takes precedence.
2 script sys.path[:0] = [os.path.expanduser('~')]
3 script import binutils
4 command script add -f binutils.itob itob
5 command script add -f binutils.utob utob