[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.
 
+# When an ELF file contains both PT_LOAD and PT_TLS segmentsq where the PT_TLS
----------------
DavidSpickett wrote:

"PT_TLS segments" remove the "q" typo.

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


More information about the lldb-commits mailing list