llvm-project/lldb/lit/SymbolFile/Breakpad/Inputs
Pavel Labath 06bb373559 breakpad: Add FUNC records to the symtab
This patch extends SymbolFileBreakpad::AddSymbols to include the symbols
from the FUNC records too. These symbols come from the debug info and
have a size associated with them, so they are given preference in case
there is a PUBLIC record for the same address.

To achieve this, I first pre-process the symbols into a temporary
DenseMap, and then insert the uniqued symbols into the module's symtab.

Reviewers: clayborg, lemo, zturner

Reviewed By: clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D56590

llvm-svn: 351781
2019-01-22 04:56:31 +00:00
..
basic-elf.yaml
basic-macho.yaml Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()" 2019-01-17 15:07:35 +00:00
symtab-macho.syms Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()" 2019-01-17 15:07:35 +00:00
symtab.syms breakpad: Add FUNC records to the symtab 2019-01-22 04:56:31 +00:00