You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like the right thing to do (cf. Rust RFC 1510) but when I tried it it didn't export my hook function.
$ nm -D examples/readlinkspy/target/debug/libreadlinkspy.so
w __cxa_finalize
w __gmon_start__
w _ITM_deregisterTMCloneTable
w _ITM_registerTMCloneTable
w _Jv_RegisterClasses
00000000000009d0 T rust_eh_personality
U _Unwind_GetDataRelBase
U _Unwind_GetIPInfo
U _Unwind_GetLanguageSpecificData
U _Unwind_GetRegionStart
U _Unwind_GetTextRelBase
U _Unwind_SetGR
U _Unwind_SetIP
The text was updated successfully, but these errors were encountered:
This seems like the right thing to do (cf. Rust RFC 1510) but when I tried it it didn't export my hook function.
The text was updated successfully, but these errors were encountered: