[all-commits] [llvm/llvm-project] b65966: Add the ability to write target stop-hooks using t...

jimingham via All-commits all-commits at lists.llvm.org
Fri Sep 25 15:45:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b65966cff65bfb66de59621347ffd97238d3f645
      https://github.com/llvm/llvm-project/commit/b65966cff65bfb66de59621347ffd97238d3f645
  Author: Jim Ingham <jingham at apple.com>
  Date:   2020-09-25 (Fri, 25 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
    A 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
    A lldb/test/API/commands/target/stop-hooks/stop_hook.py
    A lldb/test/Shell/Commands/Inputs/stop_hook.py
    A lldb/test/Shell/Commands/command-stop-hook-output.test
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp

  Log Message:
  -----------
  Add the ability to write target stop-hooks using the ScriptInterpreter.

Differential Revision: https://reviews.llvm.org/D88123




More information about the All-commits mailing list