OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwbp_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc
443
BYTE_ADDRESS_SELECT is the mask of bytes to trigger on;
HWBP_TYPE
is the
448
arm_hwbp_type
hwbp_type
,
452
gdb_assert (
hwbp_type
!= arm_hwbp_break
455
return (byte_address_select << 5) | (
hwbp_type
<< 3) | (3 << 1) | enable;
516
arm_hwbp_type
hwbp_type
;
local
519
hwbp_type
= raw_bkpt_type_to_arm_hwbp_type (raw_type);
521
if (
hwbp_type
== arm_hwbp_break)
563
p->control = arm_hwbp_control_initialize (mask,
hwbp_type
, 1);
565
return
hwbp_type
!= arm_hwbp_break;
/src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc
443
BYTE_ADDRESS_SELECT is the mask of bytes to trigger on;
HWBP_TYPE
is the
448
arm_hwbp_type
hwbp_type
,
452
gdb_assert (
hwbp_type
!= arm_hwbp_break
455
return (byte_address_select << 5) | (
hwbp_type
<< 3) | (3 << 1) | enable;
516
arm_hwbp_type
hwbp_type
;
local
519
hwbp_type
= raw_bkpt_type_to_arm_hwbp_type (raw_type);
521
if (
hwbp_type
== arm_hwbp_break)
563
p->control = arm_hwbp_control_initialize (mask,
hwbp_type
, 1);
565
return
hwbp_type
!= arm_hwbp_break;
Completed in 78 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026