From 8d0f4806a7ad55710cb190e5a5c9388bd00c50a8 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 6 Mar 2019 23:40:34 +0100 Subject: Enable configuration of syscalls emulation and stop on exception. Signed-off-by: Pavel Pisa --- qtmips_gui/NewDialog.ui | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) (limited to 'qtmips_gui/NewDialog.ui') diff --git a/qtmips_gui/NewDialog.ui b/qtmips_gui/NewDialog.ui index 411b075..1189e21 100644 --- a/qtmips_gui/NewDialog.ui +++ b/qtmips_gui/NewDialog.ui @@ -305,9 +305,52 @@ - + - Enable OS Emulation + Enable emulation of operating system services + + + true + + + + + + + Stop on known system call + + + true + + + + + + + Stop on unknown system call + + + true + + + + + + + Stop on interrupt entry + + + true + + + + + + + Stop and step over exceptions (overflow, etc.) + + + true -- cgit v1.2.3