[Lldb-commits] [lldb] Bug fix in FindModuleUUID (PR #137075)

2025-04-23 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: None (GeorgeHuyubo) Changes In some core file, we are seeing that it's not always the case that the ELF header would exist in the first region in NT_FILES section. Therefore the FindModuleUUID is not able to find the module UUID by just re

[Lldb-commits] [lldb] Bug fix in FindModuleUUID (PR #137075)

2025-04-23 Thread via lldb-commits
GeorgeHuyubo wrote: > LGTM. Any chance you could artifically craft such a core file for a test? I think this file historically lack a good way of testing changes due to difficulties in hand craft a ELF core file using YAML. https://github.com/llvm/llvm-project/pull/137075 _

[Lldb-commits] [lldb] Bug fix in FindModuleUUID (PR #137075)

2025-04-23 Thread via lldb-commits
https://github.com/GeorgeHuyubo created https://github.com/llvm/llvm-project/pull/137075 In some core file, we are seeing that it's not always the case that the ELF header would exist in the first region in NT_FILES section. Therefore the FindModuleUUID is not able to find the module UUID by j

[Lldb-commits] [lldb] Bug fix in FindModuleUUID (PR #137075)

2025-04-23 Thread via lldb-commits
https://github.com/GeorgeHuyubo closed https://github.com/llvm/llvm-project/pull/137075 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits