[PATCH] D148032: [symbolizer] Change error message if module not found

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 08:16:45 PDT 2023


sepavloff updated this revision to Diff 512843.
sepavloff added a comment.
Herald added a subscriber: emaste.

Updated patch

- Use arv[0] as tool name,
- Modified DIPrinter::printError,
- Use callback in PlainPrinterBase to print error message,
- Support color printing,
- Fixed more tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148032/new/

https://reviews.llvm.org/D148032

Files:
  llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
  llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
  llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/test/DebugInfo/Symbolize/ELF/symtab-file2.yaml
  llvm/test/DebugInfo/symbolize-missing-file.test
  llvm/test/tools/llvm-symbolizer/debuginfod-missing-build-id.test
  llvm/test/tools/llvm-symbolizer/output-style-inlined.test
  llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148032.512843.patch
Type: text/x-patch
Size: 9702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230412/d324cfeb/attachment.bin>


More information about the llvm-commits mailing list