Go to the source code of this file.
Defines |
#define | REMOTE_SYSROOT_PREFIX "remote:" |
Functions |
void | getpkt (char **buf, long *sizeof_buf, int forever) |
int | putpkt (char *buf) |
int | hex2bin (const char *hex, gdb_byte *bin, int count) |
int | bin2hex (const gdb_byte *bin, char *hex, int count) |
char * | unpack_varlen_hex (char *buff, ULONGEST *result) |
void | register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes, const struct target_desc *tdesc) |
void | register_remote_support_xml (const char *) |
void | remote_file_put (const char *local_file, const char *remote_file, int from_tty) |
void | remote_file_get (const char *remote_file, const char *local_file, int from_tty) |
void | remote_file_delete (const char *remote_file, int from_tty) |
bfd * | remote_bfd_open (const char *remote_file, const char *target) |
int | remote_filename_p (const char *filename) |
int | remote_register_number_and_offset (struct gdbarch *gdbarch, int regnum, int *pnum, int *poffset) |
void | remote_notif_get_pending_events (struct notif_client *np) |
Define Documentation
Function Documentation
void getpkt |
( |
char ** |
buf, |
|
|
long * |
sizeof_buf, |
|
|
int |
forever |
|
) |
| |