Remove unused support for target-based exception catching.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 56b9a6ee46fc521cb268e79fbe347758903ce52e..21d69d324042f6f08ddd0db3014dbb48aa57e92f 100644 (file)
@@ -129,13 +129,6 @@ enum bptype
     bp_catch_fork,
     bp_catch_vfork,
     bp_catch_exec,
-
-    /* These are catchpoints to implement "catch catch" and "catch throw"
-       commands for C++ exception handling. */
-    bp_catch_catch,
-    bp_catch_throw
-
-
   };
 
 /* States of enablement of breakpoint. */
This page took 0.023765 seconds and 4 git commands to generate.