Frame unwinders with core files
Francisco Moraes via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAL251Qjkk5C0T-tmU-ux2Dby4dwNLxwcY8U+3Juhxg1Yk0hUWQ@mail.gmail.com> |
Hi, Are frame unwinders executed when using a core file? I have a Python unwinder registered and enabled but it is not being called at all. It is registered with None as the objfile as to make it global. This is with gdb-7.11.1 which is what's currently installed on the system of interest. Francisco