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

Re: [patch] Error reporting during insert_breakpoints


Pedro Alves wrote:
On Wednesday 03 June 2009 21:42:14, Michael Snyder wrote:
Two small changes

1) If insert_breakpoints fails during stepping, "keep_going()"
contains a TRY_CATCH block, but does not print the exception error.
If the same thing happens during continue, "catch_errors" reports it.

Yes, please. This silent stop bites me often, when longjmp-resume breakpoints fail to insert due to glibc pointer mangling...

Fell through the cracks, checking in now.




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