Thanks Alon,

Disassembling .o files worked for me. Fortunately mangled names haven't 
been changed with transition from 1.38.28 to 1.39.6.

Regards,

On Friday, January 31, 2020 at 9:54:01 PM UTC+5:30, Rohit Saini wrote:
>
> 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/349a5ec0-b996-449e-a32c-a23379c92aa3%40googlegroups.com.

Reply via email to