Re: gdbserver with a core file?
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Paul" == Paul Smith <[email protected]> writes: Paul> Has anyone every considered, or actually implemented, the ability to Paul> use gdbserver to debug a core file remotely in addition to debugging Paul> live processes? It's been done at least once but I don't know if whether the code is still available anywhere: https://lists.fedorahosted.org/pipermail/crash-catcher/2010-December/001441.html It seems like a reasonable thing to want to have. Tom