Aleksandar Ristovski wrote: > Hello, > > This patch brings catchpoint output in line with breakpoints output: The previous patch was not complete... mention was not changed (sorry). Now the complete diff is attached. And I just noticed a bug I introduced with the pending catchpoints, tempflag was ignored (thus always creating permanent catchpoints)... oops on my behalf... New ChangeLog: 2008-05-27 Aleksandar Ristovski * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for temporary catchpoints. In MI add missing fields 'reason', 'disp', 'bkptno'. (print_mention_exception_catchpoint): Add 'Temporary' for temporary catchpoints. (handle_gnu_v3_exceptions): Use tempflag.