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

Added ShowCodeAddr action to CallStackList display

This commit is contained in:
Brian Fiete 2022-06-01 11:57:31 -07:00
parent acf8b62f82
commit c735bd2192

View file

@ -8,6 +8,7 @@ Action = "ShowCodeAddr {(int)this - 1,X}"
[[Type]]
Name = "System.CallStackList"
DisplayString = "{__funcName(((int*)(int)this)[0] - 1), ne}"
Action = "ShowCodeAddr {((int*)(int)this)[0] - 1,X}"
[Type.Expand.CallStackList]
[[Type]]