mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Debugger reflection updates
This commit is contained in:
parent
702eee993c
commit
b141f341db
2 changed files with 3 additions and 0 deletions
|
@ -1249,6 +1249,7 @@ void DbgExprEvaluator::BeefTypeToString(const DbgTypedValue& val, String& outStr
|
|||
{
|
||||
int32 mSize;
|
||||
_TypeId mTypeId;
|
||||
_TypeId mBoxedType;
|
||||
_TypeFlags mTypeFlags;
|
||||
int32 mMemberDataOffset;
|
||||
_TypeCode mTypeCode;
|
||||
|
@ -1313,6 +1314,7 @@ void DbgExprEvaluator::BeefTypeToString(const DbgTypedValue& val, String& outStr
|
|||
int16 mFieldDataCount;
|
||||
|
||||
addr_target mInterfaceDataPtr;
|
||||
addr_target mInterfaceMethodTable;
|
||||
addr_target mMethodDataPtr;
|
||||
addr_target mPropertyDataPtr;
|
||||
addr_target mFieldDataPtr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue