[all-commits] [llvm/llvm-project] 408855: [lldb-dap] Move request capabilities into request ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Mar 18 19:56:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40885572783b1b1d3fe5dc7bce119f08728dc11f
      https://github.com/llvm/llvm-project/commit/40885572783b1b1d3fe5dc7bce119f08728dc11f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M lldb/tools/lldb-dap/DAP.cpp
    M lldb/tools/lldb-dap/DAP.h
    M lldb/tools/lldb-dap/Handler/InitializeRequestHandler.cpp
    M lldb/tools/lldb-dap/Handler/RequestHandler.h

  Log Message:
  -----------
  [lldb-dap] Move request capabilities into request handlers (NFC) (#131943)

This distributes the registration of request related capabilities to the
corresponding request handler. Global and unsupported capabilities are
registered at the DAP level.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list