We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51f5a29 + 01d2935 commit 97684dbCopy full SHA for 97684db
xml/hwbp_registers.xml
@@ -1222,6 +1222,13 @@
1222
(E.g.\ to trap on an illegal instruction, the debugger sets bit 2 in
1223
\RcsrTdataTwo.)
1224
1225
+ \begin{commentary}
1226
+ If XLEN is 32, then it is not possible to set a trigger on Exception
1227
+ Codes higher than 31. A future version of the RISC-V Privileged Spec
1228
+ will likely define Exception Codes 32 through 47.
1229
+ <!-- Source: https://github.com/riscv/riscv-debug-spec/issues/905#issue-1950231166 -->
1230
+ \end{commentary}
1231
+
1232
Hardware may support only a subset of exceptions. A debugger must read
1233
back \RcsrTdataTwo after writing it to confirm the requested functionality
1234
is actually supported.
0 commit comments