[all-commits] [llvm/llvm-project] 69da27: llvm-symbolizer: Add optional "start file" to matc...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Sep 8 15:41:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 69da27c7496ea373567ce5121e6fe8613846e7a5
      https://github.com/llvm/llvm-project/commit/69da27c7496ea373567ce5121e6fe8613846e7a5
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DIContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/test/tools/llvm-dwarfdump/X86/lookup.s
    M llvm/test/tools/llvm-symbolizer/sym-verbose.test

  Log Message:
  -----------
  llvm-symbolizer: Add optional "start file" to match "start line"

Since a function might have portions of its code coming from multiple
different files, "start line" is ambiguous (it can't just be resolved
relative to the file/line specified). Add start file to disambiguate it.




More information about the All-commits mailing list