[all-commits] [llvm/llvm-project] 3d0c61: [lldb-dap] Move the Variables struct into its own ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Sun May 18 10:57:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d0c616ce30cdc3d9c26dda8fdc608a6c85f00a6
      https://github.com/llvm/llvm-project/commit/3d0c616ce30cdc3d9c26dda8fdc608a6c85f00a6
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-05-18 (Sun, 18 May 2025)

  Changed paths:
    M lldb/tools/lldb-dap/CMakeLists.txt
    M lldb/tools/lldb-dap/DAP.cpp
    M lldb/tools/lldb-dap/DAP.h
    A lldb/tools/lldb-dap/Variables.cpp
    A lldb/tools/lldb-dap/Variables.h
    M lldb/unittests/DAP/CMakeLists.txt
    A lldb/unittests/DAP/VariablesTest.cpp

  Log Message:
  -----------
  [lldb-dap] Move the Variables struct into its own file (#140393)

Move the Variables struct out of DAP.h and into its own file to reduce
the complexity of the latter. This PR also makes the members that are
implementation details private and adds a handful of basic unit tests.



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