[Lldb-commits] [PATCH] D56173: Introduce SymbolFileBreakpad and use it to fill symtab

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 4 06:39:29 PST 2019


labath updated this revision to Diff 180240.
labath added a comment.

A couple of minor tweaks to the patch:

- log in case we were unable to fetch the base address of the object file
- extend the test case to cover ICF-ed symbols (marked with m)
- move the yaml representation of an empty ELF file to a separate Inputs file, so it can be reused in other tests


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56173/new/

https://reviews.llvm.org/D56173

Files:
  lit/SymbolFile/Breakpad/Inputs/basic-elf.yaml
  lit/SymbolFile/Breakpad/Inputs/symtab.syms
  lit/SymbolFile/Breakpad/lit.local.cfg
  lit/SymbolFile/Breakpad/symtab.test
  source/API/SystemInitializerFull.cpp
  source/Plugins/SymbolFile/Breakpad/CMakeLists.txt
  source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
  source/Plugins/SymbolFile/CMakeLists.txt
  source/Symbol/SymbolVendor.cpp
  tools/lldb-test/SystemInitializerTest.cpp
  tools/lldb-test/lldb-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56173.180240.patch
Type: text/x-patch
Size: 22171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190104/1d35a2f5/attachment-0001.bin>


More information about the lldb-commits mailing list