mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved Win32 debugging
This commit is contained in:
parent
cbae124dd5
commit
ad9075d1aa
11 changed files with 86 additions and 39 deletions
|
@ -849,6 +849,7 @@ public:
|
|||
bool mDbgVerifyCodeGen;
|
||||
int mCurFakeId;
|
||||
bool mHasGlobalDefs;
|
||||
bool mIsBeefBackend;
|
||||
int mNumFunctionsWithBodies;
|
||||
int mBlockCount;
|
||||
bool mHasStarted;
|
||||
|
@ -938,6 +939,7 @@ public:
|
|||
BfIRMDNode CreateNamespaceScope(BfType* type, BfIRMDNode fileDIScope);
|
||||
String GetDebugTypeName(BfTypeInstance* typeInstance, bool includeOuterTypeName);
|
||||
void CreateDbgTypeDefinition(BfType* type);
|
||||
bool WantsDbgDefinition(BfType * type);
|
||||
void CreateTypeDeclaration(BfType* type, bool forceDefine);
|
||||
void CreateTypeDefinition(BfType* type, bool forceDefine);
|
||||
void ReplaceDITemporaryTypes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue