From e9df2e53bdbd755a9544b9a8cb208c8cd14ca289 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 22 Mar 2020 06:50:09 -0700 Subject: [PATCH] Add full list of supported debug sections in readelf's help message --- scripts/readelf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2