mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fully qualified type name for callstack view
This commit is contained in:
parent
3c081fc2fb
commit
c076c7d3a6
1 changed files with 3 additions and 6 deletions
|
@ -8813,15 +8813,12 @@ void WinDebugger::HandleCustomExpandedItems(String& retVal, DbgCompileUnit* dbgC
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
String evalStr = "(CallStackAddr)0x{1}";
|
String evalStr = "(System.CallStackAddr)0x{1}";
|
||||||
|
|
||||||
if (!debugVis->mShowElementAddrs)
|
|
||||||
evalStr.Insert(0, "*");
|
|
||||||
|
|
||||||
evalStr += ", refid=\"" + referenceId + ".[]\"";
|
evalStr += ", refid=\"" + referenceId + ".[]\"";
|
||||||
evalStr += ", ne";
|
evalStr += ", ne";
|
||||||
|
|
||||||
retVal += "\n:repeat" + StrFormat("\t%d\t%d\t%d", 0, size, 10000) +
|
retVal += "\n:repeat" + StrFormat("\t%d\t%d\t%d", 0, size, 10000) +
|
||||||
"\t[{0}]\t(CallStackAddr)0x{1}, action=ShowCodeAddr {1} {2}\t" + firstVal + "\t" + EncodeDataPtr((addr_target)0, false);
|
"\t[{0}]\t" + evalStr + ", action=ShowCodeAddr {1} {2}\t" + firstVal + "\t" + EncodeDataPtr((addr_target)0, false);
|
||||||
|
|
||||||
retVal += "\n:addrs\t" + addrs;
|
retVal += "\n:addrs\t" + addrs;
|
||||||
retVal += "\n:addrsEntrySize\t2";
|
retVal += "\n:addrsEntrySize\t2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue