[Lldb-commits] [PATCH] D62213: [ABI] Implement Windows ABI for x86_64
Wanyi Ye via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 19 10:57:34 PDT 2019
kusmour updated this revision to Diff 205640.
kusmour added a comment.
allow SysV_x86_64 ABI to handle unknown OS type
this should fix the test `SymbolFile/DWARF/debug_loc.s`
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62213/new/
https://reviews.llvm.org/D62213
Files:
lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/TestRegistersIterator.py
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/RegisterContextWindows.cpp
lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62213.205640.patch
Type: text/x-patch
Size: 67751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190619/e4b9f84e/attachment-0001.bin>
More information about the lldb-commits
mailing list