From 76aa604568d8182b482c96edf9aadec6d21b500e Mon Sep 17 00:00:00 2001 From: "SND\\EreTIk_cp" Date: Wed, 20 Jul 2011 12:17:04 +0000 Subject: [PATCH] [~] misprint: dbgBreakpointClass -> dbgModuleClass git-svn-id: https://pykd.svn.codeplex.com/svn@68039 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd/dbgext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pykd/dbgext.cpp b/pykd/dbgext.cpp index a87adee..7a6eff6 100644 --- a/pykd/dbgext.cpp +++ b/pykd/dbgext.cpp @@ -113,13 +113,13 @@ BOOST_PYTHON_MODULE( pykd ) boost::python::def( "sizeof", &sizeofType, "Return size of type" ); boost::python::def( "loadModule", &loadModule, - "Return instance of the dbgBreakpointClass" ); + "Return instance of the dbgModuleClass" ); boost::python::def( "findSymbol", &findSymbolForAddress, "Return symbol for specified target address if it exists" ); boost::python::def( "getOffset", &findAddressForSymbol, "Return target address for specified symbol" ); boost::python::def( "findModule", &findModule, - "Return instance of the dbgBreakpointClass which posseses specified address" ); + "Return instance of the dbgModuleClass which posseses specified address" ); boost::python::def( "addr64", &addr64, "Extend address to 64 bits formats ( for x86 )" ); boost::python::def( "loadChars", loadChars, loadCharsOv( boost::python::args( "address", "number", "phyAddr" ),