Symbol Tables for new ISA
AT&T <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
I recently ported gdb for an obscure ISA on the target-side, and I am now looking to implement full symbol table support. The ISA uses the Tektronix tekhex BFD, and I have a .hex reference_binary that I’m emulating in QEMU. I can’t seem to find much literature on the topic, so I was wondering if anyone on the forums would have an idea as to how one can “scrape” or generate full symbol tables for a newly ported ISA. Ian