Commit 30a70548 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedump: Extend dumping of some minidump parts.

- extend dump information in misc stream - dump token, thread name, memory info list streams Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
parent 73b653f5
......@@ -229,8 +229,8 @@ static const struct my_option option_table[] = {
" for PE: import, export, debug, resource, tls, loadcfg, clr, reloc, dynreloc, except, apiset\n"
" for PDB: PDB, TPI, DBI, IPI, public, image\n"
" and suboptions: hash (PDB, TPI, TPI, DBI, public) and line (DBI)\n"
" for minidump: exception, handle, info, memory, module, thread\n"
" and suboptions: content (memory, module, thread)\n"},
" for minidump: exception, handle, info, memory, module, system, thread, token\n"
" and suboptions: content (memory, module, thread, token)\n"},
{"-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