[all-commits] [llvm/llvm-project] 75b316: [Dexter] Add option to pass a Visual Studio soluti...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Fri Oct 8 09:43:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75b316929a8fbdbe50f5fbd7e517d534c87795f0
      https://github.com/llvm/llvm-project/commit/75b316929a8fbdbe50f5fbd7e517d534c87795f0
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/builder/ParserOptions.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/TestToolBase.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/test/Tool.py

  Log Message:
  -----------
  [Dexter] Add option to pass a Visual Studio solution instead of a binary

This patch allows a visual studio solution file to be passed directly
into Dexter, instead of using a pre-built binary and a small internal
solution file with template arguments. This is primarily to allow
launching an application that has specific launch configuration
requirements, without needing all the details of this configuration to
be built directly into Dexter or adding a config file that simply
duplicates existing settings in the VS solution.

Reviewed By: Orlando

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




More information about the All-commits mailing list