mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] fix: __doc__
git-svn-id: https://pykd.svn.codeplex.com/svn@87454 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
97e9a6b1ac
commit
8b76423303
@ -311,11 +311,11 @@ BOOST_PYTHON_MODULE( pykd )
|
||||
python::def( "wrmsr", pykd::setMSR,
|
||||
"Set MSR value" );
|
||||
python::def( "getProcessorMode", pykd::getProcessorMode,
|
||||
"Return current processor mode as string: X86, ARM, IA64 or X64" );
|
||||
"Return current processor mode: CPUType" );
|
||||
python::def( "getProcessorType", pykd::getProcessorType,
|
||||
"Return type of physical processor: X86, ARM, IA64 or X64" );
|
||||
"Return type of physical processor: CPUType" );
|
||||
python::def( "setProcessorMode",pykd::setProcessorMode,
|
||||
"Set current processor mode (X86, ARM, IA64 or X64)" );
|
||||
"Set current processor mode (CPUType)" );
|
||||
python::def( "switchProcessorMode", pykd::switchProcessorMode,
|
||||
"Switch processor mode ( X86 <-> X64 )" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user