From: Eli Bendersky Date: Sun, 22 Mar 2020 13:50:09 +0000 (-0700) Subject: Add full list of supported debug sections in readelf's help message X-Git-Tag: v0.27~35 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9df2e53bdbd755a9544b9a8cb208c8cd14ca289;p=pyelftools.git Add full list of supported debug sections in readelf's help message --- diff --git a/scripts/readelf.py b/scripts/readelf.py index c596109..0c91228 100755 --- a/scripts/readelf.py +++ b/scripts/readelf.py @@ -1419,7 +1419,7 @@ def main(stream=None): action='store', dest='debug_dump_what', metavar='', help=( 'Display the contents of DWARF debug sections. 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'