From 51f2adb1954b412023b41e6ee07d5bb10ccd2cd0 Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Fri, 20 Aug 2010 12:19:22 +0000 Subject: [PATCH] ready for release git-svn-id: https://pykd.svn.codeplex.com/svn@54282 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog b/changelog index 27cfbb3..703d7ea 100644 --- a/changelog +++ b/changelog @@ -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 [+] added: dbgExtensionClass class for calling windbg extension command from python script