[0.3.x] hotfix : targetSystem

git-svn-id: https://pykd.svn.codeplex.com/svn@90197 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\ussrhero_cp 2015-03-30 22:23:20 +00:00 committed by Mikhail I. Izmestev
parent 55bc2f4649
commit 9184e67a44

View File

@ -547,7 +547,7 @@ BOOST_PYTHON_MODULE( pykd )
"Return PEB address" ) "Return PEB address" )
.add_property("exeName", TargetProcessAdapter::getExeName, .add_property("exeName", TargetProcessAdapter::getExeName,
"Return the process executbakle file name") "Return the process executbakle file name")
.def("isCurrent", TargetSystemAdapter::isCurrent, .def("isCurrent", TargetProcessAdapter::isCurrent,
"Check if the target is current") "Check if the target is current")
.def("getNumberThreads", TargetProcessAdapter::getNumberThreads, .def("getNumberThreads", TargetProcessAdapter::getNumberThreads,
"Return number of threads for this process" ) "Return number of threads for this process" )