Hi All,

Previously we were using emscripten 1.38.28 version, and when we were 
making debug build with --profiling --profiling-func, the stack trace we 
were getting on exception was with mangled c++ names.
But now as we are updating to emscripten 1.39.6 , the stack trace we are 
getting has c++ function names in demangled forms. I need mangled C++ names 
to add to EXPORTED_FUNCTIONS and EXCEPTION_CATCHING_WHITELIST Is there any 
way to get mangled C++ names in stack trace or better if I can get a list 
of mangled names of all the functions.

I tried DEMANGLE_SUPPORT=0 but still not getting mangled c++ names.
I also tried --emit-symbol-map but map I am getting has only some functions 
with mangled C++ names, all other are in the unmangled form.

Regards,






-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/d340ff0d-2770-4f01-b3bf-b0525af7a9d7%40googlegroups.com.

Reply via email to