Browse Source

2003-07-18 Andrew Cagney <cagney@redhat.com>

* user-regs.h (struct gdbarch): Declare opaque.
	* ui-out.h (struct ui_file): Declare opaque.
	* dwarf2-frame.h (struct frame_info): Declare opaque.
ezannoni_pie-20030916-branch
Andrew Cagney 23 years ago
parent
commit
e6e5e94cb8
  1. 6
      gdb/ChangeLog
  2. 1
      gdb/dwarf2-frame.h
  3. 2
      gdb/ui-out.h
  4. 1
      gdb/user-regs.h

6
gdb/ChangeLog

@ -1,3 +1,9 @@
2003-07-18 Andrew Cagney <cagney@redhat.com>
* user-regs.h (struct gdbarch): Declare opaque.
* ui-out.h (struct ui_file): Declare opaque.
* dwarf2-frame.h (struct frame_info): Declare opaque.
2003-07-18 Kris Warkentin <kewarken@qnx.com>
* nto-procfs.c: Clean ARI hits. Change #include <..> to

1
gdb/dwarf2-frame.h

@ -25,6 +25,7 @@
#define DWARF2_FRAME_H 1
struct objfile;
struct frame_info;
/* Return the frame unwind methods for the function that contains PC,
or NULL if it can't be handled by DWARF CFI frame unwinder. */

2
gdb/ui-out.h

@ -27,7 +27,7 @@
struct ui_out;
struct ui_out_data;
struct ui_file;
/* the current ui_out */

1
gdb/user-regs.h

@ -40,6 +40,7 @@
register descriptor that contains all the relvent access methods. */
struct frame_info;
struct gdbarch;
/* Given an architecture, map a user visible register name onto its
index. */

Loading…
Cancel
Save