Removed the == and != operators from ArchSpec, since
authorSean Callanan <scallanan@apple.com>
Thu, 13 Dec 2012 22:07:14 +0000 (22:07 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 13 Dec 2012 22:07:14 +0000 (22:07 +0000)
commitbf4b7be68ee9da3cc43fedee101457140d3330cd
tree504cacce4cac1112fd46c89a9e5f39a3d3c232e4
parent3960540e305dd27dc20e5e038f499149ddf5c4db
Removed the == and != operators from ArchSpec, since
equality can be strict or loose and we want code to
explicitly choose one or the other.

Also renamed the Compare function to IsEqualTo, to
avoid confusion.

<rdar://problem/12856749>

llvm-svn: 170152
13 files changed:
lldb/include/lldb/Core/ArchSpec.h
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Core/ArchSpec.cpp
lldb/source/Core/Module.cpp
lldb/source/Host/macosx/Symbols.cpp
lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Target/Platform.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/TargetList.cpp