[Lldb-commits] [lldb] [lldb-dap] Refactoring breakpoints to not use the `g_dap` reference. (PR #115208)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 8 07:08:49 PST 2024
walter-erquinigo wrote:
I remember that when lldb-dap was being brought up, the breakpoint structs were very simple, but they have become non-trivial at this point, so I second the idea of turning them into proper classes with better data encapsulation.
https://github.com/llvm/llvm-project/pull/115208
More information about the lldb-commits
mailing list