diff options
author | Mircea Trofin <mtrofin@google.com> | 2019-06-12 22:02:07 +0000 |
---|---|---|
committer | Mircea Trofin <mtrofin@google.com> | 2019-06-12 22:02:07 +0000 |
commit | 781a0dc58d4c2cfea20eb2a9c62db8ce869fbf15 (patch) | |
tree | 345fe053dba24a7a2911f28247994e264a04a871 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | c45f592b98f9fb6085bd2d8a047e95a46365692f (diff) | |
download | bcm5719-llvm-781a0dc58d4c2cfea20eb2a9c62db8ce869fbf15.tar.gz bcm5719-llvm-781a0dc58d4c2cfea20eb2a9c62db8ce869fbf15.zip |
[llvm] Expose DWARFDebugLine::LineTable::getFileNameEntry
Summary:
This is useful for scenarios where Prologue was directly used and DWARF
5 awareness is required. The current alternative would be to either
duplicate the logic in getFileNameEntry, or to use getFileNameByIndex.
The latter isn't quite an in-place replacement - it performs some
processing, and it produces a string instead of a StringRef, meaning
the caller needs to handle its lifetime.
Reviewers: tamur, dblaikie, JDevlieghere
Reviewed By: tamur, JDevlieghere
Subscribers: aprantl, llvm-commits
Tags: #llvm, #debug-info
Differential Revision: https://reviews.llvm.org/D63228
llvm-svn: 363210
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions