[Lldb-commits] [lldb] [lldb] Fix a bug for PT_TLS segments getting loaded when they shouldn't. (PR #98432)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 11 02:53:03 PDT 2024


================
@@ -1,8 +1,25 @@
 # Overlapping PT_LOAD and PT_TLS segments should be able to exist side by side.
----------------
DavidSpickett wrote:

Maybe clarify this by adding "in an object file." on the end. So it's clear that lldb is not making use of them, just able to ignore them as the comment below explains.

As it is it could be taken as "exist side by side in lldb", which is the opposite of what we're doing here.

https://github.com/llvm/llvm-project/pull/98432


More information about the lldb-commits mailing list