[all-commits] [llvm/llvm-project] b1f14d: Reland "[lldb] Add more ways to find split DWARF f...

David Spickett via All-commits all-commits at lists.llvm.org
Fri Sep 8 01:16:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1f14d647300b0ed003fa7c24af311b11605d009
      https://github.com/llvm/llvm-project/commit/b1f14d647300b0ed003fa7c24af311b11605d009
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    A lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c
    A lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c
    A lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c
    A lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c
    A lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c
    A lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c

  Log Message:
  -----------
  Reland "[lldb] Add more ways to find split DWARF files"

This reverts commit dc3f758ddc9b76b1a1d3e63147521e56906fd7a4.

Lit decided to show me the least interesting part of the
test output, but from what I gather on Mac OS the DWARF
stays in the object files (https://stackoverflow.com/a/12827463).

So either split DWARF options do nothing or they produce
files I don't know the name of that aren't .dwo, so I'm
skipping these tests on Darwin.




More information about the All-commits mailing list