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
..
2020-11-11 07:36:35 +00:00
2020-12-23 09:53:24 +11:00
2021-01-25 15:08:55 +08:00
2020-12-10 09:04:47 +00:00
2021-04-06 13:42:49 +08:00
2021-04-22 23:33:47 +02:00
2021-03-18 10:24:22 +08:00
2021-04-08 14:01:18 +08:00
2021-01-12 14:05:08 +08:00
2021-04-06 17:37:55 +08:00
2021-01-05 15:39:46 +08:00
2021-03-13 22:31:30 +08:00
2020-11-11 07:36:35 +00:00
2020-11-11 07:36:35 +00:00
2021-04-22 23:33:47 +02:00
2020-11-11 07:36:35 +00:00
2021-03-18 10:24:22 +08:00
2020-11-11 07:36:35 +00:00
2020-11-11 07:36:35 +00:00
2021-01-12 14:05:08 +08:00
2020-11-11 07:36:35 +00:00
2020-11-11 07:36:35 +00:00
2020-11-11 07:36:35 +00:00
2021-01-21 18:53:53 +08:00
2021-03-03 22:02:32 +08:00
2020-11-30 15:23:15 +11:00
2021-03-16 17:56:37 +08:00
2021-03-15 03:59:54 +00:00
2021-03-23 10:17:58 +00:00
2021-02-26 19:45:48 +08:00
2021-03-30 14:17:31 +08:00
2021-03-31 14:39:59 +00:00