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 jens dot elmenthaler at verigy dot com  2010-03-25 09:32 -------
(In reply to comment #2)
I even tried to fix all my pretty printers to catch Exception, but it doesn't 
help, because the exception is not thrown in the pretty printer code, but when 
gdb uses the values that are returned by my iterator.

Or is there any other workaround I could try in my pretty printers?

-- 


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]