dbghelp: Removed stabs dump facility now that we have it (for PE files) in winedump.
This commit is contained in:
parent
c2f1240a53
commit
b039c3abd4
|
@ -1266,42 +1266,6 @@ BOOL stabs_parse(struct module* module, unsigned long load_offset,
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
const char* defs[] = {"","","","", /* 00 */
|
||||
"","","","", /* 08 */
|
||||
"","","","", /* 10 */
|
||||
"","","","", /* 18 */
|
||||
"gsym","","fun","stsym", /* 20 */
|
||||
"lcsym","main","rosym","", /* 28 */
|
||||
"","","","", /* 30 */
|
||||
"","","opt","", /* 38 */
|
||||
"rsym","","sline","", /* 40 */
|
||||
"","","","", /* 48 */
|
||||
"","","","", /* 50 */
|
||||
"","","","", /* 58 */
|
||||
"","","so","", /* 60 */
|
||||
"","","","", /* 68 */
|
||||
"","","","", /* 70 */
|
||||
"","","","", /* 78 */
|
||||
"lsym","bincl","sol","", /* 80 */
|
||||
"","","","", /* 88 */
|
||||
"","","","", /* 90 */
|
||||
"","","","", /* 98 */
|
||||
"psym","eincl","","", /* a0 */
|
||||
"","","","", /* a8 */
|
||||
"","","","", /* b0 */
|
||||
"","","","", /* b8 */
|
||||
"lbrac","excl","","", /* c0 */
|
||||
"","","","", /* c8 */
|
||||
"","","","", /* d0 */
|
||||
"","","","", /* d8 */
|
||||
"rbrac","","","", /* e0 */
|
||||
};
|
||||
|
||||
FIXME("Got %s<%u> %u/%ld (%s)\n",
|
||||
defs[stab_ptr->n_type / 2], stab_ptr->n_type, stab_ptr->n_desc, stab_ptr->n_value, debugstr_a(ptr));
|
||||
#endif
|
||||
|
||||
switch (stab_ptr->n_type)
|
||||
{
|
||||
case N_GSYM:
|
||||
|
|
Loading…
Reference in New Issue