[Lldb-commits] [PATCH] D61090: [SBHostOS} Remove getting the python script interpreter path
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 24 17:02:01 PDT 2019
jingham added a comment.
Yeah, I must have not been paying attention at some point in the past. OTOH, I don't know if you can change the access to the ScriptInterpreter in the SB API's, since that seems likely to break people's scripts.
Maybe it's better for this patch to add the GetScriptModuleDirectory to the ScriptInterpreter - which is clearly right - and then get the script interpreter from the command interpreter in the debugger. That way when/if we tackle the larger question, this will still have been the correct choice..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61090/new/
https://reviews.llvm.org/D61090
More information about the lldb-commits
mailing list