IDA C++ SDK 9.2
|
Call stack trace information. More...
#include <idd.hpp>
Public Member Functions | |
bool | operator== (const call_stack_info_t &r) const |
bool | operator!= (const call_stack_info_t &r) const |
Public Attributes | |
ea_t | callea |
the address of the call instruction. | |
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? |
Call stack trace information.
|
inline |
|
inline |
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.
ea_t call_stack_info_t::funcea |
the address of the called function
ea_t call_stack_info_t::fp |
the value of the frame pointer of the called function
bool call_stack_info_t::funcok |
is the function present?