[Lldb-commits] [lldb] Read and store gnu build id from loaded core file (PR #92492)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 17 03:57:25 PDT 2024


https://github.com/labath commented:

This looks much better, though, after looking at this closer, I don't think it's necessary to reimplement the elf parsing code. We already have all the necessary data structures for parsing notes in the core file itself, and it looks like it would be fairly easy to reuse them for this purpose as well.

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


More information about the lldb-commits mailing list