From 745a2aff8602a48b723a8d2ebf54b0e92cd17b30 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 11 Feb 2019 17:44:29 +0100 Subject: Prepare core for "hardware" breakpoints support and add signals to follow stages. Signed-off-by: Pavel Pisa --- qtmips_machine/qtmipsmachine.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qtmips_machine/qtmipsmachine.h') diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h index 7a128f6..82245ff 100644 --- a/qtmips_machine/qtmipsmachine.h +++ b/qtmips_machine/qtmipsmachine.h @@ -78,6 +78,9 @@ public: bool exited(); void register_exception_handler(ExceptionCause excause, ExceptionHandler *exhandler); + void inser_hwbreak(std::uint32_t address); + void remove_hwbreak(std::uint32_t address); + bool is_hwbreak(std::uint32_t address); public slots: void play(); -- cgit v1.2.3