[!] bug fixed: issue #6812 ( windbg ext command !py does not work with full path )

git-svn-id: https://pykd.svn.codeplex.com/svn@53644 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2010-08-05 17:05:35 +00:00
parent 6e7d492e18
commit 26b5fb69a1

View File

@ -38,7 +38,6 @@ class WindbgGlobalSession
public: public:
WindbgGlobalSession() { WindbgGlobalSession() {
interactiveMode = false;
main = boost::python::import("__main__"); main = boost::python::import("__main__");
} }
@ -185,7 +184,7 @@ py( PDEBUG_CLIENT4 client, PCSTR args)
std::string argsStr( args ); std::string argsStr( args );
char_tokenizer_t token( argsStr , char_separator_t( "\\", " \t", "\"" ) ); char_tokenizer_t token( argsStr , char_separator_t( "", " \t", "\"" ) );
std::vector<std::string> argsList; std::vector<std::string> argsList;
for ( char_tokenizer_t::iterator it = token.begin(); it != token.end(); ++it ) for ( char_tokenizer_t::iterator it = token.begin(); it != token.end(); ++it )