Add full list of supported debug sections in readelf's help message
authorEli Bendersky <eliben@gmail.com>
Sun, 22 Mar 2020 13:50:09 +0000 (06:50 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 22 Mar 2020 13:50:09 +0000 (06:50 -0700)
scripts/readelf.py

index c596109af5b724436663d78d0e780ffc4544cfdb..0c91228d7cb3bd500b2c22df8953f315151b5414 100755 (executable)
@@ -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'