aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-02-17 15:57:45 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-02-17 23:15:40 -0800
commitcdc514e4c67f268b07863bbac3d8d7e0d088186c (patch)
treef0fb246ba7873555bfac50427bf4a95948da4aae /lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
parent866b7a651949f373a3b191f5fee3a7fe0a2709be (diff)
downloadllvm-cdc514e4c67f268b07863bbac3d8d7e0d088186c.zip
llvm-cdc514e4c67f268b07863bbac3d8d7e0d088186c.tar.gz
llvm-cdc514e4c67f268b07863bbac3d8d7e0d088186c.tar.bz2
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
LLDB has a few different styles of header guards and they're not very consistent because things get moved around or copy/pasted. This patch unifies the header guards across LLDB and converts everything to match LLVM's style. Differential revision: https://reviews.llvm.org/D74743
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
index ea294ff..cd9f6eb 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_GDBRemoteClientBase_h_
-#define liblldb_GDBRemoteClientBase_h_
+#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H
+#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H
#include "GDBRemoteCommunication.h"
@@ -149,4 +149,4 @@ private:
} // namespace process_gdb_remote
} // namespace lldb_private
-#endif // liblldb_GDBRemoteCommunicationClient_h_
+#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H