Commit Graph

1181 Commits

Author SHA1 Message Date
SND\ussrhero_cp
84bf4b8bfd [0.3.x] added : typedVar.getLocation method ( Return location of the varibale )
git-svn-id: https://pykd.svn.codeplex.com/svn@90929 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
7497fed621 [bootstarpper] changed : version up to 1.0.1.12
git-svn-id: https://pykd.svn.codeplex.com/svn@90921 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
12693cae96 [bootstrapper] fixed : issue #3839 ( windbg is crashed after system reboot )
git-svn-id: https://pykd.svn.codeplex.com/svn@90920 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
ca820532f5 [0.3.x] fixed : issue #13829 ( !pykd.install raises exception )
git-svn-id: https://pykd.svn.codeplex.com/svn@90915 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
7831e430ae [0.3.x] added : module.enumTypes method ( return list of types name )
git-svn-id: https://pykd.svn.codeplex.com/svn@90913 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
ff0d434b29 [0.3.x] fix: workitem 13815, printing type of variadic function
git-svn-id: https://pykd.svn.codeplex.com/svn@90906 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
ea0781cc4b [0.3.x] fix: workitem 13815 test (TypeInfoTest.testFunctionArgs)
git-svn-id: https://pykd.svn.codeplex.com/svn@90905 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
85442381a8 [0.3.x] debug output
git-svn-id: https://pykd.svn.codeplex.com/svn@90903 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
215d5cc950 [0.3.x] add: workitem 13815 tests
git-svn-id: https://pykd.svn.codeplex.com/svn@90902 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
34b59bc4a5 changed : version up to 0.3.0.37
git-svn-id: https://pykd.svn.codeplex.com/svn@90897 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
181f1d82f6 [0.3.x] added : targetThread.instructionOffset property (return an instruction pointer)
[0.3.x] added : targetThread.frameOffset property (return a frame pointer)
[0.3.x] added : targetThread.stackOffset property (return a stack pointer)

