mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Fixed hot swap issue
This commit is contained in:
parent
af53623536
commit
670de8d4dc
1 changed files with 6 additions and 4 deletions
|
@ -5563,6 +5563,7 @@ const char* COFF::CvParseSymbol(int offset, CvSymStreamType symStreamType, addr_
|
||||||
|
|
||||||
StringT<256> tempName;
|
StringT<256> tempName;
|
||||||
tempName = String(scanName, lastDblColon - scanName);
|
tempName = String(scanName, lastDblColon - scanName);
|
||||||
|
|
||||||
DbgType* dbgType = CvGetTypeOrNamespace((char*)tempName.c_str());
|
DbgType* dbgType = CvGetTypeOrNamespace((char*)tempName.c_str());
|
||||||
|
|
||||||
// *lastDblColon = '\0';
|
// *lastDblColon = '\0';
|
||||||
|
@ -5785,6 +5786,7 @@ void COFF::ParseGlobalsData()
|
||||||
return;
|
return;
|
||||||
if (mParsedGlobalsData)
|
if (mParsedGlobalsData)
|
||||||
return;
|
return;
|
||||||
|
ParseTypeData();
|
||||||
mParsedGlobalsData = true;
|
mParsedGlobalsData = true;
|
||||||
|
|
||||||
//gDbgPerfManager->StartRecording();
|
//gDbgPerfManager->StartRecording();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue