[all-commits] [llvm/llvm-project] d3cbf9: [lldb] Add logging to ObjectFileMachO::ParseSymtab...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Oct 27 14:50:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3cbf9fb64399dbf8718c600d8ac63bd1afaa9d1
https://github.com/llvm/llvm-project/commit/d3cbf9fb64399dbf8718c600d8ac63bd1afaa9d1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Log Message:
-----------
[lldb] Add logging to ObjectFileMachO::ParseSymtab (#70490)
I have a crash when parsing the dyld trie data and I want to ask the
originator to send me the (possibly corrupted) binary that's causing
this. This patch adds some logging to help pinpoint that file.
More information about the All-commits
mailing list