SimpleKernel 1.17.0
Loading...
Searching...
No Matches
PanicEvent Struct Reference

Panic event payload. More...

#include <panic_observer.hpp>

Collaboration diagram for PanicEvent:
Collaboration graph

Public Attributes

const char * reason {nullptr}
 
uint64_t pc {0}
 

Detailed Description

Panic event payload.

Definition at line 14 of file panic_observer.hpp.

Member Data Documentation

◆ pc

uint64_t PanicEvent::pc {0}

Definition at line 16 of file panic_observer.hpp.

16{0};

◆ reason

const char* PanicEvent::reason {nullptr}

Definition at line 15 of file panic_observer.hpp.

15{nullptr};

The documentation for this struct was generated from the following file: