Open jingkaimori opened 1 year ago
目前tb_backtrace_symbols_name在不同平台下的返回值格式不一致:
函数名
文件路径(函数地址) [栈帧地址]
栈帧序号 文件名 栈帧地址 符号名 + 偏移量
参考 https://github.com/MisterTea/UniversalStacktrace/blob/master/ust/ust.hpp#L276
Bot detected the issue body's language is not English, translate it automatically. Title: tb_backtrace_symbols_nameThe return value format of different platforms should be consistent
Bot detected the issue body's language is not English, translate it automatically.
Title: tb_backtrace_symbols_nameThe return value format of different platforms should be consistent
你在什么场景下需要该功能?
目前tb_backtrace_symbols_name在不同平台下的返回值格式不一致:
函数名
文件路径(函数地址) [栈帧地址]
栈帧序号 文件名 栈帧地址 符号名 + 偏移量
描述可能的解决方案
参考 https://github.com/MisterTea/UniversalStacktrace/blob/master/ust/ust.hpp#L276