pykd/pykd
2011-01-17 15:32:53 +00:00
..
dbgcallback.h [+] added: dbgExtensionClass class for calling windbg extension command from python script 2010-08-09 07:28:59 +00:00
dbgcmd.cpp [+] added : eval routine for evaluation windbg expression 2010-12-27 08:02:19 +00:00
dbgcmd.h [+] added : eval routine for evaluation windbg expression 2010-12-27 08:02:19 +00:00
dbgdump.cpp ready for release 2010-07-26 10:55:12 +00:00
dbgdump.h ready for release 2010-07-26 10:55:12 +00:00
dbgexcept.h git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
dbgext.cpp [!] fixed: previous revision 2011-01-17 07:31:35 +00:00
dbgext.h [+] added: getThreadList routine; returns thread object's ptr list 2010-11-26 11:25:41 +00:00
dbginput.h [!] bug fixed: issue #7697 ( raw_input does not work ) 2010-11-22 07:47:59 +00:00
dbgmem.cpp [+] added : ptrMWord, ptrSignMWord for reading target's machine word ( 32 or 64 bits ) from memory 2010-12-20 16:46:21 +00:00
dbgmem.h [+] added : ptrMWord, ptrSignMWord for reading target's machine word ( 32 or 64 bits ) from memory 2010-12-20 16:46:21 +00:00
dbgmodule.cpp [+] added : __getattribute__ method for dbgModuleClass class to simplify access to module symbols's offsets 2011-01-17 07:17:16 +00:00
dbgmodule.h [+] added : __getattribute__ method for dbgModuleClass class to simplify access to module symbols's offsets 2011-01-17 07:17:16 +00:00
dbgpath.cpp [!] bug fixed: issue #7717 ( !py command failed to find standart modules ) 2010-11-22 08:47:24 +00:00
dbgpath.h [!] bug fixed: issue #7717 ( !py command failed to find standart modules ) 2010-11-22 08:47:24 +00:00
dbgprint.cpp ready for release 2010-07-26 10:55:12 +00:00
dbgprint.h ready for release 2010-07-26 10:55:12 +00:00
dbgprocess.cpp [+] added : getCurrentPorcess, setCurrentProcess routines 2010-11-26 15:26:00 +00:00
dbgprocess.h [+] added : getCurrentPorcess, setCurrentProcess routines 2010-11-26 15:26:00 +00:00
dbgreg.cpp ready for release 2010-07-26 10:55:12 +00:00
dbgreg.h git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
dbgsession.cpp [!] bug fixed: issue #7688 ( dbgIsSessionStart returns false after dbgCreateSession call ) 2010-11-18 16:20:12 +00:00
dbgsession.h ready for release 2010-07-26 10:55:12 +00:00
dbgsym.cpp [!] bug fixed: findModule does not work for address < 4GB 2010-11-22 11:39:40 +00:00
dbgsym.h git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
dbgsystem.cpp [+] added : go, stepin, stepover routine for control execution 2010-12-14 16:14:14 +00:00
dbgsystem.h [+] added : go, stepin, stepover routine for control execution 2010-12-14 16:14:14 +00:00
dbgtype.cpp [~] updated : __str__ method for typedVar class 2011-01-17 07:46:20 +00:00
dbgtype.h [[+] added : __str__ method for typedVar class, so it can be outputed by print operator 2011-01-14 17:58:28 +00:00
pykd.cpp git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
pykd.def [[+] added : __str__ method for typedVar class, so it can be outputed by print operator 2011-01-14 17:58:28 +00:00
pykd.rc git-svn-id: https://pykd.svn.codeplex.com/svn@60276 9b283d60-5439-405e-af05-b73fd8c4d996 2011-01-17 15:32:53 +00:00
pykd.vcproj [!] fixed : issue #6782 ( typedVar works very slowly ) 2010-12-27 07:04:18 +00:00
resource.h [+] added: version infi resource 2010-08-20 12:18:30 +00:00
stdafx.cpp git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
stdafx.h ready for release 2010-07-26 10:55:12 +00:00