Plumb enum remove_bp_reason all the way to target_remove_breakpoint
[deliverable/binutils-gdb.git] / gdb / break-catch-sig.c
index dcfae42489d6f172ec1af9dd80907227d2b99f98..06ee44c1ca9035219e8c8efa79037717ee2d5d09 100644 (file)
@@ -137,7 +137,8 @@ signal_catchpoint_insert_location (struct bp_location *bl)
    catchpoints.  */
 
 static int
-signal_catchpoint_remove_location (struct bp_location *bl)
+signal_catchpoint_remove_location (struct bp_location *bl,
+                                  enum remove_bp_reason reason)
 {
   struct signal_catchpoint *c = (struct signal_catchpoint *) bl->owner;
   int i;
This page took 0.025911 seconds and 4 git commands to generate.