1
0
Fork 0

DBG: correctly update module list when changing module type

This commit is contained in:
Duncan Ogilvie 2018-07-01 16:18:48 +02:00
parent 0c8956f480
commit e5467cf966
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ static int SymAutoComplete(const char* Search, char** Buffer, int MaxSymbols)
static void _refreshmodulelist()
{
SymRefreshModuleList(fdProcessInfo->hProcess);
SymUpdateModuleList();
}
void dbgfunctionsinit()