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

Watch lock fixes, add watch pointee/pointer address

This commit is contained in:
Brian Fiete 2022-05-23 08:48:55 -07:00
parent d990e3afea
commit eccfabbad2
9 changed files with 214 additions and 55 deletions

View file

@ -288,6 +288,8 @@ public:
Array<DbgCallResult> mCallResults;
int mIdleTicks;
String mException;
bool mUsedSpecifiedLock;
int mStackIdxOverride;
DbgPendingExpr();
~DbgPendingExpr();