diff options
author | Pavel Labath <labath@google.com> | 2015-03-13 10:22:00 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-03-13 10:22:00 +0000 |
commit | a73d657e369527d1882bb762cf821ea1aed96e7a (patch) | |
tree | d64231e26b7558fa67c14d5296cb50099dcb9f47 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 1253a81096a0aa43e172656d0b3092b71c295e3c (diff) | |
download | bcm5719-llvm-a73d657e369527d1882bb762cf821ea1aed96e7a.tar.gz bcm5719-llvm-a73d657e369527d1882bb762cf821ea1aed96e7a.zip |
Respect include_inlines when looking up functions in SymbolFileDWARF
Summary:
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.
Reviewers: clayborg
Subscribers: lldb-commits, sivachandra
Differential Revision: http://reviews.llvm.org/D8286
llvm-svn: 232151
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions