OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remote_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-target.c
30
const char *
remote_file
, *local_file;
local
39
error (_("-target-file-get: Usage:
REMOTE_FILE
LOCAL_FILE"));
41
remote_file
= argv[oind];
44
remote_file_get (
remote_file
, local_file, 0);
54
const char *
remote_file
, *local_file;
local
63
error (_("-target-file-put: Usage: LOCAL_FILE
REMOTE_FILE
"));
66
remote_file
= argv[oind + 1];
68
remote_file_put (local_file,
remote_file
, 0);
79
const char *
remote_file
;
local
88
error (_("-target-file-delete: Usage:
REMOTE_FILE
"));
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-target.c
30
const char *
remote_file
, *local_file;
local
39
error (_("-target-file-get: Usage:
REMOTE_FILE
LOCAL_FILE"));
41
remote_file
= argv[oind];
44
remote_file_get (
remote_file
, local_file, 0);
54
const char *
remote_file
, *local_file;
local
63
error (_("-target-file-put: Usage: LOCAL_FILE
REMOTE_FILE
"));
66
remote_file
= argv[oind + 1];
68
remote_file_put (local_file,
remote_file
, 0);
79
const char *
remote_file
;
local
88
error (_("-target-file-delete: Usage:
REMOTE_FILE
"));
[
all
...]
Completed in 48 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026