|
Message
From: Heiko Panther<heiko.panther@w...>
Date: Tue Jan 27 12:22:57 CET 2004
Subject: [openrisc] gdb - or1ksim: exception handling?
> When or1ksim is run interactively and an exception occurs, or1ksim steps > into the exception code (to, like, 0x200 for a Bus Error). If I control > or1ksim through gdb, the exception is reported by or1ksim, but it is not > visible in gdb. Why? Is it possible, and how?
I have an answer to that one: It is neccessary to set the DSR register, like this:
(gdb) spr dsr 0x3ff
Heiko
|
 |