[all-commits] [llvm/llvm-project] 83643d: [lldb] Improve error reporting in GetLocation_DW_O...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Dec 17 11:25:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83643ddf2f53d269f2350510c11a02704b333393
      https://github.com/llvm/llvm-project/commit/83643ddf2f53d269f2350510c11a02704b333393
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

  Changed paths:
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

  Log Message:
  -----------
  [lldb] Improve error reporting in GetLocation_DW_OP_addr (#120162)

Instead of simply raising an error flag, use an llvm::Expected to
propagate a meaningful error to the caller, who can report it.

rdar://139705570



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list