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] PR gdb/1665 pending catch/throw catchpoints


Daniel Jacobowitz wrote:
On Thu, Jun 05, 2008 at 12:39:59PM -0400, Aleksandar Ristovski wrote:
Daniel Jacobowitz wrote:
Did you deliberately replace (exception thrown) with (thrown)
in your 2008-05-28 patch to print_exception_catchpoint?

No, I'm afraid "exception" part got lost in translation. Sorry about that. Attached is a small patch correcting this.

Also attached exception.exp diff (cummulative with your diff), all I did was I removed \r\n from the expected output. With the changes, I get 14 passes.

2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>

* breakpoint.c (print_exception_catchpoint): Put 'exception' back to 'exception caught|thrown' message.

This is OK, and so is the revised exception.exp patch. Thanks.



Committed.



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