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_lo_addr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c
707
CORE_ADDR
watch_lo_addr
= (CORE_ADDR)-1, watch_hi_addr = 0;
local
743
watch_lo_addr
= std::min (
watch_lo_addr
, area.lo_addr);
763
watch_lo_addr
= std::min (
watch_lo_addr
, area.lo_addr);
771
if (watch_hi_addr ==
watch_lo_addr
)
778
watch_lo_addr
=
watch_lo_addr
> 6 ?
watch_lo_addr
- 6 : 0;
786
per_info.starting_addr =
watch_lo_addr
;
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
s390-linux-nat.c
707
CORE_ADDR
watch_lo_addr
= (CORE_ADDR)-1, watch_hi_addr = 0;
local
743
watch_lo_addr
= std::min (
watch_lo_addr
, area.lo_addr);
763
watch_lo_addr
= std::min (
watch_lo_addr
, area.lo_addr);
771
if (watch_hi_addr ==
watch_lo_addr
)
778
watch_lo_addr
=
watch_lo_addr
> 6 ?
watch_lo_addr
- 6 : 0;
786
per_info.starting_addr =
watch_lo_addr
;
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026