ark::core::ResolvedBacktraceSymbol
Defined in header “ark/core/backtrace.hh”.
Resolved symbol information the API makes a best effort to populate this information, it might not be precise.
Variables
-
std::string name
The name. Always populated with something, will be “(unknown)” if the name cannot be resolved. -
std::string filename
Filename at the program counter. May be empty if it can’t be resolved. -
int32_t line_number= -1
The line number, left at -1 if unknown.