Commit Graph

1190 Commits

Author SHA1 Message Date
Aleksey R
5f0d7125a4 add: addSyntheticModule, removeSyntheticModule 2019-01-10 20:08:14 +03:00
ussrhero
99b48ad0b4 added special method __contains__ for typedVar, typeInfo, module classes - support for 'in' operator 2019-01-04 16:37:14 +03:00
ussrhero
d7c18187af set kdlibcpp to stable 1.2.3 version 2019-01-03 23:55:33 +03:00
ussrhero
fc90ccc846 added: evalExpr routine ( Evaluate C++ expression with typed information ) 2018-12-29 02:01:52 +03:00
ussrhero
23c1376112 change kdlibcpp verison to 1.2.2 2018-11-17 14:59:57 +03:00
ussrhero
b90401000a updated pykd version 2018-11-15 00:36:11 +03:00
ussrhero
6ba76e15e4 updated kdlibcpp 2018-11-15 00:30:53 +03:00
ussrhero
eeb802ff33 added : stackFrame.switchTo( switch to this frame ) 2018-10-04 23:55:23 +03:00
ussrhero
3305c6d980 added : breakpoint.detach method ( convert strong breakpoint reference
to  weak )
2018-10-03 21:56:19 +03:00
ussrhero
c498137a51 added : baseClassOffset ( retrun offset of base class )
added : baseClasses ( return list of tuples ( baseClassName,
baseClassOffset, baseClassType ) )
2018-10-03 21:07:47 +03:00
ussrhero
2509de349b added : typeInfo.getMethodName ( Return method's name )
added : typeInfo.methods ( Return list of tuples ( methodName,
methodType ) )
2018-10-03 00:52:41 +03:00
Aleksey R
67c66c593c Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2 2018-10-02 18:31:13 +03:00
Aleksey R
2cd2e37d3c add: arm support 2018-10-02 18:30:35 +03:00
ussrhero
574345ba8e Update README.md 2018-07-19 16:23:13 -04:00
ussrhero
28148d9a8b changed setup files 2018-07-16 23:26:30 +03:00
Aleksey R
901ac4d5c0 add: arm64dumptest.py file 2018-07-13 17:48:07 +03:00
Aleksey R
5140cda371 fix #24 2018-07-13 17:41:59 +03:00
Aleksey R
5c0f0984e9 add: ARM64 stack and CPU context support (#21) 2018-07-13 17:12:48 +03:00
Aleksey R
b21372d9b6 add: new DebugOptions (kdlibcpp/kdlibcpp@8dce2bc9) 2018-07-12 19:13:16 +03:00
ussrhero
373c8ab663 fixed debug_3.7 config 2018-07-11 22:52:01 +03:00
Alexey R
80583784bd #21 : ARM64 minimal support 2018-07-10 22:49:47 +03:00
ussrhero
ec66dddeae Update README.md 2018-07-10 08:04:16 -04:00
ussrhero
6764fce209 Update README.md 2018-07-10 07:56:29 -04:00
ussrhero
85de829d39 Update README.md 2018-07-10 07:50:01 -04:00
ussrhero
b9b6beb768 Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2 2018-07-10 01:48:57 +03:00
ussrhero
82560ca596 Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2 2018-07-10 01:47:56 +03:00
ussrhero
5f49bd9894 Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2 2018-07-10 01:29:39 +03:00
ussrhero
7185ba87fe Merge branch 'vs2017-support' into '0.3.2' 2018-07-10 01:28:23 +03:00
ussrhero
0e5de0b7d9 Merge branch 'vs2017-support' into '0.3.2' 2018-07-09 23:45:09 +03:00
ussrhero
7f0ac2482f python 3.7 support 2018-07-09 23:30:59 +03:00
ussrhero
12fbcd1066 update kdlibcpp to 1.2.0 2018-07-09 22:39:50 +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
ussrhero
5e75dc75d8 updated kdlib to fix build 2018-04-25 22:23:44 +03:00
Tarasenko Alexander
c3ce6bbf22 new boost support 2018-04-25 00:44:13 +03:00
ussrhero
7fa4ec351a Merge branch 'python3-iterator' into '0.3.2'
Add __next__ method to follow python3 iterator protocol

See merge request pykd/pykd!3
2018-04-21 09:13:25 -04:00
Mikhail I. Izmestev
28a3d22616 Add __next__ method to follow python3 iterator protocol 2018-04-21 12:28:24 +04:00
ussrhero
1078bf869d Merge branch 'python3-tests' into '0.3.2'
Fix tests python3 compatibility

See merge request pykd/pykd!4
2018-04-21 02:28:33 -04:00
Mikhail I. Izmestev
aec67503eb Fix tests python3 compatibility 2018-04-20 09:38:30 +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
Tarasenko Alexander
2ad6e86a8b del obsolete files 2018-04-15 15:12:12 +03:00
ussrhero
5d30d67978 added getDebugOptions routine (returns debug options)
added changeDebuOptions routine (change debug options)
2018-03-05 12:44:35 +03:00
ussrhero
eb2e7d4eb2 change kdlibcpp version to 1.1.13 2018-03-05 12:44:20 +03:00
Aleksey R
1d05e39eac Merge branch '0.3.2' into '0.3.2'
kdlibcpp -> 58ee1ee9

See merge request pykd/pykd!2
2018-03-01 05:23:10 -05:00