mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e449728b7d
On Xtensa, "break 0, 0" encodes a software breakpoint which is placed into the program by the debug monitor. Planted breakpoints (added in the code to trap into debugger) should be encoded as "break 1, 15". See table "Breakpoint Instruction Operand Conventions" in the ISA Reference manual. |
||
---|---|---|
.. | ||
hal |