OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:watch_areas
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c
514
std::vector<watch_area>
watch_areas
;
member in struct:s390_debug_reg_state
627
child_state->
watch_areas
= parent_state->
watch_areas
;
674
if (state->
watch_areas
.empty ())
739
if (!state->
watch_areas
.empty ())
741
for (const auto &area : state->
watch_areas
)
857
state->
watch_areas
.push_back (area);
871
for (ix = 0; ix < state->
watch_areas
.size (); ix++)
873
watch_area &area = state->
watch_areas
[ix];
876
unordered_remove (state->
watch_areas
, ix)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
s390-linux-nat.c
514
std::vector<watch_area>
watch_areas
;
member in struct:s390_debug_reg_state
627
child_state->
watch_areas
= parent_state->
watch_areas
;
674
if (state->
watch_areas
.empty ())
739
if (!state->
watch_areas
.empty ())
741
for (const auto &area : state->
watch_areas
)
857
state->
watch_areas
.push_back (area);
871
for (ix = 0; ix < state->
watch_areas
.size (); ix++)
873
watch_area &area = state->
watch_areas
[ix];
876
unordered_remove (state->
watch_areas
, ix)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026