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 breakpoints/9562] Incorrect handling of erroneous breakpoint conditions


------- Additional Comments From fchouinard at gmail dot com  2009-01-20 19:20 -------
Thanks for the comment!

I see your point and the problem seems to boil down to recognizing a malformed
condition (bad thing) from an invalid symbol (which might become valid later on).

My observation - no critic here - is that the current logic will systematically
store the new condition (valid, invalid or malformed). Which then makes me
wonder about the purpose/utility of evaluating it in the first place :-)

/fc

-- 


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

------- 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]