diff options
author | David Blaikie <dblaikie@gmail.com> | 2022-07-28 20:21:55 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-07-28 20:24:05 +0000 |
commit | 6139626d738fd03b968e07698f5cd26924e3cd65 (patch) | |
tree | 12a753b58d0fe7d5785bb21345c53e205375a2fd /lldb/source/Commands/CommandObjectLog.cpp | |
parent | 7ae391148d6fba31fa4cb84678fe28ce6638e98c (diff) | |
download | llvm-6139626d738fd03b968e07698f5cd26924e3cd65.zip llvm-6139626d738fd03b968e07698f5cd26924e3cd65.tar.gz llvm-6139626d738fd03b968e07698f5cd26924e3cd65.tar.bz2 |
llvm-dwp: Include dwo name even when the input is a dwo
This still only includes the dwo name if it's in the DW_AT_dwo_name
attribute in the split unit - though it could be improved/modified to
use the dwo name from the command line (if linking raw dwo files) or
retrieved from the DW_AT_dwo_name in the executable (when using -e).
It's useful in any case because you might have a large command line with
many files and knowing exactly which dwo files are relevant will
simplify debugging, but especially with '-e' when you didn't pass the
dwo files explicitly in nthe first place it would be quite non-obvious
where the duplicate units are coming from.
Diffstat (limited to 'lldb/source/Commands/CommandObjectLog.cpp')
0 files changed, 0 insertions, 0 deletions