mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 21:03:23 +08:00
[0.1.x] ~ bigfix
git-svn-id: https://pykd.svn.codeplex.com/svn@75726 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
4c6cb85197
commit
7dbe7fb9d4
@ -196,13 +196,13 @@ std::string Symbol::printImpl(
|
|||||||
if ((S_OK == _symbol->get_udtKind(&dwValue)) && (dwValue < cntUdtKindName))
|
if ((S_OK == _symbol->get_udtKind(&dwValue)) && (dwValue < cntUdtKindName))
|
||||||
sstream << ": " << udtKindName[dwValue].second;
|
sstream << ": " << udtKindName[dwValue].second;
|
||||||
|
|
||||||
if (S_OK == _symbol->get_count(&dwValue))
|
|
||||||
sstream << ", Count: " << std::dec << dwValue;
|
|
||||||
|
|
||||||
bFuncDebugRange =
|
bFuncDebugRange =
|
||||||
(SymTagFuncDebugStart == symTagName[dwValue].first) ||
|
(SymTagFuncDebugStart == symTagName[dwValue].first) ||
|
||||||
(SymTagFuncDebugEnd == symTagName[dwValue].first);
|
(SymTagFuncDebugEnd == symTagName[dwValue].first);
|
||||||
|
|
||||||
|
if (S_OK == _symbol->get_count(&dwValue))
|
||||||
|
sstream << ", Count: " << std::dec << dwValue;
|
||||||
|
|
||||||
hres = _symbol->get_dataKind(&dwValue);
|
hres = _symbol->get_dataKind(&dwValue);
|
||||||
if ((S_OK == hres) && (DataIsUnknown != dwValue))
|
if ((S_OK == hres) && (DataIsUnknown != dwValue))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user