|
IDA SDK
|
Call stack trace information.
Public Attributes | |
| ea_t | callea |
| the address of the call instruction. More... | |
| ea_t | funcea |
| the address of the called function | |
| ea_t | fp |
| the value of the frame pointer of the called function | |
| bool | funcok |
| is the function present? | |
Public Member Functions | |
| bool | operator== (const call_stack_info_t &r) const |
| bool | operator!= (const call_stack_info_t &r) const |
| ea_t call_stack_info_t::callea |
the address of the call instruction.
for the 0th frame this is usually just the current value of EIP.
1.8.9.1