#include <tb_entry.h>
Inheritance diagram for Tb_entry_ex_regs:
Public Member Functions | |
void | set (Context *ctx, Address ip, Sys_ex_regs_frame *regs, Address old_sp, Address old_ip, Mword failed) |
Mword | lthread () const |
Mword | task () const |
Address | old_sp () const |
Address | new_sp () const |
Address | old_ip () const |
Address | new_ip () const |
Mword | failed () const |
Private Attributes | |
Mword | _lthread |
local thread number | |
Mword | _task |
local thread number | |
Address | _old_sp |
old stack pointer | |
Address | _new_sp |
new stack pointer | |
Address | _old_ip |
old instruction pointer | |
Address | _new_ip |
new instruction pointer | |
Mword | _failed |
inter-task ex-regs failed? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inter-task ex-regs failed?
|
|
local thread number
|
|
new instruction pointer
|
|
new stack pointer
|
|
old instruction pointer
|
|
old stack pointer
|
|
local thread number
|