[all-commits] [llvm/llvm-project] c6aa82: [Dexter] Add DexLimitSteps command and Conditional...

Tom Weaver via All-commits all-commits at lists.llvm.org
Fri Jun 5 04:55:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c6aa829644f30d5590451b892918298f8117c985
      https://github.com/llvm/llvm-project/commit/c6aa829644f30d5590451b892918298f8117c985
  Author: Tom Weaver <Tom.Weaver at Sony.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
    M debuginfo-tests/dexter/Commands.md
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    A debuginfo-tests/dexter/dex/command/commands/DexLimitSteps.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.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/test/Tool.py
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_check_json_step_count.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_loop.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_overlapping_ranges.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_same_line_conditional.cpp

  Log Message:
  -----------
  [Dexter] Add DexLimitSteps command and ConditionalController

* Adds DexLimitSteps Command.
* Add ConditionalController, a new DebuggerController type.
* 5 regression tests
* documentation

* recommit, fixed accidental adding of unnecessary file

Reviewers: jmorse

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




More information about the All-commits mailing list