[all-commits] [llvm/llvm-project] 9cf971: [Dexter][NFC] Add Debugger Controller To Dexter

Tom Weaver via All-commits all-commits at lists.llvm.org
Mon Apr 20 07:47:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cf9710bb0d61cb5c27c6e780af6a182cb162bfb
      https://github.com/llvm/llvm-project/commit/9cf9710bb0d61cb5c27c6e780af6a182cb162bfb
  Author: Tom Weaver <Tom.Weaver at Sony.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    M debuginfo-tests/dexter/dex/command/__init__.py
    M debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    M debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/__init__.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py

  Log Message:
  -----------
  [Dexter][NFC] Add Debugger Controller To Dexter

  Add DebuggerControllerBase and DefaultController to Dexter
  implements a new architecture that supports new and novel ways of running
  a debugger under dexter.
  Current implementation adds the original default behaviour via the new
  architecture via the DefaultController, this should have NFC.

Reviewers: Orlando

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




More information about the All-commits mailing list