diff options
author | Kuba Mracek <mracek@apple.com> | 2018-10-31 00:29:17 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2018-10-31 00:29:17 +0000 |
commit | 377f9f9b3f65b530887d6bf0042799d1765b42d6 (patch) | |
tree | a6cc9ffd81a1940ec9bcbf83598e27e3fc90d438 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 9fd397b423ba442808957e65e3ad25a07cd203e4 (diff) | |
download | bcm5719-llvm-377f9f9b3f65b530887d6bf0042799d1765b42d6.tar.gz bcm5719-llvm-377f9f9b3f65b530887d6bf0042799d1765b42d6.zip |
Revert r345678 (build failure on Linux machines).
llvm-svn: 345680
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 7314bba7cc6..ef29a9628be 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -94,12 +94,6 @@ public: const char *session_dictionary_name, const lldb::ProcessSP &process_sp); - typedef void *(*SWIGPythonCreateFrameRecognizer)( - const char *python_class_name, const char *session_dictionary_name); - - typedef void *(*SWIGPythonGetRecognizedArguments)( - void *implementor, const lldb::StackFrameSP &frame_sp); - typedef size_t (*SWIGPythonCalculateNumChildren)(void *implementor, uint32_t max); @@ -238,13 +232,6 @@ public: implementor_sp) override; StructuredData::GenericSP - CreateFrameRecognizer(const char *class_name) override; - - lldb::ValueObjectListSP - GetRecognizedArguments(const StructuredData::ObjectSP &implementor, - lldb::StackFrameSP frame_sp) override; - - StructuredData::GenericSP OSPlugin_CreatePluginObject(const char *class_name, lldb::ProcessSP process_sp) override; @@ -439,8 +426,6 @@ public: SWIGPythonCallCommandObject swig_call_command_object, SWIGPythonCallModuleInit swig_call_module_init, SWIGPythonCreateOSPlugin swig_create_os_plugin, - SWIGPythonCreateFrameRecognizer swig_create_frame_recognizer, - SWIGPythonGetRecognizedArguments swig_get_recognized_arguments, SWIGPythonScriptKeyword_Process swig_run_script_keyword_process, SWIGPythonScriptKeyword_Thread swig_run_script_keyword_thread, SWIGPythonScriptKeyword_Target swig_run_script_keyword_target, |