[Lldb-commits] [PATCH] D108629: [lldb] Add support for DW_AT_calling_convention to the DWARF parser

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 11 04:44:42 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3256aa8fe6fd: [lldb] Add support for DW_AT_calling_convention to the DWARF parser (authored by teemperor).
Herald added a subscriber: lldb-commits.

Changed prior to commit:
  https://reviews.llvm.org/D108629?vs=368332&id=378623#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108629

Files:
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  lldb/test/API/lang/c/calling-conventions/Makefile
  lldb/test/API/lang/c/calling-conventions/TestCCallingConventions.py
  lldb/test/API/lang/c/calling-conventions/fastcall.c
  lldb/test/API/lang/c/calling-conventions/ms_abi.c
  lldb/test/API/lang/c/calling-conventions/pascal.c
  lldb/test/API/lang/c/calling-conventions/regcall.c
  lldb/test/API/lang/c/calling-conventions/stdcall.c
  lldb/test/API/lang/c/calling-conventions/sysv_abi.c
  lldb/test/API/lang/c/calling-conventions/vectorcall.c
  lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108629.378623.patch
Type: text/x-patch
Size: 13850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211011/c1df0f95/attachment.bin>


More information about the lldb-commits mailing list