[lldb] Create an enum to specify the kind of ArchSpec matching
authorPavel Labath <pavel@labath.sk>
Wed, 9 Mar 2022 15:00:26 +0000 (16:00 +0100)
committerPavel Labath <pavel@labath.sk>
Tue, 2 Aug 2022 14:20:13 +0000 (16:20 +0200)
commit6093a77caf44aad1bc62056295988d08e13cd421
treee5f3d58b1c7c5b056a97e37490b22fc38cc3c099
parent5dbd8faad52d0807e9913d412e2cb21d68ac30d1
[lldb] Create an enum to specify the kind of ArchSpec matching

s/true/ArchSpec::ExactMatch
s/false/ArchSpec::CompatibleMatch

Differential Revision: https://reviews.llvm.org/D121290
lldb/include/lldb/Target/Platform.h
lldb/include/lldb/Utility/ArchSpec.h
lldb/source/Interpreter/OptionGroupPlatform.cpp
lldb/source/Target/Platform.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/TargetList.cpp
lldb/source/Utility/ArchSpec.cpp