mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 11:53:23 +08:00
[0.2.x] ~TypeInfo::findSymbol - 2 args
git-svn-id: https://pykd.svn.codeplex.com/svn@81743 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
bba6f842ed
commit
3436fb3338
@ -210,7 +210,7 @@ BOOST_PYTHON_MODULE( pykd )
|
||||
"Return source file name, line and displacement by the specified offset" ) );
|
||||
python::def( "getOffset", &TypeInfo::getOffset,
|
||||
"Return traget virtual address for specified symbol" );
|
||||
python::def( "findSymbol", &TypeInfo::findSymbol, findSymbol_( python::args( "offset", "safe", "showDisplacement"),
|
||||
python::def( "findSymbol", &TypeInfo::findSymbol, findSymbol_( python::args( "offset", "safe"),
|
||||
"Find symbol by the target virtual memory offset" ) );
|
||||
python::def( "sizeof", &TypeInfo::getSymbolSize,
|
||||
"Return a size of the type or variable" );
|
||||
|
Loading…
Reference in New Issue
Block a user