]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Windows 0xEF Bugcheck Handler
authorOwen Smith <owen.smith@cloud.com>
Mon, 27 Nov 2023 11:16:11 +0000 (11:16 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 11 Dec 2023 16:22:49 +0000 (16:22 +0000)
commit2a9674cd94f4321416ace479a92d70db6c8f7ac2
treea9a5489d3fcfdc5b4074f33173c33d45bcf7cb89
parentb7afb31d77d1150cdc5e803cb20626fb41aff8aa
Windows 0xEF Bugcheck Handler

Adds a bugcheck handler for 0xEF (CRITICAL_PROCESS_DIED) which dumps the
process image file name (if available)
Adds ProcessGetImageFileName() to get the image file name, which relies
on calling MmGetSystemRoutineAddress("PsGetProcessImageFileName")

Suggested-by: Rabish Kumar <rabish.kumar@citrix.com>
Signed-off-by: Owen Smith <owen.smith@cloud.com>
src/xen/bug_check.c
src/xen/process.c
src/xen/process.h