mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-03-10 16:53:55 +00:00
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>
This commit is contained in:
@@ -99,6 +99,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
{TEXT("BPL") , CmdBreakpointList , CMD_BREAKPOINT_LIST , "List all breakpoints" }, // SoftICE
|
||||
// {TEXT("BPLOAD") , CmdBreakpointLoad , CMD_BREAKPOINT_LOAD , "Loads breakpoints" },
|
||||
{TEXT("BPSAVE") , CmdBreakpointSave , CMD_BREAKPOINT_SAVE , "Saves breakpoints" },
|
||||
{TEXT("BPCHANGE") , CmdBreakpointChange , CMD_BREAKPOINT_CHANGE , "Change breakpoint" },
|
||||
// Config
|
||||
{TEXT("BENCHMARK") , CmdBenchmark , CMD_BENCHMARK , "Benchmark the emulator" },
|
||||
{TEXT("BW") , CmdConfigColorMono , CMD_CONFIG_BW , "Sets/Shows RGB for Black & White scheme" },
|
||||
|
||||
Reference in New Issue
Block a user