tracy/public
Lectem ecdf6adc32 Fix race condition for symbols resolution on windows
There might have been new modules loaded by another thread between the `SymInitialize` and `EnumProcessModules` calls.
Since we register the enumerated modules into the cache, we need to make sure that symbols for this module are loaded.
The only way to do that is to call `SymLoadModuleEx`, just like we do when finding new modules after `InitCallstack`.
2023-02-14 15:32:37 +01:00
..
client Fix race condition for symbols resolution on windows 2023-02-14 15:32:37 +01:00
common Fix color channel names in source location message. 2023-01-23 01:23:15 +01:00
libbacktrace Fix type. 2023-01-05 20:34:50 +01:00
tracy Add missing include 2023-02-10 12:15:58 +01:00
TracyClient.cpp Override dlclose() to do nothing. 2022-10-28 01:21:52 +02:00