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

Rumeet Dhindsa via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 24 12:18:30 PDT 2019


Hi Alex,

It seems that the two variables in file ABIWindows_x86_64.cpp are unused:

Line 1656: field_bit_width
Line 1666: field_byte_flags

On Mon, Jun 24, 2019 at 11:23 AM Alex Langford via Phabricator via
lldb-commits <lldb-commits at lists.llvm.org> wrote:

> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL364216: [ABI] Implement Windows ABI for x86_64
> (authored by xiaobai, committed by ).
> Herald added a project: LLVM.
> Herald added a subscriber: llvm-commits.
>
> Changed prior to commit:
>   https://reviews.llvm.org/D62213?vs=205640&id=206270#toc
>
> Repository:
>   rL LLVM
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D62213/new/
>
> https://reviews.llvm.org/D62213
>
> Files:
>
> lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py
>   lldb/trunk/source/API/SystemInitializerFull.cpp
>   lldb/trunk/source/Plugins/ABI/CMakeLists.txt
>   lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
>   lldb/trunk/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
>   lldb/trunk/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.h
>   lldb/trunk/source/Plugins/ABI/Windows-x86_64/CMakeLists.txt
>
> lldb/trunk/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
>
> lldb/trunk/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190624/ce05dd54/attachment.html>


More information about the lldb-commits mailing list