Re: Executing code if debuggee is a crash dump?
Michael Woerister via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Thank you for the quick response, Simon! That confirms my assumptions. Being able to inspect crash dumps from a different target architecture is one of our requirements too. > So people often end up using some GDB / Python code that has the > knowledge of the program's internal data structures. Yes, that is the route that we will have to go then. -Michael