mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 21:03:23 +08:00
[0.3.x] added : loadExt
git-svn-id: https://pykd.svn.codeplex.com/svn@84331 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
13857a0385
commit
c2948f8320
@ -70,15 +70,15 @@ BOOST_PYTHON_MODULE( pykd )
|
|||||||
{
|
{
|
||||||
python::scope().attr("version") = pykdVersion;
|
python::scope().attr("version") = pykdVersion;
|
||||||
|
|
||||||
// // DbgEng services
|
// DbgEng services
|
||||||
// python::def( "setSymSrvDir", &setSymSrvDir,
|
python::def( "setSymSrvDir", &kdlib::setSymSrvDir,
|
||||||
// "Set directory of SYMSRV.dll library.\nUsually this is a directory of WinDbg");
|
"Set directory of SYMSRV.dll library.\nUsually this is a directory of WinDbg");
|
||||||
// python::def( "loadExt", &loadExtension,
|
python::def( "loadExt", &kdlib::loadExtension,
|
||||||
// "Load a WinDBG extension. Return handle of the loaded extension" );
|
"Load a WinDBG extension. Return handle of the loaded extension" );
|
||||||
// python::def( "removeExt", &removeExtension,
|
python::def( "removeExt", &kdlib::removeExtension,
|
||||||
// "Unload a WinDBG extension. Parameters: handle returned by loadExt" );
|
"Unload a WinDBG extension. Parameters: handle returned by loadExt" );
|
||||||
// python::def( "callExt", &callExtension,
|
python::def( "callExt", &kdlib::callExtension,
|
||||||
// "Call a WinDBG extension's routine. Parameters: handle returned by loadExt; string command line" );
|
"Call a WinDBG extension's routine. Parameters: handle returned by loadExt; string command line" );
|
||||||
|
|
||||||
|
|
||||||
// Manage debug target
|
// Manage debug target
|
||||||
|
Loading…
Reference in New Issue
Block a user