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 * breakpoint.c (print_exception_catchpoint): Put 'exception' back to 'exception caught|thrown' message.