Source code checked in, #83097
[0.2.x] fixed : issue #11651 ( dbgCommand("a") hangs up )
View ArticleSource code checked in, #83098
[0.2.x] fixed : issue #11651 ( dbgCommand("a") hangs up )
View ArticleSource code checked in, #83100
[0.2.x] workitem 11665 fixed: work with modules moved to separate module, add load/unload symbols debug events, work with symbol cache moved to separate module
View ArticleClosed Issue: [pykd-0.2.x] pykd blocks pdb files [11665]
1. run script and get typeInfo from a module2. call .reload /u windbg command3. try to delete module.pdb file (for example, rebuild module)Result: module.pdb can not be deleted4. .unload pykd and try...
View ArticleReopened Issue: [pykd-0.2.x] pykd blocks pdb files [11665]
1. run script and get typeInfo from a module2. call .reload /u windbg command3. try to delete module.pdb file (for example, rebuild module)Result: module.pdb can not be deleted4. .unload pykd and try...
View ArticleCommented Issue: [pykd-0.2.x] pykd blocks pdb files [11665]
1. run script and get typeInfo from a module2. call .reload /u windbg command3. try to delete module.pdb file (for example, rebuild module)Result: module.pdb can not be deleted4. .unload pykd and try...
View ArticleCreated Issue: [pykd-0.2.x] iteration through local vars raise unexpected...
for var in getLocals(): print varAfter all var are printed, exception occurs:BaseException: local var not found
View ArticleUpdated Release: PYKD 0.2.0.19 (мар 28, 2013)
fixed : issue #11643 ( setBp does not work in standalone script ( out of windbg ) )fixed : issue #11665 ( pykd blocks pdb files )fixed : issue #11654 ( problem with getting export symbols )fixed :...
View ArticleReleased: PYKD 0.2.0.19 (Mar 28, 2013)
fixed : issue #11643 ( setBp does not work in standalone script ( out of windbg ) )fixed : issue #11665 ( pykd blocks pdb files ) fixed : issue #11654 ( problem with getting export symbols ) fixed :...
View ArticleSource code checked in, #83181
[0.2.x] fixed : ptrPtr routine returns "normalized" address
View ArticleSource code checked in, #83224
[0.2.x] fixed : onExecutionStatusChange triggers break after target has been already stopped
View Article