pykd/test/scripts
2017-11-03 15:24:08 +04:00
..
_run_pykdtest.cmd [test] fixed typo in _run_pykdtest.cmd 2017-11-08 17:27:51 +04:00
basetest.py [0.3.x] branch: test scripts 2017-11-03 14:36:26 +04:00
breakpoint.py [0.3.x] fixed : test for python 3 support 2017-11-03 15:24:08 +04:00
clienttest.py [0.1.x] 2017-11-08 17:27:51 +04:00
customtypestest.py [0.3.x] added : defineFunction ( "Define custom function prototype" ) 2017-11-03 15:24:08 +04:00
dbgcmd.py [0.1.x] added : expr routine 2017-11-08 17:06:26 +04:00
ehloadtest.py [0.3.x] renamed : onModuleLoad method to onLoadModule ( like in 0.2.x version ) 2017-11-03 15:24:07 +04:00
ehstatustest.py [0.3.x] branch: test scripts 2017-11-03 14:36:26 +04:00
ehsymbolstest.py [0.2.x] ~recovered WaitEventException 2017-11-08 17:42:50 +04:00
eventtest.py [0.2.x] added : getCurrentProcessId routine ( Return PID of the current process ( user mode only ) ) 2017-11-08 17:42:50 +04:00
excepttest.py [0.3.x] added : excepttest.py 2017-11-03 14:36:27 +04:00
intbase.py [0.3.x] fixed : division for python3 2017-11-03 15:24:08 +04:00
localstest.py [0.2.x] updated: getting local vars by index 2017-11-08 17:42:50 +04:00
memtest.py [0.3.x] fixed : issue #13945 ([0.3.x] feature-request: write memory) 2017-11-03 15:24:08 +04:00
moduletest.py [0.3.x] added : writeCStr, writeWStr ( write 0 terminated string to the target memory ) 2017-11-03 15:24:08 +04:00
mspdbtest.py [0.3.x] reworked : test scripts python3 compatible 2017-11-03 15:24:08 +04:00
pykdtest.py [0.3.x] added : setReg routine ( set a CPU register value by its name or its index ) 2017-11-03 15:24:08 +04:00
pykdtest.pyproj [0.3.x] added : typeInfo.fieldOffset method ( get fieldOffset by field's index ) 2017-11-03 15:24:08 +04:00
regtest.py [0.3.x] added : setReg routine ( set a CPU register value by its name or its index ) 2017-11-03 15:24:08 +04:00
stacktest.py [0.3.x] reworked : test scripts python3 compatible 2017-11-03 15:24:08 +04:00
synsymtest.py [0.3.x] restored tests of synthetic symbols 2017-11-03 15:24:08 +04:00
target.py [0.2.x] + locals 2017-11-08 17:42:50 +04:00
targetprocess.py [0.3.x] reworked : test scripts python3 compatible 2017-11-03 15:24:08 +04:00
testutils.py [0.2.x] ~recovered WaitEventException 2017-11-08 17:42:50 +04:00
thrdctxtest.py [0.1.x] 2017-11-08 17:27:51 +04:00
typedvar.py [0.3.x] added : typedVar.__call__ method ( run function in the target process ) 2017-11-03 15:24:08 +04:00
typeinfo.py [0.3.x] added : method typeInfo.baseClass ( return a base class's type by name or by index ) 2017-11-03 15:24:08 +04:00