mirror of
https://github.com/wolfpld/tracy.git
synced 2026-07-26 07:59:15 +00:00
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`.
30 KiB
30 KiB