[Lldb-commits] [lldb] Read and store gnu build id from loaded core file (PR #92492)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 09:15:04 PDT 2024
================
@@ -1649,6 +1679,26 @@ class Process : public std::enable_shared_from_this<Process>,
lldb::addr_t ReadPointerFromMemory(lldb::addr_t vm_addr, Status &error);
+ /// Find a string within a memory region.
----------------
clayborg wrote:
Change to:
```
/// Find bytes within a memory range.
https://github.com/llvm/llvm-project/pull/92492
More information about the lldb-commits
mailing list