Forget to mention , I am facing the below mentioned problem with "extern
variables".
so my issue summarizes to
I am using Gcc-4.3.3 and gdb-6.8.
As far as I know , there is no issue with my gdb . How can I
make sure debugging information generated for "extern variables" by compiler is correct.
If my compiler generates wrong debugging information for "extern variables", how can I
detect it.
Thanks in advance,
Sumanth G
Ian Lance Taylor wrote:
sumanth <sumanth.gundapneni@xxxxxxxxxxxxxxxxxx> writes:
I am using Gcc-4.3.3 and gdb-6.8.
As far as I know , there is no issue with my gdb . How can I
make sure debugging information generated by my compiler is correct.
If my compiler generates wrong debugging information , how can I
detect it.
The only way I know is to run the gdb testsuite.
Ian