OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inf_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
infrun.c
10303
infcall_control_state_up
inf_status
(new struct infcall_control_state);
10307
inf_status
->thread_control = tp->control;
10308
inf_status
->inferior_control = inf->control;
10313
/* Save original bpstat chain to
INF_STATUS
; replace it in TP with copy of
10320
inf_status
->stop_stack_dummy = stop_stack_dummy;
10321
inf_status
->stopped_by_random_signal = stopped_by_random_signal;
10323
save_selected_frame (&
inf_status
->selected_frame_id,
10324
&
inf_status
->selected_frame_level);
10326
return
inf_status
;
10329
/* Restore inferior session state to
INF_STATUS
. *
10352
delete
inf_status
;
local
10369
delete
inf_status
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
infrun.c
10312
infcall_control_state_up
inf_status
(new struct infcall_control_state);
10316
inf_status
->thread_control = tp->control;
10317
inf_status
->inferior_control = inf->control;
10322
/* Save original bpstat chain to
INF_STATUS
; replace it in TP with copy of
10329
inf_status
->stop_stack_dummy = stop_stack_dummy;
10330
inf_status
->stopped_by_random_signal = stopped_by_random_signal;
10332
save_selected_frame (&
inf_status
->selected_frame_id,
10333
&
inf_status
->selected_frame_level);
10335
return
inf_status
;
10338
/* Restore inferior session state to
INF_STATUS
. *
10361
delete
inf_status
;
local
10378
delete
inf_status
;
local
[
all
...]
Completed in 58 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026