mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
3e43a32aaa
* addrmap.c: Shorten lines of >= 80 columns. * arch-utils.c: Ditto. * arch-utils.h: Ditto. * ax-gdb.c: Ditto. * ax-general.c: Ditto. * bcache.c: Ditto. * blockframe.c: Ditto. * breakpoint.c: Ditto. * buildsym.c: Ditto. * c-lang.c: Ditto. * c-typeprint.c: Ditto. * charset.c: Ditto. * coffread.c: Ditto. * command.h: Ditto. * corelow.c: Ditto. * cp-abi.c: Ditto. * cp-namespace.c: Ditto. * cp-support.c: Ditto. * dbug-rom.c: Ditto. * dbxread.c: Ditto. * defs.h: Ditto. * dfp.c: Ditto. * dfp.h: Ditto. * dictionary.c: Ditto. * disasm.c: Ditto. * doublest.c: Ditto. * dwarf2-frame.c: Ditto. * dwarf2expr.c: Ditto. * dwarf2loc.c: Ditto. * dwarf2read.c: Ditto. * elfread.c: Ditto. * eval.c: Ditto. * event-loop.c: Ditto. * event-loop.h: Ditto. * exceptions.h: Ditto. * exec.c: Ditto. * expprint.c: Ditto. * expression.h: Ditto. * f-lang.c: Ditto. * f-valprint.c: Ditto. * findcmd.c: Ditto. * frame-base.c: Ditto. * frame-unwind.c: Ditto. * frame-unwind.h: Ditto. * frame.c: Ditto. * frame.h: Ditto. * gcore.c: Ditto. * gdb-stabs.h: Ditto. * gdb_assert.h: Ditto. * gdb_dirent.h: Ditto. * gdb_obstack.h: Ditto. * gdbcore.h: Ditto. * gdbtypes.c: Ditto. * gdbtypes.h: Ditto. * inf-ttrace.c: Ditto. * infcall.c: Ditto. * infcmd.c: Ditto. * inflow.c: Ditto. * infrun.c: Ditto. * inline-frame.h: Ditto. * language.c: Ditto. * language.h: Ditto. * libunwind-frame.c: Ditto. * libunwind-frame.h: Ditto. * linespec.c: Ditto. * linux-nat.c: Ditto. * linux-nat.h: Ditto. * linux-thread-db.c: Ditto. * machoread.c: Ditto. * macroexp.c: Ditto. * macrotab.c: Ditto. * main.c: Ditto. * maint.c: Ditto. * mdebugread.c: Ditto. * memattr.c: Ditto. * minsyms.c: Ditto. * monitor.c: Ditto. * monitor.h: Ditto. * objfiles.c: Ditto. * objfiles.h: Ditto. * osabi.c: Ditto. * p-typeprint.c: Ditto. * p-valprint.c: Ditto. * parse.c: Ditto. * printcmd.c: Ditto. * proc-events.c: Ditto. * procfs.c: Ditto. * progspace.c: Ditto. * progspace.h: Ditto. * psympriv.h: Ditto. * psymtab.c: Ditto. * record.c: Ditto. * regcache.c: Ditto. * regcache.h: Ditto. * remote-fileio.c: Ditto. * remote.c: Ditto. * ser-mingw.c: Ditto. * ser-tcp.c: Ditto. * ser-unix.c: Ditto. * serial.c: Ditto. * serial.h: Ditto. * solib-frv.c: Ditto. * solib-irix.c: Ditto. * solib-osf.c: Ditto. * solib-pa64.c: Ditto. * solib-som.c: Ditto. * solib-sunos.c: Ditto. * solib-svr4.c: Ditto. * solib-target.c: Ditto. * solib.c: Ditto. * somread.c: Ditto. * source.c: Ditto. * stabsread.c: Ditto. * stabsread.c: Ditto. * stack.c: Ditto. * stack.h: Ditto. * symfile-mem.c: Ditto. * symfile.c: Ditto. * symfile.h: Ditto. * symmisc.c: Ditto. * symtab.c: Ditto. * symtab.h: Ditto. * target-descriptions.c: Ditto. * target-memory.c: Ditto. * target.c: Ditto. * target.h: Ditto. * terminal.h: Ditto. * thread.c: Ditto. * top.c: Ditto. * tracepoint.c: Ditto. * tracepoint.h: Ditto. * ui-file.c: Ditto. * ui-file.h: Ditto. * ui-out.h: Ditto. * user-regs.c: Ditto. * user-regs.h: Ditto. * utils.c: Ditto. * valarith.c: Ditto. * valops.c: Ditto. * valprint.c: Ditto. * valprint.h: Ditto. * value.c: Ditto. * varobj.c: Ditto. * varobj.h: Ditto. * vec.h: Ditto. * xcoffread.c: Ditto. * xcoffsolib.c: Ditto. * xcoffsolib.h: Ditto. * xml-syscall.c: Ditto. * xml-tdesc.c: Ditto.
123 lines
4.3 KiB
C
123 lines
4.3 KiB
C
/* UI_FILE - a generic STDIO like output stream.
|
|
Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011
|
|
Free Software Foundation, Inc.
|
|
|
|
This file is part of GDB.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
#ifndef UI_FILE_H
|
|
#define UI_FILE_H
|
|
|
|
struct obstack;
|
|
struct ui_file;
|
|
|
|
/* Create a generic ui_file object with null methods. */
|
|
|
|
extern struct ui_file *ui_file_new (void);
|
|
|
|
/* Override methods used by specific implementations of a UI_FILE
|
|
object. */
|
|
|
|
typedef void (ui_file_flush_ftype) (struct ui_file *stream);
|
|
extern void set_ui_file_flush (struct ui_file *stream,
|
|
ui_file_flush_ftype *flush);
|
|
|
|
/* NOTE: Both fputs and write methods are available. Default
|
|
implementations that mapping one onto the other are included. */
|
|
typedef void (ui_file_write_ftype) (struct ui_file *stream,
|
|
const char *buf, long length_buf);
|
|
extern void set_ui_file_write (struct ui_file *stream,
|
|
ui_file_write_ftype *fputs);
|
|
|
|
typedef void (ui_file_fputs_ftype) (const char *, struct ui_file *stream);
|
|
extern void set_ui_file_fputs (struct ui_file *stream,
|
|
ui_file_fputs_ftype *fputs);
|
|
|
|
typedef long (ui_file_read_ftype) (struct ui_file *stream,
|
|
char *buf, long length_buf);
|
|
extern void set_ui_file_read (struct ui_file *stream,
|
|
ui_file_read_ftype *fread);
|
|
|
|
typedef int (ui_file_isatty_ftype) (struct ui_file *stream);
|
|
extern void set_ui_file_isatty (struct ui_file *stream,
|
|
ui_file_isatty_ftype *isatty);
|
|
|
|
typedef void (ui_file_rewind_ftype) (struct ui_file *stream);
|
|
extern void set_ui_file_rewind (struct ui_file *stream,
|
|
ui_file_rewind_ftype *rewind);
|
|
|
|
typedef void (ui_file_put_method_ftype) (void *object, const char *buffer,
|
|
long length_buffer);
|
|
typedef void (ui_file_put_ftype) (struct ui_file *stream,
|
|
ui_file_put_method_ftype *method,
|
|
void *context);
|
|
extern void set_ui_file_put (struct ui_file *stream, ui_file_put_ftype *put);
|
|
|
|
typedef void (ui_file_delete_ftype) (struct ui_file * stream);
|
|
extern void set_ui_file_data (struct ui_file *stream, void *data,
|
|
ui_file_delete_ftype *delete);
|
|
|
|
extern void *ui_file_data (struct ui_file *file);
|
|
|
|
|
|
extern void gdb_flush (struct ui_file *);
|
|
|
|
extern void ui_file_delete (struct ui_file *stream);
|
|
|
|
extern void ui_file_rewind (struct ui_file *stream);
|
|
|
|
extern int ui_file_isatty (struct ui_file *);
|
|
|
|
extern void ui_file_write (struct ui_file *file, const char *buf,
|
|
long length_buf);
|
|
|
|
/* NOTE: copies left to right */
|
|
extern void ui_file_put (struct ui_file *src,
|
|
ui_file_put_method_ftype *write, void *dest);
|
|
|
|
/* Returns a freshly allocated buffer containing the entire contents
|
|
of FILE (as determined by ui_file_put()) with a NUL character
|
|
appended. LENGTH, if not NULL, is set to the size of the buffer
|
|
minus that appended NUL. */
|
|
extern char *ui_file_xstrdup (struct ui_file *file, long *length);
|
|
|
|
/* Similar to ui_file_xstrdup, but return a new string allocated on
|
|
OBSTACK. */
|
|
extern char *ui_file_obsavestring (struct ui_file *file,
|
|
struct obstack *obstack, long *length);
|
|
|
|
extern long ui_file_read (struct ui_file *file, char *buf, long length_buf);
|
|
|
|
/* Create/open a memory based file. Can be used as a scratch buffer
|
|
for collecting output. */
|
|
extern struct ui_file *mem_fileopen (void);
|
|
|
|
|
|
|
|
/* Open/create a an STDIO based UI_FILE using the already open FILE. */
|
|
extern struct ui_file *stdio_fileopen (FILE *file);
|
|
|
|
/* Open NAME returning an STDIO based UI_FILE. */
|
|
extern struct ui_file *gdb_fopen (char *name, char *mode);
|
|
|
|
/* Create a file which writes to both ONE and TWO. CLOSE_ONE
|
|
and CLOSE_TWO indicate whether the original files should be
|
|
closed when the new file is closed. */
|
|
struct ui_file *tee_file_new (struct ui_file *one,
|
|
int close_one,
|
|
struct ui_file *two,
|
|
int close_two);
|
|
#endif
|