Re: Function address incoherence
Andrea Cardaci <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CACMsj9O43DZDLaFpS13N5d19f51Fo5SNt=ywjVozfHj1ShH_7Q@mail.gmail.com> |
On Mon, 26 Aug 2019 at 18:50, Andrea Cardaci <[email protected]> wrote: > This actually seems a good idea and I can't remember why I didn't end > up using that, let me try... Right, GDB does not always return symbol information, for example, in the original use case frame.function() is None, yet GDB knows the current function and its boundaries (according to disassemble and print $pc).