OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watch_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc
437
enum target_hw_bp_type
watch_type
)
445
new_watch->type =
watch_type
;
549
enum target_hw_bp_type
watch_type
;
local
566
watch_type
= raw_bkpt_type_to_target_hw_bp_type (type);
567
irw = mips_linux_watch_type_to_irw (
watch_type
);
572
mips_add_watchpoint (priv, addr, len,
watch_type
);
593
enum target_hw_bp_type
watch_type
;
local
599
watch_type
= raw_bkpt_type_to_target_hw_bp_type (type);
604
if (w->addr == addr && w->len == len && w->type ==
watch_type
)
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc
437
enum target_hw_bp_type
watch_type
)
445
new_watch->type =
watch_type
;
549
enum target_hw_bp_type
watch_type
;
local
567
watch_type
= raw_bkpt_type_to_target_hw_bp_type (type);
568
irw = mips_linux_watch_type_to_irw (
watch_type
);
573
mips_add_watchpoint (priv, addr, len,
watch_type
);
594
enum target_hw_bp_type
watch_type
;
local
600
watch_type
= raw_bkpt_type_to_target_hw_bp_type (type);
605
if (w->addr == addr && w->len == len && w->type ==
watch_type
)
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026