[all-commits] [llvm/llvm-project] 7b7c37: [lldb] [Process/FreeBSD] Add missing 'override' kw...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Nov 23 00:29:53 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 7b7c372e3fcadfd5ee6ab3fb68d9f0f1c25e0247
https://github.com/llvm/llvm-project/commit/7b7c372e3fcadfd5ee6ab3fb68d9f0f1c25e0247
Author: Michał Górny <mgorny at moritz.systems>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
Log Message:
-----------
[lldb] [Process/FreeBSD] Add missing 'override' kws to POSIXStopInfo
Differential Revision: https://reviews.llvm.org/D91934
Commit: 8f2f9a82e2cc333d36ddd1b6bb0523623e065cdc
https://github.com/llvm/llvm-project/commit/8f2f9a82e2cc333d36ddd1b6bb0523623e065cdc
Author: Michał Górny <mgorny at moritz.systems>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
Log Message:
-----------
[lldb] [Process/Utility] Declare register overlaps between ST and MM
Explicitly declare register overlaps/invalidation between ST(i) and MMi
registers.
Differential Revision: https://reviews.llvm.org/D91728
Compare: https://github.com/llvm/llvm-project/compare/0dc2589d4a72...8f2f9a82e2cc
More information about the All-commits
mailing list