diff options
author | David Yen <dyen@chromium.org> | 2016-03-23 13:17:41 -0400 |
---|---|---|
committer | Mark Mentovai <mark@chromium.org> | 2016-03-23 13:17:41 -0400 |
commit | 512cac3a1b69721ab727f3079f4d29e4580467b1 (patch) | |
tree | 3f484b166ed312b4c6455c9f1520c6542b3b3ae1 /src/processor/testdata/symbols | |
parent | Fix the Linux Starter Guide docs (diff) | |
download | breakpad-512cac3a1b69721ab727f3079f4d29e4580467b1.tar.xz |
Have dump_syms output the full symbol table.
Some of the symbols in the stack trace are not found in the .dynsym
section but were located in the full symbol table .symtab section
instead. This was causing some of our stack traces to be incomplete or
point to incorrect function names.
Since we only output function names, there are actually not that many
more symbols located in .symtab that aren't in .dynsym. It is better to
simply output all symbols found so our stack traces are complete.
R=mark@chromium.org, thestig@chromium.org
BUG=561447
Review URL: https://codereview.chromium.org/1824063002 .
Patch from David Yen <dyen@chromium.org>.
Diffstat (limited to 'src/processor/testdata/symbols')
0 files changed, 0 insertions, 0 deletions