[Qemu-devel] [PATCH 1/3] arm: semihosting: Improve debug prints

2015-03-27 Thread Christopher Covington
Print semihosting debugging information before the do_arm_semihosting() call so that angel_SWIreason_ReportException, which causes the function to not return, gets the same debug prints as other semihosting calls. Also print out the semihosting call number. Signed-off-by: Christopher Covington --

Re: [Qemu-devel] [PATCH 1/3] arm: semihosting: Improve debug prints

2015-03-27 Thread Peter Maydell
On 27 March 2015 at 16:22, Christopher Covington wrote: > Print semihosting debugging information before the > do_arm_semihosting() call so that angel_SWIreason_ReportException, > which causes the function to not return, gets the same debug prints as > other semihosting calls. Also print out the s