[Lldb-commits] [lldb] [lldb-dap] Followup fixs for data breakpoints (PR #81680)

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 14 08:21:31 PST 2024


https://github.com/ZequanWu commented:

In terms of interpreting `name` as `${number of bytes}@${expression}`, it's made-up. And I just noticed that someone already filed an issue about this: https://github.com/microsoft/debug-adapter-protocol/issues/455. Should we revert the change inside the condition: `variablesReference == 0 && frame.IsValid()`?

https://github.com/llvm/llvm-project/pull/81680


More information about the lldb-commits mailing list