This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb function signature differs from declaration


>>>>> "JoÃl" == JoÃl KrÃhemann <weedlight@gmail.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]