1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

DupDebugLocation support

This commit is contained in:
Brian Fiete 2020-05-13 07:43:25 -07:00
parent 577cd2e270
commit d2edcd2ae9
3 changed files with 10 additions and 0 deletions

View file

@ -283,6 +283,7 @@ enum BfIRCmd : uint8
BfIRCmd_SaveDebugLocation,
BfIRCmd_RestoreDebugLocation,
BfIRCmd_DupDebugLocation,
BfIRCmd_ClearDebugLocation,
BfIRCmd_ClearDebugLocationInst,
BfIRCmd_ClearDebugLocationInstLast,
@ -1181,6 +1182,7 @@ public:
void SaveDebugLocation();
void RestoreDebugLocation();
void DupDebugLocation();
bool HasDebugLocation();
void ClearDebugLocation();
void ClearDebugLocation(BfIRValue inst);