diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-05-27 09:43:44 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-05-27 09:43:44 +0000 |
commit | 3afb2527cedec73809ed082706ebb6f733479bdd (patch) | |
tree | 203079d56ce89b46aec3986b7a02acdaf964efdb /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 88f48a9af32fe072a4eb0ac2d5980289221248a0 (diff) | |
download | llvm-3afb2527cedec73809ed082706ebb6f733479bdd.zip llvm-3afb2527cedec73809ed082706ebb6f733479bdd.tar.gz llvm-3afb2527cedec73809ed082706ebb6f733479bdd.tar.bz2 |
Parse function name from DWARF DW_AT_abstract_origin
A DW_TAG_subprogram entry can contain a reference to a
DW_AT_abstract_origin entry instead of duplicating the information
from it (e.g.: name) when the same function is inlined in some case
and not inlined in other cases.
This CL fixes name parsing for the case when the DW_TAG_subprogram
for the non inlined version contains just a reference to the
DW_AT_abstract_origin entry instead of the full information.
Differential revision: http://reviews.llvm.org/D10034
llvm-svn: 238307
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions