]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Exception Logging support
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 21 Dec 2015 10:47:22 +0000 (10:47 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 22 Dec 2015 20:57:37 +0000 (20:57 +0000)
commit20767defd3ab3e519e8a9d9892bdfded5892f26d
tree883e4256b7c67e266fbeb69bdfcc3ad1b75ffb39
parent39ebd7ef4d924d5cd3ab5465b1f44cd97a7de92b
Exception Logging support

Provide an interface whereby a test can log all exceptions which occur, and
query the log after the fact.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/traps.c
build/files.mk
common/exlog.c [new file with mode: 0644]
include/xtf/exlog.h [new file with mode: 0644]
include/xtf/lib.h
tests/selftest/main.c