OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:irw
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/nat/
mips-linux-watch.c
190
/* Convert GDB's TYPE to an
IRW
mask. */
225
is
IRW
. Return 1 on success, 0 on failure. */
229
CORE_ADDR addr, int len, uint32_t
irw
)
248
if (t_low != 0 &&
irw
== ((uint32_t) t_low &
irw
))
262
&&
irw
== (mips_linux_watch_get_irw_mask (regs, i) &
irw
))
267
mips_linux_watch_set_watchlo (regs, i, base_addr |
irw
);
273
/* It doesn't fit, but has the proper
IRW
capabilities. */
286
if (t_low == 0 &&
irw
== (t_hi & irw)
333
uint32_t
irw
= mips_linux_watch_type_to_
irw
(w->type);
local
[
all
...]
mips-linux-watch.h
110
CORE_ADDR addr, int len, uint32_t
irw
);
/src/external/gpl3/gdb.old/dist/gdb/nat/
mips-linux-watch.c
190
/* Convert GDB's TYPE to an
IRW
mask. */
225
is
IRW
. Return 1 on success, 0 on failure. */
229
CORE_ADDR addr, int len, uint32_t
irw
)
248
if (t_low != 0 &&
irw
== ((uint32_t) t_low &
irw
))
262
&&
irw
== (mips_linux_watch_get_irw_mask (regs, i) &
irw
))
267
mips_linux_watch_set_watchlo (regs, i, base_addr |
irw
);
273
/* It doesn't fit, but has the proper
IRW
capabilities. */
286
if (t_low == 0 &&
irw
== (t_hi & irw)
333
uint32_t
irw
= mips_linux_watch_type_to_
irw
(w->type);
local
[
all
...]
mips-linux-watch.h
110
CORE_ADDR addr, int len, uint32_t
irw
);
/src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc
550
uint32_t
irw
;
local
567
irw
= mips_linux_watch_type_to_irw (watch_type);
568
if (!mips_linux_watch_try_one_watch (®s, addr, len,
irw
))
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc
550
uint32_t
irw
;
local
568
irw
= mips_linux_watch_type_to_irw (watch_type);
569
if (!mips_linux_watch_try_one_watch (®s, addr, len,
irw
))
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026