[Lldb-commits] [PATCH] D127048: [lldb] Set COFF module ABI from default triple and make it an option

Alvin Wong via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 7 10:24:13 PDT 2022


alvinhochun updated this revision to Diff 434875.
alvinhochun retitled this revision from "[lldb] Set COFF and PDB module env from default target triple" to "[lldb] Set COFF module ABI from default triple and make it an option".
alvinhochun edited the summary of this revision.
alvinhochun added a comment.
Herald added a subscriber: mgorny.

Removed the changes for PDB, I don't think they actually affect anything.

Added a new setting `plugin.object-file.pe-coff.abi` to allow overriding the default ABI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127048

Files:
  lldb/include/lldb/Core/PluginManager.h
  lldb/source/Core/PluginManager.cpp
  lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
  lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFProperties.td
  lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm.yaml
  lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm64.yaml
  lldb/test/Shell/ObjectFile/PECOFF/basic-info.yaml
  lldb/test/Shell/ObjectFile/PECOFF/default-triple-windows-gnu.yaml
  lldb/test/Shell/ObjectFile/PECOFF/default-triple-windows-msvc.yaml
  lldb/test/Shell/ObjectFile/PECOFF/settings-abi.yaml
  lldb/test/Shell/lit.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127048.434875.patch
Type: text/x-patch
Size: 19203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220607/68fc6bf1/attachment-0001.bin>


More information about the lldb-commits mailing list