OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inferior_id
(Results
1 - 2
of
2
) sorted by relevancy
/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 Wed Apr 22 00:22:44 UTC 2026