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 pmuldoon at redhat dot com  2010-06-19 09:02 -------
Created an attachment (id=4853)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4853&action=view)
Output from patch

I get different results, GDB behaves as expected (Does not crash, abandons
pretty printing for that local, prints the rest of the local out in raw format,
moves onto the next local)

I built your inferior with 

g++ -g3 -std=c++0x repr2.cpp -o repr2

I see over on the libstdc++ list there might be differences in your compiler. 
In any case, this looks like a mingw issue? Might need to split up this bug.

-- 


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]