]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/breakpoint.c
* alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
[thirdparty/binutils-gdb.git] / gdb / breakpoint.c
index ee9b14b78a21d300631bfcc5fd4b5aa3c432de98..737558e4b3b95c0b7af91dd3a5181bee3d7931cf 100644 (file)
@@ -141,13 +141,6 @@ static enum print_stop_action print_it_typical (bpstat);
 
 static enum print_stop_action print_bp_stop_message (bpstat bs);
 
-typedef struct
-  {
-    enum exception_event_kind kind;
-    int enable_p;
-  }
-args_for_catchpoint_enable;
-
 static int watchpoint_check (void *);
 
 static void maintenance_info_breakpoints (char *, int);
@@ -323,9 +316,6 @@ struct bp_location *bp_location_chain;
 
 int breakpoint_count;
 
-/* Pointer to current exception event record */
-static struct exception_event_record *current_exception_event;
-
 /* This function returns a pointer to the string representation of the
    pathname of the dynamically-linked library that has just been
    loaded.