[PATCH] D74883: Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 21:12:21 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2f6cc21f44ec: Add a llvm-gsymutil tool that can convert object files to GSYM and perform… (authored by clayborg).

Changed prior to commit:
  https://reviews.llvm.org/D74883?vs=246338&id=246625#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74883

Files:
  llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
  llvm/include/llvm/DebugInfo/GSYM/GsymReader.h
  llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h
  llvm/include/llvm/DebugInfo/GSYM/Range.h
  llvm/lib/DebugInfo/GSYM/CMakeLists.txt
  llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
  llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
  llvm/lib/DebugInfo/GSYM/GsymReader.cpp
  llvm/lib/DebugInfo/GSYM/LookupResult.cpp
  llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp
  llvm/lib/DebugInfo/GSYM/Range.cpp
  llvm/test/tools/llvm-gsymutil/cmdline.test
  llvm/test/tools/llvm-gsymutil/elf-dwarf.yaml
  llvm/test/tools/llvm-gsymutil/fat-macho-dwarf.yaml
  llvm/test/tools/llvm-gsymutil/mach-dwarf.yaml
  llvm/tools/llvm-gsym/CMakeLists.txt
  llvm/tools/llvm-gsym/llvm-gsymutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74883.246625.patch
Type: text/x-patch
Size: 138099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/b5518e1e/attachment-0001.bin>


More information about the llvm-commits mailing list