[Lldb-commits] [lldb] Add more ways to find the .dwp file. (PR #81067)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 8 08:29:56 PST 2024
================
@@ -4349,26 +4349,53 @@ SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() {
const std::shared_ptr<SymbolFileDWARFDwo> &SymbolFileDWARF::GetDwpSymbolFile() {
llvm::call_once(m_dwp_symfile_once_flag, [this]() {
+ // Create a list of files to try and append .dwp to
----------------
adrian-prantl wrote:
```suggestion
// Create a list of files to try and append .dwp to.
```
https://github.com/llvm/llvm-project/pull/81067
More information about the lldb-commits
mailing list