OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctrlc_pending_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
remote.c
598
bool
ctrlc_pending_p
= false;
variable
6129
else if (!target_terminal::is_ours () && rs->
ctrlc_pending_p
)
6271
rs->
ctrlc_pending_p
= 0;
7555
rs->
ctrlc_pending_p
= 1;
7642
else if (rs->
ctrlc_pending_p
)
7655
if (rs->waiting_for_stop_reply && rs->
ctrlc_pending_p
)
8735
rs->
ctrlc_pending_p
= 0;
8753
remote_fileio_request (this, buf, rs->
ctrlc_pending_p
);
8754
rs->
ctrlc_pending_p
= 0;
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
575
bool
ctrlc_pending_p
= false;
variable
6095
else if (!target_terminal::is_ours () && rs->
ctrlc_pending_p
)
6237
rs->
ctrlc_pending_p
= 0;
7521
rs->
ctrlc_pending_p
= 1;
7608
else if (rs->
ctrlc_pending_p
)
7621
if (rs->waiting_for_stop_reply && rs->
ctrlc_pending_p
)
8694
rs->
ctrlc_pending_p
= 0;
8712
remote_fileio_request (this, buf, rs->
ctrlc_pending_p
);
8713
rs->
ctrlc_pending_p
= 0;
Completed in 43 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026