satyr 0.43
Loading...
Searching...
No Matches
Data Fields
sr_python_frame Struct Reference

Data Fields

enum sr_report_type type
 
bool special_file
 
char * file_name
 
uint32_t file_line
 
bool special_function
 
char * function_name
 
char * line_contents
 
struct sr_python_framenext
 

Detailed Description

Definition at line 41 of file python/frame.h.

Field Documentation

◆ file_line

uint32_t sr_python_frame::file_line

Definition at line 49 of file python/frame.h.

◆ file_name

char* sr_python_frame::file_name

Definition at line 47 of file python/frame.h.

◆ function_name

char* sr_python_frame::function_name

Definition at line 53 of file python/frame.h.

◆ line_contents

char* sr_python_frame::line_contents

Definition at line 55 of file python/frame.h.

◆ next

struct sr_python_frame* sr_python_frame::next

Definition at line 57 of file python/frame.h.

◆ special_file

bool sr_python_frame::special_file

Definition at line 45 of file python/frame.h.

◆ special_function

bool sr_python_frame::special_function

Definition at line 51 of file python/frame.h.

◆ type

enum sr_report_type sr_python_frame::type

Definition at line 43 of file python/frame.h.


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