From 91e4b7516d84cefab7324765b3c8d6a909185ce2 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Fri, 9 Apr 2021 10:48:14 +0000 Subject: cmd/exception: support ebreak exception on RISC-V The ebreak instruction should generate a breakpoint exception. Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng Reviewed-by: Rick Chen --- doc/usage/exception.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/usage/exception.rst b/doc/usage/exception.rst index db1490f005..27df88bd5c 100644 --- a/doc/usage/exception.rst +++ b/doc/usage/exception.rst @@ -31,6 +31,9 @@ type **RISC-V:** + ebreak + breakpoint exception + unaligned load address misaligned -- cgit v1.2.3