esp-idf/components/hal/esp32/include
Ivan Grokhotkov e449728b7d hal: fix planted break instruction for Xtensa targets
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.
2021-04-22 23:33:47 +02:00
..
hal hal: fix planted break instruction for Xtensa targets 2021-04-22 23:33:47 +02:00