[all-commits] [llvm/llvm-project] 2e7f33: [Dexter] Add target_run_args option

Stephen Tozer via All-commits all-commits at lists.llvm.org
Wed Mar 15 10:11:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e7f3393896a476fc17aaf7f22072f30ac7ffe00
      https://github.com/llvm/llvm-project/commit/2e7f3393896a476fc17aaf7f22072f30ac7ffe00
  Author: Stephen Tozer <Stephen.Tozer at Sony.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args.c
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c

  Log Message:
  -----------
  [Dexter] Add target_run_args option

Adds an option to Dexter that passes command line arguments to the
debugged process, following (and in addition to) any arguments given by
the DexCommandLine command.

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




More information about the All-commits mailing list