aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2024-08-22 11:58:19 +0200
committerDmitri Gribenko <gribozavr@gmail.com>2024-08-22 13:24:57 +0200
commit547917aebd1e79a8929b53f0ddf3b5185ee4df74 (patch)
tree2906987d7710b8553550ea8b43ce2ea0e0318061 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parentaa70f83e660453c006193aab7ba67c94db236948 (diff)
downloadllvm-547917aebd1e79a8929b53f0ddf3b5185ee4df74.zip
llvm-547917aebd1e79a8929b53f0ddf3b5185ee4df74.tar.gz
llvm-547917aebd1e79a8929b53f0ddf3b5185ee4df74.tar.bz2
Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#104523)"
This reverts commit f01f80ce6ca7640bb0e267b84b1ed0e89b57e2d9. This commit introduces an msan violation. See the discussion on https://github.com/llvm/llvm-project/pull/104523.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
index 5351c1a..3026b61 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
@@ -227,9 +227,6 @@ public:
LLDBSwigPython_GetRecognizedArguments(PyObject *implementor,
const lldb::StackFrameSP &frame_sp);
- static bool LLDBSwigPython_ShouldHide(PyObject *implementor,
- const lldb::StackFrameSP &frame_sp);
-
static bool LLDBSWIGPythonRunScriptKeywordProcess(
const char *python_function_name, const char *session_dictionary_name,
const lldb::ProcessSP &process, std::string &output);