 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 3/3] plat/common/x86: Disassemble failed instruction on crashes
 I am sorry, this got sent wrongly. Please ignore. Simon On 31.03.20 23:37, Simon Kuenzer wrote: Show disassembled failed instruction on crash outputs with `uk_asmdumpk()`. This functionality is only available when a supported disassembler backend library is included to the build (e.g., libzydis). Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- plat/common/x86/traps.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plat/common/x86/traps.c b/plat/common/x86/traps.c index 3af9c499..96143867 100644 --- a/plat/common/x86/traps.c +++ b/plat/common/x86/traps.c @@ -39,6 +39,7 @@ #include <x86/traps.h> #include <uk/print.h> #include <uk/assert.h> +#include <uk/asmdump.h>/* A general word of caution when writing trap handlers. The platform trap _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |