Andrea 5287bfb409
Breakpoints: some new features (#1191)
* Debugger: add new flags to breakpoints.

Stop / no stop.
Hit count
Keep temp breakpoint alive so they can be inspected.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>

* Debugger: ensure temporary breakpoints are removed when the execution restarts.

This code:

_BWZ_Clear(pBP, iBreakpoint);

was actually a bug since the function needs the root points of all breakpoints, not to a particular one.

* Breakpoints: some extra tweaks.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>

* Remove reundant code and comment.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>

* Breakpoints: coding standards.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>

---------

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2023-03-20 06:25:25 -07:00
..
2023-01-28 19:58:12 +00:00
2023-03-05 15:37:52 +00:00
2023-02-05 21:04:45 +00:00
2023-01-03 21:46:51 +00:00
2023-02-05 21:04:45 +00:00
2023-02-17 17:20:56 +00:00
2023-02-05 21:04:45 +00:00
2023-02-05 21:04:45 +00:00
2023-01-29 13:37:07 +00:00
2023-02-05 21:04:45 +00:00
2023-01-01 20:31:39 +00:00
2023-01-01 20:31:39 +00:00
2023-02-05 21:04:45 +00:00
2023-02-05 21:04:45 +00:00
2023-01-28 19:58:12 +00:00
2023-01-28 19:58:12 +00:00