You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tracy/update
Clément Grégoire f02c6fe4d5 Batch addr2line calls per 1024 addresses and escape paths
addr2line starts failing when given too many addresses to resolve.
Batching per 1024 addresses allows not only to see progress but also fixes resolution for images with high number of addresses to resolve.
Escaping is also required when image paths have spaces for example.
4 weeks ago
..
src Batch addr2line calls per 1024 addresses and escape paths 4 weeks ago
CMakeLists.txt Replace parallel STL with PPQSort. 8 months ago