projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9129ce
)
Add full list of supported debug sections in readelf's help message
author
Eli Bendersky
<eliben@gmail.com>
Sun, 22 Mar 2020 13:50:09 +0000
(06:50 -0700)
committer
Eli Bendersky
<eliben@gmail.com>
Sun, 22 Mar 2020 13:50:09 +0000
(06:50 -0700)
scripts/readelf.py
patch
|
blob
|
history
diff --git
a/scripts/readelf.py
b/scripts/readelf.py
index c596109af5b724436663d78d0e780ffc4544cfdb..0c91228d7cb3bd500b2c22df8953f315151b5414 100755
(executable)
--- a/
scripts/readelf.py
+++ b/
scripts/readelf.py
@@
-1419,7
+1419,7
@@
def main(stream=None):
action='store', dest='debug_dump_what', metavar='<what>',
help=(
'Display the contents of DWARF debug sections. <what> can ' +
- 'one of {info,decodedline,frames,frames-interp}'))
+ 'one of {info,decodedline,frames,frames-interp
,aranges,pubtypes,pubnames
}'))
argparser.add_argument('--traceback',
action='store_true', dest='show_traceback',
help='Dump the Python traceback on ELFError'