[Lldb-commits] [PATCH] The great Python split
Zachary Turner
zturner at google.com
Fri Feb 27 10:59:34 PST 2015
Also, just to re-iterate since I don't want this point to get lost in the noise, this is mostly a straight move of about 5 source/header files and header fixups. The only places where it's more than just a code re-org are:
1. ScriptInterpeter::InitializeInterpreter(<huge list of function pointers>) no longer exists. Callbacks are resolved through static linkage
2. CommandInterpreter used to have a std::unique_ptr<ScriptInterpreter> This is now a global variable in ScriptInterpreter, and that library has ownership of the pointer now.
http://reviews.llvm.org/D7946
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list