[all-commits] [llvm/llvm-project] aa1b1d: [lldb] Add function to tell if a section is a GOT ...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Thu Nov 6 12:52:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa1b1dc3914df84581e92fa75e6b8ff7007e0295
https://github.com/llvm/llvm-project/commit/aa1b1dc3914df84581e92fa75e6b8ff7007e0295
Author: Augusto Noronha <anoronha at apple.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M lldb/include/lldb/Core/Section.h
M lldb/include/lldb/Symbol/ObjectFile.h
M lldb/source/Core/Section.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
Log Message:
-----------
[lldb] Add function to tell if a section is a GOT section (#165936)
A global offset table is a section that holds the address of functions
that are dynamically linked. The Swift plugin needs to know if sections
are a global offset table or not.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list