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 jan dot kratochvil at redhat dot com  2010-05-05 15:56 -------
Created an attachment (id=4769)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4769&action=view)
non-python backtrace abort reproducer.

Current output is:

#3  0x4afe5437 in func () at dw2-loclist-prelinked.c:8
	i = Could not find the frame base for "func".
<backtrace stop>

while we would expect output like:

#3  0x4afe5437 in func () at dw2-loclist-prelinked.c:8
	i = Could not find the frame base for "func".
	j = Could not find the frame base for "func".
#4  ... continued backtrace

Just the attached code is not suitable, it needs to be sanitized, but it proves
the problem.


-- 


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]