pykd/pykd
SND\EreTIk_cp 1b87344acb [~] m_offset moved into typeClass instance
git-svn-id: https://pykd.svn.codeplex.com/svn@62029 9b283d60-5439-405e-af05-b73fd8c4d996
2011-02-28 09:14:14 +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 dbgModuleClass::print() 2011-02-24 09:15:45 +00:00
dbgcmd.h [+] Added dbgModuleClass::print() 2011-02-24 09:15:45 +00:00
dbgdump.cpp [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +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 [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +00:00
dbgext.h [+] addSynSymbol function adds a synthetic symbol to a module by virtual address 2011-02-21 09:49:47 +00:00
dbginput.h [!] fixed : issue #8236 ( dprint/dprintln/print doesn't work with unicode string ) 2011-01-26 16:17:33 +00:00
dbgmem.cpp [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +00:00
dbgmem.h [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +00:00
dbgmodule.cpp [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +00:00
dbgmodule.h [+] Added dbgModuleClass::print() 2011-02-24 09:15:45 +00:00
dbgpath.cpp [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +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 [!] fixed : issue #8236 ( dprint/dprintln/print doesn't work with unicode string ) 2011-01-26 16:17:33 +00:00
dbgprint.h [!] fixed : issue #8236 ( dprint/dprintln/print doesn't work with unicode string ) 2011-01-26 16:17:33 +00:00
dbgprocess.cpp [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +00:00
dbgprocess.h [+] Added dbgModuleClass::print() 2011-02-24 09:15:45 +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 [+] added : image() and pdb() method for dbgModuleClass class. They return paths to pdb and image files. 2011-02-08 07:36:12 +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 [~] refactoring: RAII idiom is used instead of manual memory management 2011-02-24 10:46:00 +00:00
dbgsystem.h [+] added : go, stepin, stepover routine for control execution 2010-12-14 16:14:14 +00:00
dbgtype.cpp [~] m_offset moved into typeClass instance 2011-02-28 09:14:14 +00:00
dbgtype.h [~] m_offset moved into typeClass instance 2011-02-28 09:14:14 +00:00
make.bat [+] Added dbgModuleClass::print() 2011-02-24 09:15:45 +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@61031 9b283d60-5439-405e-af05-b73fd8c4d996 2011-02-04 07:48:31 +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 Added bat-file for compile project, modify stdafx.h (ignore the macro __field_ecount_opt if it has already been declared). 2011-02-14 14:38:15 +00:00