Created Release: 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 ArticleReleased: PYKD 0.2.0.28 (Feb 13, 2014)
This release has some regression. Please, use pykd 0.2.0.29added : getExt routine. Return handle of the loaded extension added : removeExt routine : Unload extension by extension path added :...
View ArticleUpdated Release: PYKD 0.2.0.28 (Feb 13, 2014)
This release has some regression. Please, use pykd 0.2.0.29added : getExt routine. Return handle of the loaded extensionadded : removeExt routine : Unload extension by extension pathadded :...
View ArticleEdited Issue: [0.2.0.28] regression bug: print x,y inserts line feeds [12793]
!pycmdprint 1,2,3123Suspected:1 2 3
View ArticleEdited Issue: [0.2.x] typeInfo raises exception 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 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 ArticleUpdated Release: 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 ArticleSource code checked in, #87546
[0.3.x] added : typeInfo.fields methos ( return list of tuple ( filedName, fieldType ) )
View ArticleSource code checked in, #87619
[0.3.x] added : setCurrentProcessId, setCurrentThreadId rountines
View ArticleSource code checked in, #87630
[0.3.x] fix: MEMORY_BASIC_INFORMATION64::RegionSize is ULONGLONG
View ArticleCreated Unassigned: Let `pykd.reg` accept unicode string [12836]
Currently only bytes string is supported in `pykd.reg`, but functions like `pykd.dbgCommand` already support unicode.It'll be great if `pykd.reg` can also support unicode string as param.
View Article