Debug
ARM DDI 0363G
Copyright © 2006-2011 ARM Limited. All rights reserved.
12-23
ID073015
Non-Confidential
Figure 12-9 DBGDRCR Register bit assignments
shows the DBGDRCR bit assignments.
12.4.12 Breakpoint Value Registers
Each DBGBVR is associated with a
Breakpoint Control Register
(DBGBCR). DBGBCRy is the
corresponding control register for DBGBVRy.
A pair of breakpoint registers, DBGBVRy/DBGBCRy, is called a
Breakpoint Register Pair
(BRP). DBGBVR0-7 are paired with DBGBCR0-7 to make BRP0-7.
31
0
5
3
Reserved
Cancel memory request
2 1
4
Clear sticky pipeline advance
Clear sticky exceptions
Restart request
Halt request
Table 12-15 DBGDRCR Register bit assignments
Bits
Name
Function
[31:5]
-
RAZ.
[4]
Cancel memory
requests
If 1 is written to this bit, the processor abandons any pending memory transactions until it
can enter debug state. Debug state entry is the acknowledge event that clears this request.
Abandoned transactions have the following behavior:
•
abandoned stores might write an Unpredictable value to the target address
•
abandoned loads return an Unpredictable value to the register bank.
An abandoned transaction does not cause any exception. Additional instruction fetches or
data accesses after the processor entered debug state have an Unpredictable behavior.
This bit enables the debugger to progress on a deadlock so the processor can enter debug
state. For a debug state entry to occur, a halting debug event must be requested before this
bit is set. If you write a 1 to this bit when
DBGEN
is LOW, the write has no effect.
a
[3]
Clear sticky
pipeline advance
Writing a 1 to this bit clears DBGDSCR[25].
[2]
Clear sticky
exceptions
Writing a 1 to this bit clears DBGDSCR[8:6].
[1]
Restart request
Writing a 1 to this bit requests that the processor leaves debug state. This request is held
until the processor exits debug state. When the debugger makes this request, it polls
DBGDSCR[1] until it reads 1. This bit always reads as zero. Writes are ignored when the
processor is not in debug state.
[0]
Halt request
Writing a 1 to this bit triggers a halting debug event, that is, a request that the processor
enters debug state. This request is held until the debug state entry occurs. When the
debugger makes this request, it polls DBGDSCR[0] until it reads 1. This bit always reads
as zero. Writes are ignored when the processor is already in debug state.
a. Entry into debug state is not expected to be recoverable.