[all-commits] [llvm/llvm-project] 7369ad: [lldb] Use llvm MC as the source of dwarf/eh regis...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri Feb 28 01:50:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7369ad38f8decb4a85b168bbf9a9869fa4e648ee
https://github.com/llvm/llvm-project/commit/7369ad38f8decb4a85b168bbf9a9869fa4e648ee
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp
M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
M lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
M lldb/source/Plugins/ABI/X86/ABISysV_i386.h
M lldb/source/Plugins/ABI/X86/ABIX86.cpp
M lldb/source/Plugins/ABI/X86/ABIX86.h
Log Message:
-----------
[lldb] Use llvm MC as the source of dwarf/eh register numbers for X86 ABIs
x86_64 ABIs were converted with 07355c1c0. This does the same with i386.
More information about the All-commits
mailing list