![]() |
Xyris
0.5
|
Namespaces | |
| CPU | |
| Memory | |
Data Structures | |
| struct | stackframe |
Functions | |
| void | haltAndCatchFire () |
| void | registersToString (char *buf, struct registers *regs) |
| void | registersPrintInformation (struct registers *regs) |
|
inline |
| void Arch::registersPrintInformation | ( | struct registers * | regs | ) |
Print register information to all kernel terminals (serial, framebuffer, etc.). Used for panic and debug screens.
| regs | Register structure |
Definition at line 67 of file Arch.i686.cpp.
| void Arch::registersToString | ( | char * | buf, |
| struct registers * | regs | ||
| ) |
Write all register names and values as a string to a buffer. Provided buffer size must also take escape and control characters (for formatting) into account.
| buf | Buffer to contain register information string |
| regs | Register structure |
Definition at line 51 of file Arch.i686.cpp.
Here is the call graph for this function: