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: backtracing threaded ARM core


Hi,

> #0  0x00008260 in func3 (a=<value optimized out>) at core_test.cpp:66

You are debugging a program that has been compiled with optimization. This
is not guaranteed to be possible, as optimization may for example inline
functions and thus not set up a stack frame for them.

   Simon


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