OSDN Git Service

target/nios2: Create EXCP_SEMIHOST for semi-hosting
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Apr 2022 15:17:02 +0000 (08:17 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Apr 2022 15:16:41 +0000 (08:16 -0700)
commit24ca31346e41e80166c696dd04b33027b93d8559
tree7ff2539fecc3c37d4364cf9073fd0fd93dc21fda
parentbdb307b4d83bf09ae666d7b79388597f840c39d7
target/nios2: Create EXCP_SEMIHOST for semi-hosting

Decode 'break 1' during translation, rather than doing
it again during exception processing.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220421151735.31996-32-richard.henderson@linaro.org>
target/nios2/cpu.h
target/nios2/helper.c
target/nios2/translate.c