aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2023-01-06 10:45:07 -0800
committerJason Molenda <jason@molenda.com>2023-01-06 10:46:39 -0800
commit75d268d1fa607a2a9c814040a8d8d5267b49de4c (patch)
tree63eed87c89c804f2359697353f38a2b8d70dfbaf /llvm/lib/Transforms/Utils/InlineFunction.cpp
parent7d0d34fbb153ef044b254d41ae91fc57efbdc77d (diff)
downloadllvm-75d268d1fa607a2a9c814040a8d8d5267b49de4c.zip
llvm-75d268d1fa607a2a9c814040a8d8d5267b49de4c.tar.gz
llvm-75d268d1fa607a2a9c814040a8d8d5267b49de4c.tar.bz2
When loading mach-o corefile, new fallback for finding images
When lldb is reading a user process corefile, it starts by finding dyld, then finding the dyld_all_image_infos structure in dyld by symbol name, then getting the list of loaded binaries. If it fails to find the structure by name, it can't load binaries. There is an additional fallback that this patch adds, which is to look for this object by the section name it is stored in, if the symbol name lookup fails. Differential Revision: https://reviews.llvm.org/D140066 rdar://103369931
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions