Commit Graph

1114 Commits

Author SHA1 Message Date
SND\ussrhero_cp
bd39e5d050 [0.3.x] added : !install and !upgrade command for pykd.dll
git-svn-id: https://pykd.svn.codeplex.com/svn@90069 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
16ebf54df7 [0.3.x] added : pykd.dll ( bootstrapper for windbg )
git-svn-id: https://pykd.svn.codeplex.com/svn@90068 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
21405b24c5 [0.3.x] updated : version set to 0.3.0.20
git-svn-id: https://pykd.svn.codeplex.com/svn@89868 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
e18aa54fd4 [0.3.x] added : isVaRegionValid routine ( check if the virtaul addresses region is valid )
git-svn-id: https://pykd.svn.codeplex.com/svn@89835 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
607e8c0dc0 [0.3.x] renamed : onModuleLoad method to onLoadModule ( like in 0.2.x version )
git-svn-id: https://pykd.svn.codeplex.com/svn@89812 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
939406bae9 [0.3.x] changed : doc for findSymbolAndDisp routine
git-svn-id: https://pykd.svn.codeplex.com/svn@89807 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
2a6cadd3d2 [0.3.x] added : test onModuleLoad
git-svn-id: https://pykd.svn.codeplex.com/svn@89806 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
62c713b834 [0.3.x] fixed : issue #13472 ( typedVar.fields() method raises exception )
git-svn-id: https://pykd.svn.codeplex.com/svn@89772 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
49099b0763 [0.3.x] added : stepout routine ( The traget is executing while not returned from the current subroutine )
[0.3.x] added : sourceStep ( The target is executing a single source line )
[0.3.x] added : sourceStepOver ( The target is executing a single source line )
[0.3.x] added : eventHandler::onThreadStart  method (New thread is started in the current process) 
[0.3.x] added : eventHandler::onThreadStop ( A thread is stopped in the current thread)

git-svn-id: https://pykd.svn.codeplex.com/svn@89758 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
4561d67d21 [0.3.x] fixed : targetProcess.breakpoint method raises execption
git-svn-id: https://pykd.svn.codeplex.com/svn@89674 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
4aeefd3ec5 [0.3.x] added : getNumberBreakpoint, breakpoints methods
git-svn-id: https://pykd.svn.codeplex.com/svn@89668 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
ebdd06f6bd [0.3.x] updated : targetProcess and targetThread classes
git-svn-id: https://pykd.svn.codeplex.com/svn@89661 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\EreTIk_cp
26484b85a0 [0.3.x] fixed: .py extension case insensitive (workitem/13424)
git-svn-id: https://pykd.svn.codeplex.com/svn@89656 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\EreTIk_cp
d7672c3ffe [0.3.x] fixed: run script without .py extension
git-svn-id: https://pykd.svn.codeplex.com/svn@89655 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
dd2138393c [0.3.x] added : class targetProcess ( representing process in the target system )
[0.3.x] added : class targetThread ( representing process in the target system )

