#include <tb_entry.h>
Inheritance diagram for Tb_entry_trap:

Public Member Functions | |
| void | set (Context *ctx, Mword eip, Trap_state *ts) |
| void | set (Context *ctx, Mword eip, Mword trapno) |
| char | trapno () const |
| Unsigned16 | errno () const |
| Mword | eax () const |
| Mword | cr2 () const |
| Mword | edx () const |
| Mword | ebp () const |
| Unsigned16 | cs () const |
| Unsigned16 | ds () const |
| Mword | sp () const |
| Mword | flags () const |
Private Attributes | |
| char | _trapno |
| Unsigned16 | _errno |
| Mword | _ebp |
| Mword | _edx |
| Mword | _cr2 |
| Mword | _eax |
| Mword | _eflags |
| Mword | _esp |
| Unsigned16 | _cs |
| Unsigned16 | _ds |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2