[all-commits] [llvm/llvm-project] 89ed21: Recognize namespaced all_image_infos symbol name f...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Fri Sep 10 16:59:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89ed21a8f864b1c33a95ed127d073842adc2fcd0
https://github.com/llvm/llvm-project/commit/89ed21a8f864b1c33a95ed127d073842adc2fcd0
Author: Jason Molenda <jason at molenda.com>
Date: 2021-09-10 (Fri, 10 Sep 2021)
Changed paths:
M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
Log Message:
-----------
Recognize namespaced all_image_infos symbol name from dyld
In macOS 12, the symbol name for the dyld_all_image_infos struct
in dyld has a namespace qualifier. Search for it without qualification,
then with qualification when doing a by-name search. (lldb will
only search for it by name when loading a user process Mach-O corefile)
rdar://76270013
More information about the All-commits
mailing list