[Lldb-commits] [lldb] [LLDB][Minidump] Have Minidumps save off and properly read TLS data (PR #109477)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 8 09:40:12 PDT 2024


Jlalond wrote:

> The main thing that bothers me is the AddLinkMapSections function. Although it superficially generic, it uses the GetImageInfoAddress, which is only implemented by ObjectFileELF, and only called from the elf-core and posix-dyld plugins (i.e. code which already knows its dealing with elf object files), so I doubt it will be useful elsewhere. Even the name "link map" is very elf-specific, as there's nothing quite like that in other platforms/object file formats.

I completely forgot the recommendation to let the Dynamic loader handle this. I will convert this today.

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


More information about the lldb-commits mailing list