DBG: correctly update module list when changing module type
This commit is contained in:
parent
0c8956f480
commit
e5467cf966
|
@ -407,7 +407,7 @@ static int SymAutoComplete(const char* Search, char** Buffer, int MaxSymbols)
|
|||
|
||||
static void _refreshmodulelist()
|
||||
{
|
||||
SymRefreshModuleList(fdProcessInfo->hProcess);
|
||||
SymUpdateModuleList();
|
||||
}
|
||||
|
||||
void dbgfunctionsinit()
|
||||
|
|
Loading…
Reference in New Issue