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:
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;
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue