[Lldb-commits] [PATCH] D66634: Postfix: move more code out of the PDB plugin

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 23 02:43:28 PDT 2019


labath created this revision.
labath added reviewers: amccarth, aleksandr.urakov.
Herald added a subscriber: aprantl.

Previously we moved the code which parses a single expression out of the PDB
plugin, because that was useful for DWARF expressions in breakpad. However, FPO
programs are used in breakpad files too (when unwinding on windows), so this
completes the job, and moves the rest of the FPO parser too.


https://reviews.llvm.org/D66634

Files:
  include/lldb/Symbol/PostfixExpression.h
  source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
  source/Symbol/PostfixExpression.cpp
  unittests/Symbol/PostfixExpressionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66634.216789.patch
Type: text/x-patch
Size: 11469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190823/cd44450a/attachment-0001.bin>


More information about the lldb-commits mailing list