================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
