summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorqiyao <qiyao>2013-01-03 07:13:25 +0000
committerqiyao <qiyao>2013-01-03 07:13:25 +0000
commit37a379d1367cb08c619cbc120ae9e9c35d9f021c (patch)
tree1ea004a50aa1f981c8ef922ffbf307de3bcfcec5 /gdb/symtab.h
parentf90f9b483551923c9c175b9bc098d9c7e8796e0d (diff)
downloadgdb-37a379d1367cb08c619cbc120ae9e9c35d9f021c.tar.gz
gdb/
* symtab.h: Remove some out of date comments. (enum exception_event_kind): Move it ... * breakpoint.c: ... here.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 6d5ccf661b8..78af1a2a19b 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1123,21 +1123,6 @@ struct symtabs_and_lines
};
-
-/* 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
-};
-
-
-
/* 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. */