From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Patches , "Insight (GDB GUI)" Subject: GDB_FILE -> struct ui_file cleanup Date: Mon, 31 Jan 2000 18:28:00 -0000 Message-id: <389644AD.A93A9E7C@cygnus.com> X-SW-Source: 2000-q1/msg00031.html Hmm, I've just checked in a jumbo cleanup patch (and it is going to hurt) that replaces GDB_FILE / ``struct gdb_file'' with a uniform ``struct ui_file''. I've attatched the relevant ChangeLog entries. Andrew ChangeLog: Tue Feb 1 00:17:12 2000 Andrew Cagney * ui-file.c, ui-file.h: Rename gdb-file.h, gdb-file.c. Rename ``struct gdb_file'' to ``struct ui_file''. Delete typedef GDB_FILE. * Makefile.in: Update. * ax-gdb.c, ax-general.c, ax.h, buildsym.c, c-lang.c, c-lang.h, c-typeprint.c, c-valprint.c, ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c, command.c, command.h, convex-tdep.c, corefile.c, cp-valprint.c, d10v-tdep.c, d30v-tdep.c, defs.h, expprint.c, expression.h, f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, frame.h, gdb-events.sh, gdb-file.c, gdb-file.h, gdbcmd.h, gdbtypes.h, hppa-tdep.c, jv-lang.c, jv-lang.h, jv-typeprint.c, jv-valprint.c, language.c, language.h, m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c, main.c, monitor.c, printcmd.c, pyr-tdep.c, remote-mips.c, remote-sim.c, remote-udi.c, remote.c, scm-lang.c, scm-lang.h, scm-valprint.c, ser-e7kpc.c, ser-go32.c, ser-mac.c, ser-ocd.c, ser-unix.c, ser-unix.h, serial.c, serial.h, stack.c, symfile.c, symmisc.c, tahoe-tdep.c, target.c, target.h, top.c, top.h, typeprint.c, typeprint.h, utils.c, v850ice.c, valprint.c, valprint.h, value.h, config/pa/tm-hppa.h: Update. ChangeLog-gdbtk: Tue Feb 1 00:17:12 2000 Andrew Cagney * gdbtk-hooks.c, gdbtk-variable.c, gdbtk-wrapper.c, gdbtk-wrapper.h, gdbtk.h: Update to reflect rename of gdb-file / GDB_FILE to ui-file / ``struct ui_file''. tui/ChangeLog: Tue Feb 1 00:17:12 2000 Andrew Cagney * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h, tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE to ui-file / ``struct ui_file''.