Automatic structure extraction tool...works on binaries with dwarf-2 debug informatio...
authorbdemsky <bdemsky>
Sat, 10 Jul 2004 04:29:04 +0000 (04:29 +0000)
committerbdemsky <bdemsky>
Sat, 10 Jul 2004 04:29:04 +0000 (04:29 +0000)
commit37931e84998c894cfe3dbffd97242d5f37af633b
treeb0db9c647f4cb4f46a3a712278d65cebf309331c
parent667568773e3049fdf33ae2caaa6092b94ae88160
structure extraction tool...works on binaries with dwarf-2 debug information compiled in.
23 files changed:
Repair/RepairCompiler/structextract/bfd.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/build [new file with mode: 0755]
Repair/RepairCompiler/structextract/dumpstructures.c [new file with mode: 0755]
Repair/RepairCompiler/structextract/dumpstructures.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/ansidecl.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/bin-bugs.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/bucomm.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/config.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/common.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/dwarf2.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/external.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/i386.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/ia64.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/internal.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/elf/reloc-macros.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/fopen-same.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/getopt.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/include/symcat.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/readelf.c [new file with mode: 0755]
Repair/RepairCompiler/structextract/typedata.c [new file with mode: 0755]
Repair/RepairCompiler/structextract/typedata.h [new file with mode: 0755]
Repair/RepairCompiler/structextract/unwind-ia64.c [new file with mode: 0755]
Repair/RepairCompiler/structextract/unwind-ia64.h [new file with mode: 0755]