git-svn-id: https://pykd.svn.codeplex.com/svn@90895 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
52f7dfd24b [0.3.x] add: workitem 13802 test
git-svn-id: https://pykd.svn.codeplex.com/svn@90891 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
58a3bac61f [0.3.x] changed : version up to 0.3.0.36
git-svn-id: https://pykd.svn.codeplex.com/svn@90888 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
3a39aa8f50 [0.3.x] added : targetSystem.processes() (return list of processes for the target system)
[0.3.x] added : targetProcess.threads() (return list of threads for the target process)
[0.3.x] added : targetProcess.modules() (return list of modules for the target process)
[0.3.x] added : targetProcess.breakpoints() (return list of breakpoints for the target process)
[0.3.x] added : targetProcess.stack() (return the thread's stack trace)

git-svn-id: https://pykd.svn.codeplex.com/svn@90885 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
7f5c64e6c1 [0.3.x] changed : closeDump routine parameter 'id' has a default value '-1' now
git-svn-id: https://pykd.svn.codeplex.com/svn@90883 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
b58e7e0b81 [0.3.x] added : getLocalProcesses routine ( Return list of runnng processes on the host system )
git-svn-id: https://pykd.svn.codeplex.com/svn@90880 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
fe84574b79 [0.3.x] added : removeAllBp routine ( Remove all breakpoints )
git-svn-id: https://pykd.svn.codeplex.com/svn@90876 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
1d25e61d02 [0.3.x] added : removeBp routine ( Remove breakpoint by index )
git-svn-id: https://pykd.svn.codeplex.com/svn@90875 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
2bc893d25b [0.3.x] changed : version up to 0.3.0.34
git-svn-id: https://pykd.svn.codeplex.com/svn@90862 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
a13ba4f9dd [0.3.x] add: test for workitem/13772
git-svn-id: https://pykd.svn.codeplex.com/svn@90857 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
7ab33de9f2 [0.3.x] added : __dir__ method for typeInfo ( return list of fields name )
git-svn-id: https://pykd.svn.codeplex.com/svn@90853 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
a18dda466f [0.3.x] added : __dir__ method for typedVar ( return list of fields name )
git-svn-id: https://pykd.svn.codeplex.com/svn@90852 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
63e824d50a [0.3.x] reworked : setBp returns now strong reference
git-svn-id: https://pykd.svn.codeplex.com/svn@90851 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
9512318443 [0.3.x] fixed : issue # 13745 ( the method module.getVersion is missed )
git-svn-id: https://pykd.svn.codeplex.com/svn@90850 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
89006d9608 [0.3.x] added : typeInfo.fieldOffset method ( get fieldOffset by field's index )
git-svn-id: https://pykd.svn.codeplex.com/svn@90847 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
a39cd87830 [0.3.x] added : typeInfo.isVtbl method ( returns true if type is virtual table )
git-svn-id: https://pykd.svn.codeplex.com/svn@90846 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
465dc199b9 [0.3.x] changed : version up to 0.3.0.32
git-svn-id: https://pykd.svn.codeplex.com/svn@90841 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
fc255caa0c [0.3.x] added : ctor for targetSystem, targetProcess and tragetThread classes
git-svn-id: https://pykd.svn.codeplex.com/svn@90828 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
2c90283c42 [0.3.x] fixed : stkwalk.py WOW64 parameter
git-svn-id: https://pykd.svn.codeplex.com/svn@90824 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
30978c6f82 [0.3.x] fixed : bootstrapper xp support
git-svn-id: https://pykd.svn.codeplex.com/svn@90812 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
089613710d [0.3.x] fixed : issue #13715 ( pykd.pyd import error in Windows XP )
git-svn-id: https://pykd.svn.codeplex.com/svn@90810 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
9a47b2ba88 [0.3.x] changed : version up to 0.3.0.29
git-svn-id: https://pykd.svn.codeplex.com/svn@90806 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
f000805b41 [0.3.x] updated : stack tests
git-svn-id: https://pykd.svn.codeplex.com/svn@90801 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
4dfe21f1f4 [0.3.x] changed : version up to 0.3.0.28
git-svn-id: https://pykd.svn.codeplex.com/svn@90800 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
34755cec85 [0.3.x] added : dinput routine ( provide input for debugger )
[0.3.x] added : onStartInput callback ( request debug input )
[0.3.x] added : onStopInput callback ( debug input is completed )

git-svn-id: https://pykd.svn.codeplex.com/svn@90701 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
8eab57aa3c [0.3.x] updated : build scripts
git-svn-id: https://pykd.svn.codeplex.com/svn@90667 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
5025a7c05b [0.3.x] added : getSourceFileFromSrcSrv ( load and return source file from source server by the specified offset )
[0.3.x] added : getSrcPath ( return current source server path )
[0.3.x] added : setSrcPath ( set source path )
[0.3.x] added : appendSrcPath ( append current source path )

git-svn-id: https://pykd.svn.codeplex.com/svn@90664 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
db13db8683 [0.3.x] added : targetProcess.getModule method
git-svn-id: https://pykd.svn.codeplex.com/svn@90645 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
5d6383a9f7 [0.3.x] fixed : boots_trapper can hang after restart debug
git-svn-id: https://pykd.svn.codeplex.com/svn@90644 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
6689f6a5e6 [0.3.x] reworked : pykd bootstrapper
git-svn-id: https://pykd.svn.codeplex.com/svn@90642 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
29e42ed852 [0.3.x] fixed : exec_file raise std exception
git-svn-id: https://pykd.svn.codeplex.com/svn@90543 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
ab0d8e2031 [0.3.x] fixed : snippet iat.py
git-svn-id: https://pykd.svn.codeplex.com/svn@90540 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
33a2b9ed25 [0.3.x] fixed : debug callback returning None stops target
git-svn-id: https://pykd.svn.codeplex.com/svn@90536 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
f1b9fab1e5 [0.3.x] use targetapp.exe from pykd directory
git-svn-id: https://pykd.svn.codeplex.com/svn@90492 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
7a41f2036d [0.3.x] copy targetapp.exe after build
git-svn-id: https://pykd.svn.codeplex.com/svn@90491 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
9ef49e4e8d [0.3.x] added : breakpoint tests
git-svn-id: https://pykd.svn.codeplex.com/svn@90490 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
4caa408721 [0.3.x] restored tests of synthetic symbols
git-svn-id: https://pykd.svn.codeplex.com/svn@90487 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
b8828155e0 [0.3.x] fixed : some test failure
git-svn-id: https://pykd.svn.codeplex.com/svn@90469 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
60d3b958b8 [0.3.x] workitem/13549: addSynSymbol is not defined. addSyntheticSymbol and removeSyntheticSymbol functions added
git-svn-id: https://pykd.svn.codeplex.com/svn@90464 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
516095649c [0.3.x] fixed : process restart raises exception
git-svn-id: https://pykd.svn.codeplex.com/svn@90463 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00