This is the mail archive of the gdb-prs@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]

[Bug python/11407] -stack-list-locals should catch python exceptions and return the error per variable


------- Additional Comments From asmwarrior at gmail dot com  2010-06-20 07:10 -------
Some one from GCC maillist has suggestion me to use -fvar-tracking in the GCC
command options, see

http://gcc.gnu.org/ml/gcc/2010-06/msg00633.html

>From the GCC manual:
http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html

-fvar-tracking
    Run variable tracking pass. It computes where variables are stored at each
position in code. Better debugging information is then generated (if the
debugging information format supports this information).
    It is enabled by default when compiling with optimization (-Os, -O, -O2,
...), debugging information (-g) and the debug info format supports it. 

So, is it possible that GDB get this information?


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11407

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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