[Lldb-commits] [PATCH] D121348: Don't try to get memory returns for ABIMacOSX_arm64

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 15:48:39 PST 2022


jingham updated this revision to Diff 414765.
jingham added a comment.

At Pavel's request I extended this to the SysV_arm64 ABI.  Since I don't want to have to guess which arch's are which ABI's, I exposed the ABI plugin's name and then used that in the test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121348

Files:
  lldb/bindings/interface/SBTarget.i
  lldb/include/lldb/API/SBTarget.h
  lldb/include/lldb/Target/Target.h
  lldb/source/API/SBTarget.cpp
  lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
  lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
  lldb/source/Target/Target.cpp
  lldb/test/API/functionalities/return-value/TestReturnValue.py
  lldb/test/API/python_api/target/TestTargetAPI.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121348.414765.patch
Type: text/x-patch
Size: 9521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220311/6ce160a6/attachment.bin>


More information about the lldb-commits mailing list