[all-commits] [llvm/llvm-project] f775fe: Revert "Add the ability to write target stop-hooks...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Sep 28 09:05:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f775fe59640a2e837ad059a8f40e26989d4f9831
https://github.com/llvm/llvm-project/commit/f775fe59640a2e837ad059a8f40e26989d4f9831
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M lldb/bindings/python/python-swigsafecast.swig
M lldb/bindings/python/python-wrapper.swig
M lldb/docs/use/python-reference.rst
M lldb/include/lldb/Interpreter/ScriptInterpreter.h
M lldb/include/lldb/Symbol/SymbolContext.h
M lldb/include/lldb/Target/Target.h
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Commands/Options.td
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
M lldb/source/Symbol/SymbolContext.cpp
M lldb/source/Target/Target.cpp
R lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py
M lldb/test/API/commands/target/stop-hooks/TestStopHooks.py
M lldb/test/API/commands/target/stop-hooks/main.c
R lldb/test/API/commands/target/stop-hooks/stop_hook.py
R lldb/test/Shell/Commands/Inputs/stop_hook.py
R lldb/test/Shell/Commands/command-stop-hook-output.test
M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Log Message:
-----------
Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."
This temporarily reverts commit b65966cff65bfb66de59621347ffd97238d3f645
while Jim figures out why the test is failing on the bots.
More information about the All-commits
mailing list