| 3281 | #if BACKTRACE_DEMANGLE |
| 3282 | #include <cxxabi.h> |
| 3283 | extern "C" char *my_demangle(const char *mangled_name, int *status) |
| 3284 | { |
| 3285 | return abi::__cxa_demangle(mangled_name, NULL, NULL, status); |
| 3286 | } |
| 3287 | #endif |
| 3288 | |
| 3289 |
nothing calls this directly
no outgoing calls
no test coverage detected