llvm-project/lldb/source/Plugins/Process/gdb-remote
Jonas Devlieghere 8d20cfdfc6 [NFC] Replace `compare` with (in)equality operator where applicable.
Using compare is verbose, bug prone and potentially inefficient (because
of early termination). Replace relevant call sites with the (in)equality
operator.

llvm-svn: 349972
2018-12-21 22:46:10 +00:00
..
CMakeLists.txt Add GDB remote packet reproducer. 2018-11-13 19:18:16 +00:00
GDBRemoteClientBase.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
GDBRemoteClientBase.h Handle O reply packets during qRcmd 2018-01-10 14:39:08 +00:00
GDBRemoteCommunication.cpp Don't forget to free the libcompression scratch buffer in the dtor. 2018-12-18 23:45:45 +00:00
GDBRemoteCommunication.h Force libcompression calls to be enabled when building on Darwin 2018-12-18 23:02:50 +00:00
GDBRemoteCommunicationClient.cpp Force libcompression calls to be enabled when building on Darwin 2018-12-18 23:02:50 +00:00
GDBRemoteCommunicationClient.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationHistory.cpp Add GDB remote packet reproducer. 2018-11-13 19:18:16 +00:00
GDBRemoteCommunicationHistory.h Add GDB remote packet reproducer. 2018-11-13 19:18:16 +00:00
GDBRemoteCommunicationReplayServer.cpp Move Broadcaster+Listener+Event combo from Core into Utility 2018-12-14 15:59:49 +00:00
GDBRemoteCommunicationReplayServer.h Move Broadcaster+Listener+Event combo from Core into Utility 2018-12-14 15:59:49 +00:00
GDBRemoteCommunicationServer.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationServer.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationServerCommon.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationServerCommon.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationServerLLGS.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationServerLLGS.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteCommunicationServerPlatform.cpp Do not use PATH_MAX with SmallString 2018-12-10 17:23:28 +00:00
GDBRemoteCommunicationServerPlatform.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
GDBRemoteRegisterContext.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
GDBRemoteRegisterContext.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ProcessGDBRemote.cpp [NFC] Replace `compare` with (in)equality operator where applicable. 2018-12-21 22:46:10 +00:00
ProcessGDBRemote.h Move Broadcaster+Listener+Event combo from Core into Utility 2018-12-14 15:59:49 +00:00
ProcessGDBRemoteLog.cpp Switch GDBRemoteLog to the new registration mechanism 2017-02-17 16:09:06 +00:00
ProcessGDBRemoteLog.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadGDBRemote.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
ThreadGDBRemote.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00