Re: gdb function signature differs from declaration
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Joël" == Joël Krähemann <[email protected]> writes: Joël> The last stack entry #0 is missing a parameter what could cause this? My first suspects would be either that the program is out of date with respect to the source, or that the debuginfo generated by the compiler is incorrect. You can check the latter, perhaps with some difficulty (sorry), using readelf -wi and searching for the function in question. Tom