gdb/
* symtab.h: Remove some out of date comments. (enum exception_event_kind): Move it ... * breakpoint.c: ... here.
This commit is contained in:
parent
4eaba4b21f
commit
e7e8980f5d
@ -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
|
||||
|
@ -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);
|
||||
|
15
gdb/symtab.h
15
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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user