OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inferior_id
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-target.exp.tcl
97
foreach {
inferior_id
spawn_id } $server_spawn_ids {
99
gdb_test "inferior $
inferior_id
"
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-target.exp.tcl
97
foreach {
inferior_id
spawn_id } $server_spawn_ids {
99
gdb_test "inferior $
inferior_id
"
/src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c
506
long
inferior_id
= strtol (tok_value.c_str (), &tmptok, 0);
local
509
if (
inferior_id
> INT_MAX)
510
error (_("No inferior number '%ld'"),
inferior_id
);
511
inferior = static_cast<int> (
inferior_id
);
/src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c
505
long
inferior_id
= strtol (tok_value.c_str (), &tmptok, 0);
local
508
if (
inferior_id
> INT_MAX)
509
error (_("No inferior number '%ld'"),
inferior_id
);
510
inferior = static_cast<int> (
inferior_id
);
Completed in 16 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026