[all-commits] [llvm/llvm-project] c4b767: [lldb-dap][NFC] Add Breakpoint struct to share com...

Zequan Wu via All-commits all-commits at lists.llvm.org
Wed Feb 7 07:36:28 PST 2024


  Branch: refs/reviewable/pr80753/r2
  Home:   https://github.com/llvm/llvm-project
  Commit: c4b767909a9ffc2a3015dc9021e4c265da0d877d
      https://github.com/llvm/llvm-project/commit/c4b767909a9ffc2a3015dc9021e4c265da0d877d
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    A lldb/tools/lldb-dap/Breakpoint.cpp
    A lldb/tools/lldb-dap/Breakpoint.h
    M lldb/tools/lldb-dap/BreakpointBase.cpp
    M lldb/tools/lldb-dap/BreakpointBase.h
    M lldb/tools/lldb-dap/CMakeLists.txt
    M lldb/tools/lldb-dap/FunctionBreakpoint.cpp
    M lldb/tools/lldb-dap/FunctionBreakpoint.h
    M lldb/tools/lldb-dap/JSONUtils.cpp
    M lldb/tools/lldb-dap/JSONUtils.h
    M lldb/tools/lldb-dap/SourceBreakpoint.cpp
    M lldb/tools/lldb-dap/SourceBreakpoint.h
    M lldb/tools/lldb-dap/lldb-dap.cpp
    M llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn

  Log Message:
  -----------
  [lldb-dap][NFC] Add Breakpoint struct to share common logic.


  Commit: 82da694cc85ea0462fb639aa9506541fbf375496
      https://github.com/llvm/llvm-project/commit/82da694cc85ea0462fb639aa9506541fbf375496
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M lldb/tools/lldb-dap/Breakpoint.cpp
    M lldb/tools/lldb-dap/Breakpoint.h
    M lldb/tools/lldb-dap/BreakpointBase.cpp
    M lldb/tools/lldb-dap/BreakpointBase.h
    M lldb/tools/lldb-dap/SourceBreakpoint.cpp
    M lldb/tools/lldb-dap/SourceBreakpoint.h

  Log Message:
  -----------
  Move logging from Breakpoint to SourceBreakpoint as `logMessage` may only show up in `SourceBreakpoint` json object.


Compare: https://github.com/llvm/llvm-project/compare/c4b767909a9f%5E...82da694cc85e


More information about the All-commits mailing list