diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 9f0b940..6a28b79 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -835,12 +835,4 @@ extern void remove_single_step_breakpoints (void); extern void *deprecated_insert_raw_breakpoint (CORE_ADDR); extern int deprecated_remove_raw_breakpoint (void *); -/* Indicator of whether exception catchpoints should be nuked between - runs of a program. */ -extern int deprecated_exception_catchpoints_are_fragile; - -/* Indicator of when exception catchpoints set-up should be - reinitialized -- e.g. when program is re-run. */ -extern int deprecated_exception_support_initialized; - #endif /* !defined (BREAKPOINT_H) */ |