[Lldb-commits] [lldb] [lldb] SHT_NOBITS sections type (PR #99044)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 19:13:23 PDT 2024


dlav-sc wrote:

I have also removed `.Cases(".bss", ".tbss", eSectionTypeZeroFill)`. 

To be honest, I'm not sure about that. .bss and .tbss have SHT_NOBITS type and SHF_ALLOC flag by [Linux Specification](https://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/specialsections.html), but anyway I have doubts. 

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


More information about the lldb-commits mailing list