mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added __parseCompileUnits test
This commit is contained in:
parent
62611713b7
commit
a6f85f53f9
4 changed files with 15 additions and 1 deletions
|
@ -7656,7 +7656,13 @@ DbgTypedValue DbgExprEvaluator::MatchMethod(BfAstNode* targetSrc, DbgTypedValue
|
|||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
else if (methodName == "__parseCompileUnits")
|
||||
{
|
||||
for (auto dbgModule : mDebugTarget->mDbgModules)
|
||||
{
|
||||
dbgModule->ParseCompileUnits();
|
||||
}
|
||||
}
|
||||
|
||||
DbgType* curTypeDef;
|
||||
DbgType* targetTypeInst = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue