|
satyr 0.43
|
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_frame * | next |
Definition at line 41 of file python/frame.h.
| uint32_t sr_python_frame::file_line |
Definition at line 49 of file python/frame.h.
| char* sr_python_frame::file_name |
Definition at line 47 of file python/frame.h.
| char* sr_python_frame::function_name |
Definition at line 53 of file python/frame.h.
| char* sr_python_frame::line_contents |
Definition at line 55 of file python/frame.h.
| struct sr_python_frame* sr_python_frame::next |
Definition at line 57 of file python/frame.h.
| bool sr_python_frame::special_file |
Definition at line 45 of file python/frame.h.
| bool sr_python_frame::special_function |
Definition at line 51 of file python/frame.h.
| enum sr_report_type sr_python_frame::type |
Definition at line 43 of file python/frame.h.