Description[mac] Teach dump_syms to handle additional zerofill sections
This patch allows dump_syms to handle S_THREAD_LOCAL_ZEROFILL
and S_GB_ZEROFILL section in the same way as the more common
S_ZEROFILL section. Previously, dump_syms would fail to dump
a binary containing a __DATA,__thread_bss section, because it
tried to look up its data (and failed).
R=mark@chromium.org
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/cc7b69a8f29d67e2eba25e1658df54dd69ec1e54
Patch Set 1 #
Total comments: 3
Patch Set 2 : Address review comments #Messages
Total messages: 13 (4 generated)
|