[Lldb-commits] [lldb] Centralize the code that figures out which memory ranges to save into core files (PR #71772)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 14 11:03:43 PST 2023


clayborg wrote:

> @clayborg I will try to reproduce on the buildbot windows machine. build ongoing

If you end up being able to reproduce, if you can send the minidump file that was produced I should be able to look at it to make sure it was not produced by the core file saver. But if this is debugging a COFF file, it should only be using the native windows API to produce a core file and then load it. And I don't see any changes in this PR that should affect this, but you never know!

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


More information about the lldb-commits mailing list