1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 07:14:09 +02:00

Fixed hot swap issue

This commit is contained in:
Brian Fiete 2020-12-06 05:53:32 -08:00
parent af53623536
commit 670de8d4dc

View file

@ -5563,6 +5563,7 @@ const char* COFF::CvParseSymbol(int offset, CvSymStreamType symStreamType, addr_
StringT<256> tempName;
tempName = String(scanName, lastDblColon - scanName);
DbgType* dbgType = CvGetTypeOrNamespace((char*)tempName.c_str());
// *lastDblColon = '\0';
@ -5785,6 +5786,7 @@ void COFF::ParseGlobalsData()
return;
if (mParsedGlobalsData)
return;
ParseTypeData();
mParsedGlobalsData = true;
//gDbgPerfManager->StartRecording();