[all-commits] [llvm/llvm-project] 6376c5: [Dexter] Use non-blocking resume when debugging Vi...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Wed Mar 1 04:09:43 PST 2023


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

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py

  Log Message:
  -----------
  [Dexter] Use non-blocking resume when debugging Visual Studio

The Visual Studio debugger currently uses blocking calls to Go and
StepInto, which interferes with Dexter's ability to do any processing
(e.g. checking for time outs) in between breakpoints. This patch updates
these functions to use non-blocking calls.

Reviewed By: Orlando

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




More information about the All-commits mailing list