diff --git a/static/images/exception-stack-frame.svg b/static/images/exception-stack-frame.svg new file mode 100644 index 00000000..c099dff5 --- /dev/null +++ b/static/images/exception-stack-frame.svg @@ -0,0 +1,2 @@ + +
New Stack
Pointer
[Not supported by viewer]
Stack Alignment (variable)
Stack Alignment (variable)
Stack Segment (SS)
Stack Segment (SS)
Stack Frame of the Handler Function
Stack Frame of the Handler Function
Stack Pointer (RSP)
Stack Pointer (RSP)
RFLAGS
RFLAGS
Code Segment (CS)
Code Segment (CS)
Instruction Pointer (RIP)
Instruction Pointer (RIP)
Error Code (optional)
Error Code (optional)
8 Byte
8 Byte
Old Stack
Pointer
[Not supported by viewer]
\ No newline at end of file diff --git a/static/images/qemu-divide-by-zero-stack-frame.png b/static/images/qemu-divide-by-zero-stack-frame.png new file mode 100644 index 00000000..c4a8d060 Binary files /dev/null and b/static/images/qemu-divide-by-zero-stack-frame.png differ diff --git a/static/images/qemu-page-fault-error-code.png b/static/images/qemu-page-fault-error-code.png new file mode 100644 index 00000000..f30fd0ca Binary files /dev/null and b/static/images/qemu-page-fault-error-code.png differ diff --git a/static/images/qemu-page-fault-handler.png b/static/images/qemu-page-fault-handler.png new file mode 100644 index 00000000..ec3d6560 Binary files /dev/null and b/static/images/qemu-page-fault-handler.png differ diff --git a/static/images/qemu-print-stack-frame-try.png b/static/images/qemu-print-stack-frame-try.png new file mode 100644 index 00000000..bb03246f Binary files /dev/null and b/static/images/qemu-print-stack-frame-try.png differ