Hello, This patch brings catchpoint output in line with breakpoints output: CLI: 'Temporary catchpoint' when a catchpoint is temporary (vs. 'Catchpoint' when not). MI: Added fields: "reason", "disp", "bkptno" Thanks, Aleksandar Ristovski QNX Software Systems * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for temporary catchpoints. In MI add missing fields 'reason', 'disp', 'bkptno'.