diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index e2febac..8eec1f5 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -112,6 +112,7 @@ enum bptype { commands for C++ exception handling. */ bp_catch_catch, bp_catch_throw + }; |