[PATCH] winedbg: Report library load/unload events to GDB.

Anton Baskanov baskanov at gmail.com
Mon Jul 12 23:39:50 CDT 2021


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.





More information about the wine-devel mailing list