summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2024-07-31 12:57:23 -0700
committerGitHub <noreply@github.com>2024-07-31 12:57:23 -0700
commit5d972c582a076768885e6d33df8f5d3860594e43 (patch)
treed82de011821e58e75202fdf2c2fab42eb2cab361 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent2bf58f5d27a233e63e58d644ff7aff126ee99aa7 (diff)
[ELF] Add -z nosectionheader
GNU ld since 2.41 supports this option, which is mildly useful. It omits the section header table and non-ALLOC sections (including .symtab/.strtab (--strip-all)). This option is simple to implement and might be used by LLDB to test program headers parsing without the section header table (#100900). -z sectionheader, which is the default, is also added. Pull Request: https://github.com/llvm/llvm-project/pull/101286
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions