Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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. 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?
 

Detailed Description

Call stack trace information.

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.


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