IDA C++ SDK 9.2
Loading...
Searching...
No Matches
call_stack_info_t Struct Reference

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?

Detailed Description

Call stack trace information.

Member Function Documentation

◆ operator==()

bool call_stack_info_t::operator== ( const call_stack_info_t & r) const
inline

◆ operator!=()

bool call_stack_info_t::operator!= ( const call_stack_info_t & r) const
inline

Member Data Documentation

◆ callea

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.

◆ funcea

ea_t call_stack_info_t::funcea

the address of the called function

◆ fp

ea_t call_stack_info_t::fp

the value of the frame pointer of the called function

◆ funcok

bool call_stack_info_t::funcok

is the function present?


The documentation for this struct was generated from the following file: