From e7e8980f5d1713148458f79f1d302bb08fbbc1b2 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 3 Jan 2013 07:13:28 +0000 Subject: gdb/ * symtab.h: Remove some out of date comments. (enum exception_event_kind): Move it ... * breakpoint.c: ... here. --- gdb/breakpoint.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/breakpoint.c') diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 6f6349e..e56d9df 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -82,6 +82,13 @@ #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); -- cgit v1.1