|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| void | mi_cmd_target_file_get (const char *command, char **argv, int argc) |
| void | mi_cmd_target_file_put (const char *command, char **argv, int argc) |
| void | mi_cmd_target_file_delete (const char *command, char **argv, int argc) |
| void mi_cmd_target_file_delete | ( | const char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 75 of file mi-cmd-target.c.
References _, gdb::argv, error(), mi_getopt(), and remote_file_delete().
| void mi_cmd_target_file_get | ( | const char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 27 of file mi-cmd-target.c.
References _, gdb::argv, error(), mi_getopt(), and remote_file_get().
| void mi_cmd_target_file_put | ( | const char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 51 of file mi-cmd-target.c.
References _, gdb::argv, error(), mi_getopt(), and remote_file_put().
1.8.14