aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-10-16 00:01:15 +0300
committerMartin Storsjö <martin@martin.st>2019-11-28 11:27:00 +0200
commit934c025e9bdd28db544dfd57783d0fb8907a92d3 (patch)
tree5d92616fbcab967661df782e54f9d27a7a222bbd /lldb/source/Commands/CommandObjectThread.cpp
parent2e5bb6d8d944767aa777e70dda8e4ce2f600d2f2 (diff)
downloadllvm-934c025e9bdd28db544dfd57783d0fb8907a92d3.zip
llvm-934c025e9bdd28db544dfd57783d0fb8907a92d3.tar.gz
llvm-934c025e9bdd28db544dfd57783d0fb8907a92d3.tar.bz2
[LLDB] [PECOFF] Look for the truncated ".eh_fram" section name
COFF section names can either be stored truncated to 8 chars, in the section header, or as a longer section name, stored separately in the string table. libunwind locates the .eh_frame section by runtime introspection, which only works for section names stored in the section header (as the string table isn't mapped at runtime). To support this behaviour, lld always truncates the section names for sections that will be mapped, like .eh_frame. Differential Revision: https://reviews.llvm.org/D70745
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions