On понедельник, 12 июля 2021 г. 18:27:11 +07 you wrote:
Le 11/07/2021 à14:54, Anton Baskanov a écrità:
This allows GDB to load symbols and resolve pending breakpoints for dynamically loaded DLLs.
Hi
nothing critical, but is stop_on_dll_load usefull for DLL unload event ? it won't happen at startup, so my guess is that stop_on_dll_load is always TRUE for unload events!
and it would be consistent with the naming of the parameter <g>
my 2 cents
Hi Eric,
Thanks for the review. Actually, there is a DLL that is unloaded at startup: during kernelbase.dll initialization init_locale() calls GetDynamicTimeZoneInformation(), which calls RegLoadMUIStringW(), which loads and then unloads tzres.dll. I've renamed stop_on_dll_load to stop_on_dll_load_unload in v2.