pub unsafe extern "C" fn cpu_get_crash_info(
    cpu: *mut CPUState
) -> *mut GuestPanicInformation
Expand description

cpu_get_crash_info: @cpu: The CPU to get crash information for

Gets the previously saved crash information. Caller is responsible for freeing the data.