[all-commits] [llvm/llvm-project] c9c09e: [lldb/DWARF] Fix dwp search path in the separate-d...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Feb 24 08:01:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9c09ef836b49dba0a6fc784f322a96a86a9b985
https://github.com/llvm/llvm-project/commit/c9c09ef836b49dba0a6fc784f322a96a86a9b985
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/test/CMakeLists.txt
A lldb/test/Shell/SymbolFile/DWARF/dwp-separate-debug-file.cpp
M lldb/test/Shell/helper/toolchain.py
Log Message:
-----------
[lldb/DWARF] Fix dwp search path in the separate-debug-file case
The convention is that the dwp file name is derived from the name of the
file holding the executable code, even if the linked portion of the
debug info is elsewhere (objcopy --only-keep-debug).
More information about the All-commits
mailing list