[Lldb-commits] [PATCH] D62213: [ABI] Implement Windows ABI for x86_64

Wanyi Ye via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 21 11:26:34 PDT 2019


kusmour created this revision.
kusmour added reviewers: xiaobai, compnerd.
kusmour added a project: LLDB.
Herald added subscribers: lldb-commits, teemperor, mgorny.

Implement the ABI for WIndows-x86_64 including register info and calling convention.
Handled nested struct returned in register (SysV doesn't have it supported)


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D62213

Files:
  lldb/source/API/SystemInitializerFull.cpp
  lldb/source/Plugins/ABI/CMakeLists.txt
  lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
  lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.h
  lldb/source/Plugins/ABI/Windows-x86_64/CMakeLists.txt
  lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62213.200546.patch
Type: text/x-patch
Size: 60711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190521/55710f41/attachment-0001.bin>


More information about the lldb-commits mailing list