]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Allow tests to provide their own custom unhandled exception handler
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 11 Jan 2016 19:21:54 +0000 (19:21 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 12 Jan 2016 18:12:25 +0000 (18:12 +0000)
commita13e9b4056d168cd441a8413402e4a156f9989f7
tree63ebb68792261beb0c6d3bc02188345cdb3d1ff2
parent1975b2b1574e691b00d6b4943a0727f14d63363b
Allow tests to provide their own custom unhandled exception handler

Useful for non-standard fixup, or for logging something more helpful than the
plain panic() message.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/traps.c
include/xtf/traps.h
tests/selftest/main.c