[Lldb-commits] [lldb] [lldb-dap] Add data breakpoints for bytes (PR #167237)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 10 10:10:32 PST 2025
================
@@ -16,14 +16,27 @@
namespace lldb_dap {
+static bool CheckAddress(DAP &dap, lldb::addr_t load_addr) {
----------------
ashgti wrote:
nit: Can we give this a more descriptive name? Like `IsRW` or `IsMutable` I think thats what this is checking...?
https://github.com/llvm/llvm-project/pull/167237
More information about the lldb-commits
mailing list