SND\ussrhero_cp
2c6f6c889a
[0.3.x] added : callFunction routine ( call function in the target process )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91040 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
669df8e55b
[0.3.x] added : defineFunction ( "Define custom function prototype" )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91037 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
06239a502a
[0.3.x] added : setIP, setSP, setBP routines ( change instruction, stack, frame pointers )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91034 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
503c8fd747
[0.3.x] added : setReg routine ( set a CPU register value by its name or its index )
...
[0.3.x] added : getRegisterName routine ( return register name by its index )
git-svn-id: https://pykd.svn.codeplex.com/svn@91031 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
18af73a962
[0.3.x] fixed : typo in a function description
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91022 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
5a55a948e5
[0.3.x] added : targetSystem.setCurrent method ( set the system as a current )
...
[0.3.x] added : targetProcess.setCurrent method ( set the process as a current )
[0.3.x] added : targetProcess.getModuleByOffset ( return a module object by it's offset )
[0.3.x] added : targetProcess.getModuleByName ( return a module object by it's name )
git-svn-id: https://pykd.svn.codeplex.com/svn@91021 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\EreTIk_cp
8c1df769ad
[0.3.x] fixed : issue #13945 ([0.3.x] feature-request: write memory)
...
kdlib commit (functions + tests)
git-svn-id: https://pykd.svn.codeplex.com/svn@91016 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
0d0648873b
[0.3.x] added : targetSystem.getProcessBySystemId method ( return process by PID )
...
[0.3.x] added : targetProcess.getThreadBySystemId method ( return thread by tid )
git-svn-id: https://pykd.svn.codeplex.com/svn@91010 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
93f698a3a0
[0.3.x] added : __str__ operator for targetSystem, targetProcess, targetThread classed
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91005 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
dd3c6c4628
[0.3.x] changed : version up to 0.3.1.4
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91004 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
a6e26eecd6
[0.3.x] added : supported static local variables
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91002 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
c53436ffe5
[0.3.x] added : typedVar.castTo method ( cast variable to the type and return new typedVar instance )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90986 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
b1bf26e0af
[0.3.x] added : onChangeSymbolPaths event ( Symbol paths has been changed )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90985 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
4d0b0cd917
[0.3.x] fixed : issue #13898 ( sys.stdout.isatty() raises AttributeError )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90981 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
aa872e196f
[0.3.x] added : ProcessDebugOptions enumerator
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90973 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
4ea9cf304e
[0.3.x] added : __bool__ operator for typedVar class
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90968 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
c971656625
[0.3.x] fixed : hasattr for python 3
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90967 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
d6190121d3
[0.3.x] fixed : exception registration for python 3
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90966 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
0df2fba54f
[0.3.x] fixed : division for python3
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90965 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
6b90cf1c99
[0.3.x] added : check integer overflow for NumVariabt class
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90962 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
2f192bbd01
[0.3.x] reworked : test scripts python3 compatible
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90961 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
d8b175238e
[0.3.x] fixed : build for python3.5
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90958 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
b632f61138
[0.3.x] added : experimental python 3.5 support
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90957 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
f2a596d65b
[0.3.x] reworked : cpu class
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90939 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
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
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\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\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\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
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
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
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
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
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
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\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\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
SND\EreTIk_cp
20a171ebda
~ VS2012 build fixed (reverted)
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90457 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
bc38bf259e
[0.3.x] fixed : cannot find symbols with msdia120.dll
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90398 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
0aa0c0522b
[bootstrapper] fixed : issue #13528 (dml does not work)
...
[bootstrapper] fixed : issue #13529 (isWindbgExt routine returns false)
git-svn-id: https://pykd.svn.codeplex.com/svn@90381 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
041a58f6e0
[0.3.x] added : DbgOut.writedml method
...
[0.3.x] added : targetSystem.getProcessById
git-svn-id: https://pykd.svn.codeplex.com/svn@90380 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
633d304294
[0.3.x] changed : target catalogs, setup script
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90344 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
6133ff57fb
[0.3.x] added : debug engine dll's added to source control
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90336 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
2690e5bdaf
[0.3.x] fixed : dprintln( "a", dml = TRUE ) leads the windbg is hang up
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90274 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
6c05d847de
[0.3.x] added : targetSystem.getId method
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90240 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
58e04d9b39
[ 0.3.x] added : systemVersion.servicePack property
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90210 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
9184e67a44
[0.3.x] hotfix : targetSystem
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90197 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
55bc2f4649
[0.3.x] added : targetProcess.isCurrent method
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90196 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\ussrhero_cp
977d75c0f7
[0.3.x] added : targetSystem::isKernelDebugging method
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90193 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
fd4e98030e
[0.3.x] added : targetSystem class
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90181 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
169571c4dc
[0.3.x] fixed : getSystemInfo returns incorrect information
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90136 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\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\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
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\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
d5e95624d7
[0.3.x] added : class "cpu" for working with CPU registers come back
...
git-svn-id: https://pykd.svn.codeplex.com/svn@89119 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
7260e8f0c9
[0.3.x] fixed : removed global exporting values
...
git-svn-id: https://pykd.svn.codeplex.com/svn@89078 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
de82a8a078
[0.3.x] set version to 0.3.0.8
...
git-svn-id: https://pykd.svn.codeplex.com/svn@89070 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
3d75560b17
[0.3.x] renamed : remote_initialize -> remoteConnect
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88665 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
3aed18aaeb
[0.3.x] added : remote_initialize routine ( Initialize debug engine for remoting, only for console mode )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88658 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
ceb07a7708
[0.3.x] fixed : issue #13052 ( incorrect command line parsing )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88657 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
9dca38d926
[0.3.x] added : fucntion debug range
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88556 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
19dfa507e5
[0.3.x] fixed : issue #13043 ( getTargetProcesses raises Fatal Python Error )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88412 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
a4ad0db86e
[0.3.x] fixed : pykd::breakpoint class
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88333 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
d9fceddb65
[0.3.x] updated : version up tp 0.3.0.5
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88263 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
bd19263aed
[0.3.x] fixed : issue #12956 ( setCurrentThread not actually switch current thread )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@88124 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
07a4dc9d3c
[0.3.x] added : getCurrentProcessId ( return current process debug id )
...
[0.3.x] added : getCurrentThreadId ( return current thread debug id )
git-svn-id: https://pykd.svn.codeplex.com/svn@88012 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
d90c4a2776
[0.3.x] added : PyTool project for tests
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87875 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
b878b501c4
2012 support
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87849 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
5aa47e8201
[0.3.x] refactored : supported new breakpoint model for kdlibcpp
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87821 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
782db1ba38
[0.3.x] fix: MEMORY_BASIC_INFORMATION64::RegionSize is ULONGLONG
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87630 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
1f79e0a992
[0.3.x] added : setCurrentProcessId, setCurrentThreadId rountines
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87619 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
ed35032124
[0.3.x] added : hardware breakpoint with setBp
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87585 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
5dc8662d36
[0.3.x] changed : version up to 0.3.0.3
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87554 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
fb823ae164
[0.3.x] added : typeInfo.fields methos ( return list of tuple ( filedName, fieldType ) )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87546 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
33761324e3
[0.3.x] added : onModuleLoad/onModuleUnload methods
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87486 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
8b76423303
[0.3.x] fix: __doc__
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87454 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
0cec9aa5e0
[0.3.x] add: getCurrentProcessExeName
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87324 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
17cf689e36
[0.3.x] refactored : working with processes and threads
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87322 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
873a882d9b
[0.3.x] fixed : release configurations
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87305 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
f4fce34d74
[0.3.x] fixed : release configurations
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87304 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
bd71caf629
[0.3.x] added : bugCheckData ( Function reads the kernel bug check code and related parameters )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87300 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
8f3e1352e1
[0.3.x] added : getProcessThreads ( Get all process's threads )
...
[0.3.x] added : getTargetProcesses ( Get all target processes )
git-svn-id: https://pykd.svn.codeplex.com/svn@87298 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
9a6a26b1ed
[0.3.x] added : routines for symbol path managment
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87295 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
32d2fe9962
[0.3.x] added : findMemoryRegion ( Return address of begining valid memory region nearest to offset )
...
[0.3.x] added : getVaProtect ( Return memory attributes )
git-svn-id: https://pykd.svn.codeplex.com/svn@87282 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
5396e876e3
[0.3.x] added : removeExt ( Unload a WinDBG extension. Parameter: extension path )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87280 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
d946db623c
[0.3.x] added : version_info for module
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87162 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\EreTIk_cp
a58f7d18a0
[0.3.x] added : module flags "unloaded" and "user mode"
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87161 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
09a5426933
[0.3.x] fixed : added forgotten file
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87158 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
04d1224621
[0.3.x] added : getLastEvent getLastException routines
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87129 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00