[Python] Remove dynamic indirection
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 26 Mar 2019 21:57:02 +0000 (21:57 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 26 Mar 2019 21:57:02 +0000 (21:57 +0000)
commit05495c5d4571b1756369e00a1ca7003d63e204da
treec493146d9a4e7ab72bc936aba9869e13b414bc8b
parent330dcd9dabd3c4d8422047d6d35142a03b34aeab
[Python] Remove dynamic indirection

Now that the Python plugin relies on the SWIG symbols, we no longer need
to dynamically resolve these functions.

llvm-svn: 357034
lldb/source/API/SystemInitializerFull.cpp
lldb/source/API/SystemInitializerFull.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h