ussrhero
|
d68a9d82de
|
updated wiki generator
|
2019-10-19 23:25:19 +03:00 |
|
ussrhero
|
c0943dd033
|
updated kdlibcpp version to 1.2.11
|
2019-10-02 22:44:00 +03:00 |
|
ussrhero
|
e22b4cd38a
|
updated kdlibcpp version to 1.2.11
|
2019-10-02 00:28:11 +03:00 |
|
ussrhero
|
a99b758dd9
|
reworked symbol enumeration
|
2019-09-29 21:55:29 +03:00 |
|
ussrhero
|
15a99d60de
|
updated kdlibcpp
|
2019-09-24 01:38:28 +03:00 |
|
ussrhero
|
490730dabc
|
added : getSymbolEnumeratorFromSource routine (create symbol enumerator for source code)
|
2019-09-19 00:41:46 +03:00 |
|
ussrhero
|
85028a9a1b
|
added TypeInfo.isConstField method (return True if a field is a const field)
|
2019-09-17 00:30:20 +03:00 |
|
ussrhero
|
7d9b0faffa
|
added TypeInfo.isStaticField method ( return True if a field is a static field )
|
2019-09-17 00:20:24 +03:00 |
|
ussrhero
|
0450a3abdf
|
typedVar.members methods ( return defined members of class, not inherited)
|
2019-09-17 00:17:09 +03:00 |
|
ussrhero
|
a0f0905cf9
|
Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2
|
2019-09-02 23:48:10 +03:00 |
|
ussrhero
|
4de8114c3e
|
added setStatusMessage ( set a message at a windbg status bar )
|
2019-09-02 23:47:58 +03:00 |
|
Administrator
|
c28dac3979
|
Update README.md
|
2019-08-04 15:06:28 -04:00 |
|
ussrhero
|
b5f56b61c9
|
Update README.md
|
2019-08-03 05:48:13 -04:00 |
|
ussrhero
|
a3da177dc1
|
fixed typeinfo tests
|
2019-07-30 00:06:59 +03:00 |
|
ussrhero
|
badd9762a3
|
change kdlibcpp version to 1.2.10
|
2019-07-29 23:54:21 +03:00 |
|
ussrhero
|
10344dbd09
|
added : typeInfo.isTemplate method ( return true if type is template )
added : typeInfo.getTemplateArgs method ( return list of template args name )
|
2019-07-29 23:34:18 +03:00 |
|
ussrhero
|
852908bb40
|
Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2
|
2019-07-29 23:31:23 +03:00 |
|
ussrhero
|
daaa04a5a4
|
added : getHostProcessPath ( return image path of the process running python interpreter with a pykd )
|
2019-07-29 23:30:50 +03:00 |
|
ussrhero
|
c23cea4249
|
Update README.md
|
2019-06-07 17:34:32 -04:00 |
|
ussrhero
|
dbbc41c16c
|
change kdlibcpp version to 1.2.9
|
2019-06-07 23:31:55 +03:00 |
|
ussrhero
|
d5f4f146b1
|
Merge branch '0.3.2' of https://githomelab.ru/pykd/pykd into 0.3.2
|
2019-06-02 21:23:26 +03:00 |
|
ussrhero
|
924c31a9e0
|
added : typedVar.hasField ( check if a typedVar object has the specified field )
|
2019-06-02 21:23:12 +03:00 |
|
ussrhero
|
3ab64bdc85
|
added : module.hasSymbol method (check if a module has the specified symbol)
|
2019-06-01 10:33:17 +03:00 |
|
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
|
eaa9877096
|
Update README.md
|
2019-05-13 14:39:04 -04:00 |
|
ussrhero
|
babc6c691a
|
Update README.md
|
2019-05-03 15:05:50 -04: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 |
|