repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git]
/
lldb
/
examples
/
customization
/
bin-utils
/
.lldbinit
blob
5a2f6feb94dfcfb9b482c2cd2692846e7dd61fa0
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