ready for release 0.0.20

git-svn-id: https://pykd.svn.codeplex.com/svn@70108 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2011-09-29 06:03:19 +00:00
parent 4dc6f73c5a
commit f2a16323d4

View File

@ -1,3 +1,18 @@
version 0.0.20 29/09/2011
[+] added : routine breakin ( Break into debugger )
[+] added : cpuReg constructor with index parameter
[+] added : attachProcess routine ( attach debugger to the exsisting process )
[+] added : attachKernel routine ( attach debugger to a kernel target )
[+] added : TypedVar instantiation by symbol name
[+] added : Exception debug event
[+] added : assembly method for disasm class
[+] added : debuggerPath routine ( Return full path to the process image that uses pykd )
[!] fixed: issue 9219 ( the call of the go() routine results in a deadlock for multithreading app )
[!] fixed: issue 9518 ( Problem with dbgCommand('!analyze -v') )
[!] fixed: issue 9555 ( dbgModuleClass.name() corrupts output )
version 0.0.19 28/07/2011 version 0.0.19 28/07/2011
[+] added : typedVar::data method ( Return raw string object with data stream ) [+] added : typedVar::data method ( Return raw string object with data stream )