mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
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:
parent
4dc6f73c5a
commit
f2a16323d4
15
changelog
15
changelog
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user