[Lldb-commits] [lldb] [lldb] Implement Process::ReadMemoryRanges (PR #163651)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 21 10:53:48 PDT 2025
felipepiovezan wrote:
Added release-mode testing. I found out that gtest has a `ASSERT_DEBUG_DEATH` that just executes statements in release builds (without expecting failures), that's how they recommend doing it (followed by some ifdefs)
https://github.com/llvm/llvm-project/pull/163651
More information about the lldb-commits
mailing list