Skip to content

Commit

Permalink
Display some more MT info
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Mar 27, 2020
1 parent 4705360 commit db90bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SOS/Strike/strike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,8 @@ DECLARE_API(DumpMT)

table.WriteRow("BaseSize:", PrefixHex(vMethTable.BaseSize));
table.WriteRow("ComponentSize:", PrefixHex(vMethTable.ComponentSize));
table.WriteRow("DynamicStatics:", vMethTable.bIsDynamic ? "true" : "false");
table.WriteRow("ContainsPointers:", vMethTable.bContainsPointers ? "true" : "false");
table.WriteRow("Slots in VTable:", Decimal(vMethTable.wNumMethods));

table.SetColWidth(0, 29);
Expand Down

0 comments on commit db90bc1

Please sign in to comment.