mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[0.1.x] fixed : issue #10722 ( rdmsr raises exception )
git-svn-id: https://pykd.svn.codeplex.com/svn@75992 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
a70ef834b0
commit
838d214daa
@ -464,7 +464,7 @@ BOOST_PYTHON_MODULE( pykd )
|
|||||||
"Print out string and insert end of line symbol. If dml = True string is printed with dml highlighting ( only for windbg )" ) );
|
"Print out string and insert end of line symbol. If dml = True string is printed with dml highlighting ( only for windbg )" ) );
|
||||||
python::def( "ptrSize", &ptrSize,
|
python::def( "ptrSize", &ptrSize,
|
||||||
"Return effective pointer size" );
|
"Return effective pointer size" );
|
||||||
python::def ( "rdmsr", &DebugClient::loadMSR,
|
python::def ( "rdmsr", &loadMSR,
|
||||||
"Return MSR value" );
|
"Return MSR value" );
|
||||||
python::def( "reg", &getRegByName,
|
python::def( "reg", &getRegByName,
|
||||||
"Return a CPU regsiter value by the register's name" );
|
"Return a CPU regsiter value by the register's name" );
|
||||||
|
Loading…
Reference in New Issue
Block a user