[all-commits] [llvm/llvm-project] 227b21: Creating a startDebugging reverse DAP request hand...

John Harrison via All-commits all-commits at lists.llvm.org
Thu Jun 29 11:47:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 227b2180eb2be94986d63c75c144f88be13fc52f
      https://github.com/llvm/llvm-project/commit/227b2180eb2be94986d63c75c144f88be13fc52f
  Author: John Harrison <harjohn at google.com>
  Date:   2023-06-29 (Thu, 29 Jun 2023)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    A lldb/test/API/tools/lldb-vscode/startDebugging/Makefile
    A lldb/test/API/tools/lldb-vscode/startDebugging/TestVSCode_startDebugging.py
    A lldb/test/API/tools/lldb-vscode/startDebugging/main.c
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/README.md
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  Creating a startDebugging reverse DAP request handler in lldb-vscode.

Adds support for a reverse DAP request to startDebugging. The new request can be used to launch child processes from lldb scripts, for example it would be start forward to configure a debug configuration for a server and a client allowing you to launch both processes with a single debug configuraiton.

Reviewed By: wallace, ivanhernandez13

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




More information about the All-commits mailing list