GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/remote-fileio.h File Reference
#include "fileio.h"

Go to the source code of this file.

Functions

void remote_fileio_request (char *buf, int ctrlc_pending_p)
 
void remote_fileio_reset (void)
 
void initialize_remote_fileio (struct cmd_list_element *remote_set_cmdlist, struct cmd_list_element *remote_show_cmdlist)
 
void remote_fileio_to_host_stat (struct fio_stat *fst, struct stat *st)
 

Function Documentation

void initialize_remote_fileio ( struct cmd_list_element remote_set_cmdlist,
struct cmd_list_element remote_show_cmdlist 
)
void remote_fileio_request ( char *  buf,
int  ctrlc_pending_p 
)
void remote_fileio_reset ( void  )

Definition at line 1211 of file remote-fileio.c.

References remote_fio_data, and xfree().

Referenced by extended_remote_restart(), and remote_open_1().

void remote_fileio_to_host_stat ( struct fio_stat *  fst,
struct stat *  st 
)