trodrigues
6c0bb0a56a
add mising cstdint include that was saucing compilation failure in the linux github workflow (but not locally, likely due to diff compiler)
2023-11-19 06:50:56 -08:00
Tiago Rodrigues
b3f68801bb
fix linux compilation
2023-11-19 06:32:17 -08:00
Tiago Rodrigues
5c0513931a
- Fix formatting
...
- delete CreateResolver/DestroySymbolResolver
2023-11-19 06:32:17 -08:00
Tiago Rodrigues
0491cad49a
Add support for symbol path replacement using regex in tracy-edit
2023-11-19 06:32:17 -08:00
Tiago Rodrigues
94e7da11ec
use pkg-config to get libcapstone config
2023-11-19 06:32:17 -08:00
Tiago Rodrigues
a887d558f1
enable addr2line symbol resolver in all platforms except windows
2023-11-19 06:32:17 -08:00
Tiago Rodrigues
f4f75eac64
Add support for offline symbol resolving by setting the "TRACY_SYMBOL_OFFLINE_RESOLVE=1" env var
...
- Add a tool "tracy-edit" that allows loading a tracy capture, patching symbols and recompress the result
- Add offline symbol resolvers for linux (using addr2line) and windows (using dbghelper)
2023-11-19 06:32:16 -08:00