Updated Wiki: PYKD 0.2. Documentation
Table of contents1. Introduction1.1 General information1.2 Quick start1.3 Building from source1.4 Manual installation1.5 API changes2. WinDbg commands2.1 Loading the extension2.2 Running scripts2.3...
View ArticleUpdated Wiki: PYKD 0.2. Documentation
Table of contents1. Introduction1.1 General information1.2 Quick start1.3 Building from source1.4 Manual installation1.5 API changes2. WinDbg commands2.1 Loading the extension2.2 Running scripts2.3...
View ArticleUpdated Wiki: PYKD 0.2. Documentation
Table of contents1. Introduction1.1 General information1.2 Quick start1.3 Building from source1.4 Manual installation1.5 API changes2. WinDbg commands2.1 Loading the extension2.2 Running scripts2.3...
View ArticleUpdated Wiki: PYKD 0.2. Documentation
Table of contents1. Introduction1.1 General information1.2 Quick start1.3 Building from source1.4 Manual installation1.5 API changes2. WinDbg commands2.1 Loading the extension2.2 Running scripts2.3...
View ArticleCreated Unassigned: Creating module object from unicode string [12775]
Python 2.7.3, pykd 0.2.0.27I am trying to get information about all modules in my program, so I created a small Python script```from pykd import *modules = dbgCommand("lm1m").split('\n')for moduleName...
View ArticleCommented Unassigned: Creating module object from unicode string [12775]
Python 2.7.3, pykd 0.2.0.27I am trying to get information about all modules in my program, so I created a small Python script```from pykd import *modules = dbgCommand("lm1m").split('\n')for moduleName...
View ArticleCreated Issue: [0.2.x] typeInfo raise exceptoin for templates with pointers...
Module contain symbol information for boost::intrusive::list_node<void *>Suspected behavior:0:039> dt boost::intrusive::list_node<void *>+0x000 next_ : Ptr32...
View ArticleEdited Issue: [0.2.x] typeInfo raise exceptoin for templates with pointers...
Module contain symbol information for boost::intrusive::list_node<void *>Suspected behavior:0:039> dt boost::intrusive::list_node<void *>+0x000 next_ : Ptr32...
View ArticleSource code checked in, #87374
[0.2.x] fixed : issue #12776 ( typeInfo raises exception for templates with pointers )
View ArticleReleased: PYKD 0.2.0.28 (Feb 13, 2014)
added : getExt routine. Return handle of the loaded extension added : removeExt routine : Unload extension by extension path added : getExtensionSearchPath : Return the extension DLL search pathfixed...
View ArticleUpdated Release: PYKD 0.2.0.28 (Feb 13, 2014)
added : getExt routine. Return handle of the loaded extensionadded : removeExt routine : Unload extension by extension pathadded : getExtensionSearchPath : Return the extension DLL search pathfixed...
View ArticleCreated Issue: [0.2.0.28] regression bug: print x,y inserts line feeds [12793]
!pycmd>>>print 1,2,3123Suspected:1 2 3
View ArticleEdited Issue: [0.2.0.28] regression bug: print x,y inserts line feeds [12793]
!pycmd>>>print 1,2,3123Suspected:1 2 3
View ArticleSource code checked in, #87430
[0.2.x] regression fix : issue #12793 ( regression bug: print x,y inserts line feeds )
View ArticleReleased: PYKD 0.2.0.29 (Mar 03, 2014)
regression fixed :issue #12793 ( regression bug: print x,y inserts line feeds )fixed :issue #12776 ( typeInfo raises exception for templates with pointers )
View Article