[Lldb-commits] [lldb] [lldb] Add MockMemory class for dwarf expression testing (PR #168467)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 20 12:46:22 PST 2025


dmpots wrote:

@clayborg I pushed one follow up change to have all the MockProcess tests use MockMemory instead of keeping both MockProcess and MockProcessWithMemRead as we chatted about offline. There was only one test (`OP_DW_deref`) that needed to be updated and I was able to delete the MockProcess class and then rename the MockProcessWithMemRead to just MockProcess.

https://github.com/llvm/llvm-project/pull/168467


More information about the lldb-commits mailing list