mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.1.x] ~ print DIA symbol unique ID
git-svn-id: https://pykd.svn.codeplex.com/svn@75727 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
7dbe7fb9d4
commit
2c56b463be
@ -95,6 +95,10 @@ std::string Symbol::printImpl(
|
||||
ULONGLONG ullValue;
|
||||
HRESULT hres;
|
||||
|
||||
hres = _symbol->get_symIndexId(&dwValue);
|
||||
if (hres == S_OK)
|
||||
sstream << "ID " << std::hex << dwValue << " ";
|
||||
|
||||
DWORD locType = LocIsNull;
|
||||
hres = _symbol->get_locationType(&locType);
|
||||
bool bLocation = (S_OK == hres);
|
||||
|
Loading…
Reference in New Issue
Block a user