pykd/pykd
Colin Xu c9e13175f1 Update solution file and project file.
Unified projects debug or release configuration.

Signed-off-by: Colin Xu <colin.xu@gmail.com>
2025-02-01 10:10:03 +08:00
..
boost.python Enable pykd for python 3.11. 2023-02-22 00:35:09 -08:00
dbgexcept.cpp [0.3.x] added : CPUException class 2017-11-03 15:24:08 +04:00
dbgexcept.h [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name ) 2017-11-16 17:33:14 +04:00
dllmain.cpp [0.3.x] restored tests of synthetic symbols 2017-11-03 15:24:08 +04:00
packages.config Update per-configuration python in pre-build event using nuget. 2023-02-26 23:36:49 -08:00
pycpucontext.cpp added : stackFrame::getSourceLine method 2019-04-30 00:12:21 +03:00
pycpucontext.h added : stackFrame::getSourceLine method 2019-04-30 00:12:21 +03:00
pydataaccess.h [0.3.x] reworked : typedVar can change python byte sequences 2017-11-16 17:33:14 +04:00
pydbgeng.cpp added : getHostProcessPath ( return image path of the process running python interpreter with a pykd ) 2019-07-29 23:30:50 +03:00
pydbgeng.h added getDumpFormat ( returns format of the dump ) 2020-05-28 00:28:30 +03:00
pydbgio.h added setStatusMessage ( set a message at a windbg status bar ) 2019-09-02 23:47:58 +03:00
pydisasm.h [0.3.x] added : disasm::opcode method ( returm current disassembled instruction ) 2017-11-03 15:24:07 +04:00
pyeventhandler.cpp adopted to new version kdlibcpp 2019-02-04 20:44:05 +03:00
pyeventhandler.h added : getOutputMask 2019-02-20 00:48:41 +03:00
pyevents.h [0.3.x] fixed : added forgotten file 2017-11-03 14:36:27 +04:00
pykd.def [pykd-0.3] first version - supported kllibcpp 2017-11-16 17:07:21 +04:00
pykd.rc [0.3.x] fixed : getSystemInfo returns incorrect information 2017-11-03 15:24:07 +04:00
pykd.vcxproj Update solution file and project file. 2025-02-01 10:10:03 +08:00
pykd.vcxproj.filters refactored numVariant class 2018-06-04 23:34:06 +03:00
pykdver.h 0.3.4.15 2020-10-21 14:14:57 -04:00
pymemaccess.cpp [pykd] fixed : issue #5 (loadAnsiStr error string) 2017-12-25 15:51:29 +03:00
pymemaccess.h added : getVaState ( state of memory: commited, reserved, free) 2020-02-14 00:52:58 +03:00
pymod.cpp added getDumpFormat ( returns format of the dump ) 2020-05-28 00:28:30 +03:00
pymodule.cpp #42 add output of a timestamp as a readable date for module print 2019-04-29 22:05:21 +03:00
pymodule.h revert changes for #50 2019-12-29 00:17:35 +03:00
pyprocess.cpp [0.3.x] added : targetSystem.setCurrent method ( set the system as a current ) 2017-11-03 15:24:08 +04:00
pyprocess.h [0.3.x] added : targetProcess.getMangedHeap ( Return object representing a managed heap ) 2017-11-16 17:33:14 +04:00
pysymengine.h [0.3.x] added : getSourceFileFromSrcSrv ( load and return source file from source server by the specified offset ) 2017-11-03 15:24:08 +04:00
pytagged.cpp add: secondary callback data (issue #14) 2018-02-26 20:14:15 +03:00
pytagged.h add: secondary callback data (issue #14) 2018-02-26 20:14:15 +03:00
pythreadstate.h [0.3.x] added : onDebugOutput callback 2017-11-03 15:24:07 +04:00
pytypedvar.cpp revert changes for #50 2019-12-29 00:17:35 +03:00
pytypedvar.h typedVar.members methods ( return defined members of class, not inherited) 2019-09-17 00:17:09 +03:00
pytypeinfo.cpp revert changes for #50 2019-12-29 00:17:35 +03:00
pytypeinfo.h fixed comparing typeInfo with None 2019-12-29 12:48:52 +03:00
resource.h [0.3.x] + version_info 2017-11-03 14:36:26 +04:00
stdafx.cpp git-svn-id: https://pykd.svn.codeplex.com/svn@50344 9b283d60-5439-405e-af05-b73fd8c4d996 2010-07-06 14:49:02 +00:00
stdafx.h [0.3.x] added : callFunction routine ( call function in the target process ) 2017-11-03 15:24:08 +04:00
stladaptor.h [0.3.x] fixed : issue #13945 ([0.3.x] feature-request: write memory) 2017-11-03 15:24:08 +04:00
targetver.h [0.3.x] + version_info 2017-11-03 14:36:26 +04:00
variant.h fixed python long to typedVar conversion 2019-06-01 00:19:22 +03:00
windbgext.cpp python38 support 2019-10-20 09:37:30 +03:00
windbgext.h [0.3.x] fixed: run script without .py extension 2017-11-03 15:24:07 +04:00