[all-commits] [llvm/llvm-project] ce44f0: [lldb] Add an extra optional did_read_live_memory ...

Augusto Noronha via All-commits all-commits at lists.llvm.org
Mon Jul 21 11:28:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce44f089ded833acde529dbf448732a486207d5f
      https://github.com/llvm/llvm-project/commit/ce44f089ded833acde529dbf448732a486207d5f
  Author: Augusto Noronha <anoronha at apple.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M lldb/include/lldb/Target/Target.h
    M lldb/source/Target/Target.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp

  Log Message:
  -----------
  [lldb] Add an extra optional did_read_live_memory to Target::ReadMemory (#149620)

Target::ReadMemory may or may not read live memory, but whether it did
read from live memory or from the filecache is opaque to callers. Add an
extra out parameter to indicate whether live memory was read or not.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list