ussrhero
|
5d5e634ace
|
added typedInfo.hasField method
|
2019-06-01 00:24:17 +03:00 |
|
ussrhero
|
ee03c669ae
|
fixed python long to typedVar conversion
|
2019-06-01 00:19:22 +03:00 |
|
ussrhero
|
11e38853dc
|
fixed: #50 ( changed AttributeError to SymbolException )
|
2019-05-30 00:48:27 +03:00 |
|
ussrhero
|
89d5c3e5f9
|
added : stackFrame::getSourceLine method
:
|
2019-04-30 00:12:21 +03:00 |
|
ussrhero
|
877968ca92
|
added : stackFrame::isInline method
|
2019-04-29 23:45:12 +03:00 |
|
ussrhero
|
5d57560ec5
|
Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2
|
2019-04-29 22:08:10 +03:00 |
|
ussrhero
|
d47d70d71a
|
fixed: #29 (support for inline in stack)
|
2019-04-29 22:07:50 +03:00 |
|
ussrhero
|
850e986a03
|
#42 add output of a timestamp as a readable date for module print
|
2019-04-29 22:05:21 +03:00 |
|
ussrhero
|
56ca5c68e3
|
set kdlibcpp to 1.2.8
|
2019-04-29 22:02:58 +03:00 |
|
ussrhero
|
1adbbb5811
|
adopted exsisting tests for new kdlibcpp
|
2019-04-21 13:06:39 +03:00 |
|
ussrhero
|
20a3c5904a
|
set version to 3.4.6
|
2019-04-20 21:40:34 +03:00 |
|
ussrhero
|
1420b5b1a3
|
changed kdlibcpp version to 1.2.7
|
2019-04-20 21:36:18 +03:00 |
|
ussrhero
|
d848b61313
|
Update README.md
|
2019-02-20 15:19:29 -05:00 |
|
ussrhero
|
86e8383463
|
added : getOutputMask
added : setOutputMask
added : test for eventHanlder.onDebugOutput:
|
2019-02-20 00:48:41 +03:00 |
|
ussrhero
|
c6800333c3
|
move to the new stable kdlibcpp version 1.2.5
|
2019-02-11 18:55:24 +03:00 |
|
ussrhero
|
d1ac91ae71
|
adopted to new version kdlibcpp
|
2019-02-04 20:44:05 +03:00 |
|
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 |
|