Commit Graph

892 Commits

Author SHA1 Message Date
Aleksey R
2cd2e37d3c add: arm support 2018-10-02 18:30:35 +03:00
Aleksey R
b21372d9b6 add: new DebugOptions (kdlibcpp/kdlibcpp@8dce2bc9) 2018-07-12 19:13:16 +03:00
Alexey R
80583784bd #21 : ARM64 minimal support 2018-07-10 22:49:47 +03:00
ussrhero
7185ba87fe Merge branch 'vs2017-support' into '0.3.2' 2018-07-10 01:28:23 +03:00
ussrhero
7f0ac2482f python 3.7 support 2018-07-09 23:30:59 +03:00
ussrhero
a2a3c7a9d4 refactored numVariant class 2018-06-04 23:34:06 +03:00
ussrhero
b278f8b27f Merge branch 'pykd-init' into 'vs2017-support'
Pykd init/deinit fix

See merge request pykd/pykd!5
2018-06-02 04:34:01 -04:00
ussrhero
223c225d71 added typeInfo::scopeName method
added typeInfoProviderIterator class
added typeInfoProvider::getIterator method
added typeInfoProvider::__iter__ method
added typeInfoProvider::__getattr__ method
2018-05-14 11:45:12 +03:00
ussrhero
a384e9bb56 python 2.7 support 2018-05-08 20:40:30 +03:00
ussrhero
9b7cfc9ab0 fixed pykd_deinit 2018-05-07 01:10:18 +03:00
ussrhero
2acdb04d26 pykd_deinit function 2018-05-07 01:05:16 +03:00
3ac565e7ea GenerateDebugInformation=DebugFull (like a kdlibcpp/kdlibcpp@0ba22038) 2018-05-04 15:08:23 +03:00
Tarasenko Alexander
c3ce6bbf22 new boost support 2018-04-25 00:44:13 +03:00
Mikhail I. Izmestev
28a3d22616 Add __next__ method to follow python3 iterator protocol 2018-04-21 12:28:24 +04:00
Tarasenko Alexander
48c227f9e1 upgrade pykd project 2018-04-15 22:16:04 +03:00
Tarasenko Alexander
d1eb08669a remove files in pykd 2018-04-15 15:16:49 +03:00
ussrhero
5d30d67978 added getDebugOptions routine (returns debug options)
added changeDebuOptions routine (change debug options)
2018-03-05 12:44:35 +03:00
15eae98a0f add: secondary callback data (issue #14) 2018-02-26 20:14:15 +03:00
ussrhero
1eec5fafa5 [pykd] fixed : issue #5 (loadAnsiStr error string) 2017-12-25 15:51:29 +03:00
ussrhero
f3d0806c00 added kdlibcpp as submodule 2017-11-18 14:32:18 +03:00
SND\ussrhero_cp
af129a9a00 [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name )
[0.3.x] added : typedVar.__getitem__  (Get a field's value by  the field's name )
[0.3.x] added : typedVar.__settitem__ (Set a value to a field by name )

git-svn-id: https://pykd.svn.codeplex.com/svn@91261 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
61bab00356 [0.3.x] added : targetProcess.getMangedHeap ( Return object representing a managed heap )
[0.3.x] added : targetProcess.getManagedVar (Return object representing a managed object in the target managed process)

git-svn-id: https://pykd.svn.codeplex.com/svn@91257 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
db521b8c7a [0.3.x] updated : version set to 0.3.1.8
git-svn-id: https://pykd.svn.codeplex.com/svn@91248 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
86e7779289 [0.3.x] fixed : issue #14120 (failed to iterate over array)
git-svn-id: https://pykd.svn.codeplex.com/svn@91247 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
3fab992efd [0.3.x] added : callFunctionRaw ( call function without prototype )
git-svn-id: https://pykd.svn.codeplex.com/svn@91241 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
7fc08bcadd [0.3.x] added : getTypeInfoProviderFromPdb ( create typeInfo provider from pdb file )
[0.3.x] added : pushStack ( push a value into a stack )
[0.3.x] added : popStack( popStack )

git-svn-id: https://pykd.svn.codeplex.com/svn@91232 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
d3b5f99a20 [0.3.x] reworked : typedVar can change python byte sequences
git-svn-id: https://pykd.svn.codeplex.com/svn@91219 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
16c796799b [0.3.x] added : module.typedVar can accept python byte sequance
git-svn-id: https://pykd.svn.codeplex.com/svn@91218 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
9cf68441ae [0.3.x] added : typedVar.setField method ( Set field of a structire or an element od array )
git-svn-id: https://pykd.svn.codeplex.com/svn@91217 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
45942008eb [0.3.x] fixed : build error
git-svn-id: https://pykd.svn.codeplex.com/svn@91210 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
01aa2b6c6d [0.3.x] added : typedVar.rawBytes method ( return list of bytes )
git-svn-id: https://pykd.svn.codeplex.com/svn@91208 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
67966b169b [0.3.x] changed : version up
git-svn-id: https://pykd.svn.codeplex.com/svn@91194 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
307abc3405 [0.3.2] added : getTypeFromSource ( create typeInfo class from C/C++ source code )
[0.3.2] added : getTypeInfoProviderFromSource ( create typeInfo provider from  C/C++ source code )

git-svn-id: https://pykd.svn.codeplex.com/svn@91182 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:29:22 +04:00
SND\ussrhero_cp
7783c01228 [0.3.x] added : CPUException class
git-svn-id: https://pykd.svn.codeplex.com/svn@91131 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
d97b2f08a3 [0.3.x] added : CallException class
git-svn-id: https://pykd.svn.codeplex.com/svn@91127 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
381b06610b [0.3.x] added : module.typedVar method with prototype argument
git-svn-id: https://pykd.svn.codeplex.com/svn@91108 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
683241ce2f [0.3.x] added : typedVar constructor allowing to set function prototype to work with overloaded functions
git-svn-id: https://pykd.svn.codeplex.com/svn@91106 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
8361ab5243 [0.3.x] fixed : issue # 14029 ( call function with "void" return type raises exception )
git-svn-id: https://pykd.svn.codeplex.com/svn@91093 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
8a31949d19 [0.3.x] added : Python 3.6 support
git-svn-id: https://pykd.svn.codeplex.com/svn@91090 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
03ff35d64f [0.3.x] added : typedVar.method has optional argument 'prototype' to work with overloaded methods
git-svn-id: https://pykd.svn.codeplex.com/svn@91089 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
933e3e650d [0.3.x] added : function getModulesList ( return list of modules for the current target )
git-svn-id: https://pykd.svn.codeplex.com/svn@91084 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
0288cae4f8 [0.3.x] added : typeInfo.getTypedVar method ( return typedVar instance )
git-svn-id: https://pykd.svn.codeplex.com/svn@91077 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
eac07d8add [0.3.x] added : typedVar.method ( return function object )
git-svn-id: https://pykd.svn.codeplex.com/svn@91075 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
c0cfd5f666 [0.3.x] added : method typeInfo.baseClass ( return a base class's type by name or by index )
git-svn-id: https://pykd.svn.codeplex.com/svn@91074 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
1d4c95497e [0.3.x] added : method 'typeInfo.method' ( return method's type by name )
git-svn-id: https://pykd.svn.codeplex.com/svn@91073 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
be9f1420ec [0.3.x] reworked : support kdlibcpp changes
git-svn-id: https://pykd.svn.codeplex.com/svn@91072 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
584eb08fa7 [0.3.x] added : writeCStr, writeWStr ( write 0 terminated string to the target memory )
git-svn-id: https://pykd.svn.codeplex.com/svn@91045 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
c2a15c2769 [0.3.x] added : stackAlloc routine ( allocate bytes of space in the stack in the target process )
[0.3.x] added : stackFree routine ( free space in the stack previously allocated by stackAlloc )

git-svn-id: https://pykd.svn.codeplex.com/svn@91043 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
c4a08ee6b0 [0.3.x] added : typedVar.__call__ method ( run function in the target process )
git-svn-id: https://pykd.svn.codeplex.com/svn@91042 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
efdd835f4d [0.3.x] added : callFunctionByAddr routine ( call function in the target process by type and offset )
git-svn-id: https://pykd.svn.codeplex.com/svn@91041 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
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