git-svn-id: https://pykd.svn.codeplex.com/svn@89654 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
8d01108b6d [0.3.x] added : getNumberFields method
git-svn-id: https://pykd.svn.codeplex.com/svn@89635 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\EreTIk_cp
610e402801 [0.3.x] copy targetapp x64 build
git-svn-id: https://pykd.svn.codeplex.com/svn@89626 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
316031fef1 [0.3.x] added : reg routine ( return a CPU register value by the register's number )
[0.3.x] added : getNumberRegisters routine ( return a number of CPU registers )

git-svn-id: https://pykd.svn.codeplex.com/svn@89625 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
689042a475 [0.3.x] changed : getCurrentProcessExeName replaced by getProcessExeName ( return name of executable file of the process )
git-svn-id: https://pykd.svn.codeplex.com/svn@89620 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
bf899e9937 [0.3.x] added : solution for VS2013
git-svn-id: https://pykd.svn.codeplex.com/svn@89619 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
519d9ad8d4 [0.3.x] updated : version set to 0.3.0.17
git-svn-id: https://pykd.svn.codeplex.com/svn@89611 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
5d6222b796 [0.3.x] fixed : build for vs2012
git-svn-id: https://pykd.svn.codeplex.com/svn@89610 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
3409c1eaaf [0.3.x] fixed : project file for VS2012
git-svn-id: https://pykd.svn.codeplex.com/svn@89609 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
cc27289a55 [0.3.x] added : fixed probably deadlock in breakpoint::remove method
git-svn-id: https://pykd.svn.codeplex.com/svn@89579 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
1f8b79e6c4 [0.3.x] added : numVariantL::__float__ method ( automatic convert to float values )
git-svn-id: https://pykd.svn.codeplex.com/svn@89569 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
8d92470b1d [0.3.x] added : disasm::opcode method ( returm current disassembled instruction )
[0.3.x] added : disasm::opmnemo method ( return mnemocode of the instruction )

git-svn-id: https://pykd.svn.codeplex.com/svn@89568 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
c89fc1f823 [0.3.x] added : getFrameNumber ( return current frame number )
[0.3.x] added : eventHandler::onChangeBreakpoints ( Breakpoints is changed for current process )

git-svn-id: https://pykd.svn.codeplex.com/svn@89566 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
27d34f5c30 [0.3.x] fixed : issue #13386 ( WinDbg crash: !py <nonexistent_file> )
git-svn-id: https://pykd.svn.codeplex.com/svn@89560 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
fd92d228ff [0.3.x] fixed : issue # 13389 ( exception in event callback leads to application hang up )
git-svn-id: https://pykd.svn.codeplex.com/svn@89559 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
19d9ca7a92 [0.3.x] fixed : setCurrentFrameByIndex
git-svn-id: https://pykd.svn.codeplex.com/svn@89553 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
45a5f65570 [0.3.x] added : VS 2013 projects
git-svn-id: https://pykd.svn.codeplex.com/svn@89552 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
8042d21fd7 [0.3.x] updated : version set to 0.3.0.16
git-svn-id: https://pykd.svn.codeplex.com/svn@89544 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
9670ca65d6 [0.3.x] fixed : issue #13374 ( hex() does not work with the module class )
git-svn-id: https://pykd.svn.codeplex.com/svn@89533 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
e4c8bd3ff9 [0.3.x] added : onDebugOutput callback
[0.3.x] added : dbgCommand optional parameter suppressOutput 

git-svn-id: https://pykd.svn.codeplex.com/svn@89531 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
f4473c8d89 [0.3.x] added : Breakpoint::getOffset method ( Return breakpoint's memory offset )
git-svn-id: https://pykd.svn.codeplex.com/svn@89459 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
3e03e588ef [0.3.x] added : added EventHandler::onChangeLocalScope ( the current local scope has been changed )
git-svn-id: https://pykd.svn.codeplex.com/svn@89457 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
cd271d70ec [0.3.x] added : setFrame routine ( change current local scope )
[0.3.x] added : resetFrame routine ( resets the current scope to the default scope of the current thread )

git-svn-id: https://pykd.svn.codeplex.com/svn@89456 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\EreTIk_cp
f5503a2218 [0.3.x] misprint: CPUContextAdapter::getSP -> CPUContextAdapter::getFP
git-svn-id: https://pykd.svn.codeplex.com/svn@89433 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
8fab7eebce [0.3.x] fixed : issue #13347 ( can not enumerate threads )
git-svn-id: https://pykd.svn.codeplex.com/svn@89402 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
b89ffed9eb [0.3.x] added : getNumberBreakpoints routine ( return number of breakpoints in the current process )
[0.3.x] added : getBp routine ( return breakpoint object by index )

git-svn-id: https://pykd.svn.codeplex.com/svn@89401 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
60a98fc7a2 [0.3.x] fixed : working with msdia without registration
git-svn-id: https://pykd.svn.codeplex.com/svn@89257 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\EreTIk_cp
03f84d314b [0.3.x] fix for module without debug symbols: findSymbol(<addr>, False) returns only module name (without displacement)
git-svn-id: https://pykd.svn.codeplex.com/svn@89242 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
55d6d9737b [0.3.x] updated : pytowiki script : new information
git-svn-id: https://pykd.svn.codeplex.com/svn@89229 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
d9dcaf3007 [0.3.x] added : numVariant.isInteger method
git-svn-id: https://pykd.svn.codeplex.com/svn@89228 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
a244ea3f3a [0.3.x] added setup.py
git-svn-id: https://pykd.svn.codeplex.com/svn@89227 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:23:01 +04:00
SND\EreTIk_cp
dd81cf4248 [0.3.x] ModuleTest.testEnumSymbols fixed
git-svn-id: https://pykd.svn.codeplex.com/svn@89151 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
a06ba48cce [0.3.x] fixed : pykd issue #13287 ( can not create typedVar by custom-struct or union )
git-svn-id: https://pykd.svn.codeplex.com/svn@89150 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
2a757d2727 [0.3.x] fixed : issue #13266 ( getNumberProcesses returns wrong values )
[0.3.x] fixed : issue #13265 ( loadDump returns None )
[0.3.x] added : closeDump routine

git-svn-id: https://pykd.svn.codeplex.com/svn@89140 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
4c0581d25e [0.3.x] up version to 0.3.0.9
git-svn-id: https://pykd.svn.codeplex.com/svn@89121 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
3982645edc [0.3.x] fixed : test breakpoint.py
git-svn-id: https://pykd.svn.codeplex.com/svn@89120 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00