gdb/
authorYao Qi <yao@codesourcery.com>
Thu, 3 Jan 2013 07:13:28 +0000 (07:13 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 3 Jan 2013 07:13:28 +0000 (07:13 +0000)
* symtab.h: Remove some out of date comments.
 (enum exception_event_kind): Move it ...
* breakpoint.c: ... here.

gdb/ChangeLog
gdb/breakpoint.c
gdb/symtab.h

index 4e1d962ec770af6de9cd8fb2a174928744cfc96a..124fffa9482cd4f41b49f3382d3fe48a2b1f23b6 100644 (file)
@@ -1,3 +1,9 @@
+2013-01-03  Yao Qi  <yao@codesourcery.com>
+
+       * symtab.h: Remove some out of date comments.
+        (enum exception_event_kind): Move it ...
+       * breakpoint.c: ... here.
+
 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
 
        PR gdb/14405
index 6f6349e12bfba8c718bd5c5ca16cfa28df65b042..e56d9df12a83f1228dd9a90c8dc5fd4d14d38bc6 100644 (file)
 #include "mi/mi-common.h"
 #include "python/python.h"
 
+/* Enums for exception-handling support.  */
+enum exception_event_kind
+{
+  EX_EVENT_THROW,
+  EX_EVENT_CATCH
+};
+
 /* Prototypes for local functions.  */
 
 static void enable_delete_command (char *, int);
index 6d5ccf661b81c7ae6b461458887607ccf279335d..78af1a2a19bdc65579027f9e4ff2a1f51d9b0a7d 100644 (file)
@@ -1123,21 +1123,6 @@ struct symtabs_and_lines
 };
 \f
 
-
-/* Some types and macros needed for exception catchpoints.
-   Can't put these in target.h because symtab_and_line isn't
-   known there.  This file will be included by breakpoint.c,
-   hppa-tdep.c, etc.  */
-
-/* Enums for exception-handling support.  */
-enum exception_event_kind
-{
-  EX_EVENT_THROW,
-  EX_EVENT_CATCH
-};
-
-\f
-
 /* Given a pc value, return line number it is in.  Second arg nonzero means
    if pc is on the boundary use the previous statement's line number.  */
 
This page took 0.051094 seconds and 4 git commands to generate.