Re: [PATCH v2] riscv: Add option to print registers on exception

2020-01-04 Thread Bin Meng
On Wed, Dec 25, 2019 at 1:27 PM Sean Anderson wrote: > > When debugging, it can be helpful to see more information about an > unhandled exception. This patch adds an option to view the registers at > the time of the trap, similar to the linux output on a kernel panic. > > Signed-off-by: Sean

Re: [PATCH v2] riscv: Add option to print registers on exception

2019-12-30 Thread Rick Chen
> From: Sean Anderson [mailto:sean...@gmail.com] > Sent: Wednesday, December 25, 2019 1:28 PM > To: U-Boot Mailing List > Cc: Rick Jian-Zhi Chen(陳建志) > Subject: [PATCH v2] riscv: Add option to print registers on exception > > When debugging, it can be helpful to see m

[PATCH v2] riscv: Add option to print registers on exception

2019-12-24 Thread Sean Anderson
When debugging, it can be helpful to see more information about an unhandled exception. This patch adds an option to view the registers at the time of the trap, similar to the linux output on a kernel panic. Signed-off-by: Sean Anderson --- Changes for v2: - Renamed "PC" to "EPC"