MCPcopy Create free account
hub / github.com/ValveSoftware/vogl / btrace_demangle_function

Function btrace_demangle_function

src/libbacktrace/btrace.cpp:720–737  ·  view source on GitHub ↗

Other possibilities: abi::__cxa_demangle() (cxxabi.h) bfd_demangle (bfd.h) cplus_demangle (demangle.h) libiberty code from gcc #include char * abi::__cxa_demangle(const char* __mangled_name, char* __output_buffer, size_t* __length, int* __status); int status = 0; char *function = abi::__cxa_demangle(name, NULL, NULL, &status);

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

btrace_resolve_addrFunction · 0.85

Calls 5

__cxa_demangle_gnu3Function · 0.85
read_lenFunction · 0.85
add_stringFunction · 0.85
add_charFunction · 0.85
get_op_nameFunction · 0.85

Tested by

no test coverage detected