Commit 94867b19 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedump: Make use of -j option in PDB dumping.

Allowing section names: DBI, TPI, IPI, hash. Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
parent e2c87ebe
......@@ -226,7 +226,9 @@ static const struct my_option option_table[] = {
{"-j", DUMP, 1, do_dumpsect, "-j <sect_name> Dump the content of section 'sect_name'\n"
" (use '-j sect_name,sect_name2' to dump several sections)\n"
" for NE: export, resource\n"
" for PE: import, export, debug, resource, tls, loadcfg, clr, reloc, except, apiset"},
" for PE: import, export, debug, resource, tls, loadcfg, clr, reloc, except, apiset\n"
" for PDB: PDB, TPI, DBI, IPI, public, image\n"
" and suboptions: hash (PDB, TPI, TPI, DBI, public) and line (DBI)"},
{"-t", DUMP, 0, do_symtable, "-t Dump symbol table"},
{"-x", DUMP, 0, do_dumpall, "-x Dump everything"},
{"sym", DMGL, 0, do_demangle, "sym <sym> Demangle C++ symbol <sym> and exit"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment