mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[~] eval() renamed to expr()
git-svn-id: https://pykd.svn.codeplex.com/svn@59311 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
22a1327c62
commit
44aeda68fb
@ -88,7 +88,7 @@ BOOST_PYTHON_MODULE( pykd )
|
|||||||
boost::python::def( "go", &setExecutionStatus<DEBUG_STATUS_GO> );
|
boost::python::def( "go", &setExecutionStatus<DEBUG_STATUS_GO> );
|
||||||
boost::python::def( "trace", &setExecutionStatus<DEBUG_STATUS_STEP_INTO> );
|
boost::python::def( "trace", &setExecutionStatus<DEBUG_STATUS_STEP_INTO> );
|
||||||
boost::python::def( "step", &setExecutionStatus<DEBUG_STATUS_STEP_OVER> );
|
boost::python::def( "step", &setExecutionStatus<DEBUG_STATUS_STEP_OVER> );
|
||||||
boost::python::def( "eval", &evaluate );
|
boost::python::def( "expr", &evaluate );
|
||||||
boost::python::def( "createSession", &dbgCreateSession );
|
boost::python::def( "createSession", &dbgCreateSession );
|
||||||
boost::python::def( "isSessionStart", &dbgIsSessionStart );
|
boost::python::def( "isSessionStart", &dbgIsSessionStart );
|
||||||
boost::python::def( "symbolsPath", &dbgSymPath );
|
boost::python::def( "symbolsPath", &dbgSymPath );
|
||||||
|
Loading…
Reference in New Issue
Block a user