OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_cmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c
656
static cmdline_t
child_cmd
; /* Parsed child's command line kept here. */
variable
695
if (redir_debug_init (&
child_cmd
) == -1)
702
if (redir_cmdline_parse (args, &
child_cmd
) == 0)
703
args =
child_cmd
.command;
708
child_cmd
.command = xstrdup (args);
761
redir_cmdline_delete (&
child_cmd
);
897
if (
child_cmd
.redirection)
903
if (
child_cmd
.redirection[i]->file_name)
905
i,
child_cmd
.redirection[i]->file_name);
906
else if (_get_dev_info (
child_cmd
.redirection[i]->inf_handle) == -1
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
go32-nat.c
656
static cmdline_t
child_cmd
; /* Parsed child's command line kept here. */
variable
695
if (redir_debug_init (&
child_cmd
) == -1)
702
if (redir_cmdline_parse (args, &
child_cmd
) == 0)
703
args =
child_cmd
.command;
708
child_cmd
.command = xstrdup (args);
761
redir_cmdline_delete (&
child_cmd
);
897
if (
child_cmd
.redirection)
903
if (
child_cmd
.redirection[i]->file_name)
905
i,
child_cmd
.redirection[i]->file_name);
906
else if (_get_dev_info (
child_cmd
.redirection[i]->inf_handle) == -1
[
all
...]
Completed in 114 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026