[Lldb-commits] [PATCH] Respect include_inlines when looking up functions in SymbolFileDWARF

Pavel Labath labath at google.com
Thu Mar 12 05:05:28 PDT 2015


Hi clayborg,

SymbolFileDWARF was not respecting the include_inlines argument in function lookup in all code
paths. This resulted in an attempt to call an inlined function during expression evaluation,
which is impossible, and usually resulted in a segfault in the inferior. This patch makes sure
include_inlines is respected in all code paths.

http://reviews.llvm.org/D8286

Files:
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8286.21818.patch
Type: text/x-patch
Size: 13065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150312/cc7f7dff/attachment.bin>


More information about the lldb-commits mailing list