ready for release

git-svn-id: https://pykd.svn.codeplex.com/svn@54282 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2010-08-20 12:19:22 +00:00
parent 68b73e99c4
commit 51f2adb195

View File

@ -1,3 +1,14 @@
version 0.0.7 20/08/2010
[+] added: getImplicitThread routine( get address of the current thread )
[+] added: setImplicitThread routine ( change current thread context )
[+] added: dbgStackFrameClass class ( information about stack frame )
[+] added: getCurrentStack routine ( get current stack as collections of dbgStackFrameClass object )
[+] added: loadLinkedList routine
[+] added: getPdbFile routine
[+] added: reloadSymbols
[!] bug fixed: issue #6862 ( loadUnicodeString for x64 target does not work )
version 0.0.6 09/08/2010 version 0.0.6 09/08/2010
[+] added: dbgExtensionClass class for calling windbg extension command from python script [+] added: dbgExtensionClass class for calling windbg extension command from python script