2004-02-28 Andrew Cagney <cagney@redhat.com>
* dwarf2-frame.h (struct gdbarch): Add opaque declaration.
This commit is contained in:
parent
6e1d7d6c23
commit
ecc9ac844c
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-02-28 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* dwarf2-frame.h (struct gdbarch): Add opaque declaration.
|
||||
|
||||
* breakpoint.c (_initialize_breakpoint): Use
|
||||
"add_setshow_auto_boolean_cmd. Better word-wrap help messages.
|
||||
Add help to show command.
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#ifndef DWARF2_FRAME_H
|
||||
#define DWARF2_FRAME_H 1
|
||||
|
||||
struct gdbarch;
|
||||
struct objfile;
|
||||
struct frame_info;
|
||||
|
||||
|
|
Loading…
Reference in a new issue