[Lldb-commits] [lldb] [lldb-dap] Refactoring breakpoints to not use the `g_dap` reference. (PR #115208)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 7 01:13:44 PST 2024
================
@@ -3202,8 +3184,7 @@ void request_setDataBreakpoints(const llvm::json::Object &request) {
for (const auto &bp : *breakpoints) {
const auto *bp_obj = bp.getAsObject();
if (bp_obj) {
----------------
labath wrote:
here too
https://github.com/llvm/llvm-project/pull/115208
More information about the lldb-commits
mailing list