aboutsummaryrefslogtreecommitdiff
path: root/gdb/target
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target')
-rw-r--r--gdb/target/resume.h6
-rw-r--r--gdb/target/target.h6
-rw-r--r--gdb/target/wait.h6
-rw-r--r--gdb/target/waitstatus.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/gdb/target/resume.h b/gdb/target/resume.h
index 4834c0d..50219d6 100644
--- a/gdb/target/resume.h
+++ b/gdb/target/resume.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef RESUME_H
-#define RESUME_H
+#ifndef TARGET_RESUME_H
+#define TARGET_RESUME_H
/* Ways to "resume" a thread. */
@@ -34,4 +34,4 @@ enum resume_kind
resume_stop
};
-#endif /* RESUME_H */
+#endif /* TARGET_RESUME_H */
diff --git a/gdb/target/target.h b/gdb/target/target.h
index f7b8ce9..3e90839 100644
--- a/gdb/target/target.h
+++ b/gdb/target/target.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef TARGET_COMMON_H
-#define TARGET_COMMON_H
+#ifndef TARGET_TARGET_H
+#define TARGET_TARGET_H
#include "target/waitstatus.h"
/* This header is a stopgap until more code is shared. */
@@ -209,4 +209,4 @@ private:
static target_terminal_state m_terminal_state;
};
-#endif /* TARGET_COMMON_H */
+#endif /* TARGET_TARGET_H */
diff --git a/gdb/target/wait.h b/gdb/target/wait.h
index 47f294d..fed34b9 100644
--- a/gdb/target/wait.h
+++ b/gdb/target/wait.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef WAIT_H
-#define WAIT_H
+#ifndef TARGET_WAIT_H
+#define TARGET_WAIT_H
/* Options that can be passed to target_wait. */
@@ -27,4 +27,4 @@
event. */
#define TARGET_WNOHANG 1
-#endif /* WAIT_H */
+#endif /* TARGET_WAIT_H */
diff --git a/gdb/target/waitstatus.h b/gdb/target/waitstatus.h
index 5563b0b..8f48599 100644
--- a/gdb/target/waitstatus.h
+++ b/gdb/target/waitstatus.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef WAITSTATUS_H
-#define WAITSTATUS_H
+#ifndef TARGET_WAITSTATUS_H
+#define TARGET_WAITSTATUS_H
#include "common/gdb_signals.h"
@@ -148,4 +148,4 @@ enum target_stop_reason
/* Return a pretty printed form of target_waitstatus. */
std::string target_waitstatus_to_string (const struct target_waitstatus *);
-#endif /* WAITSTATUS_H */
+#endif /* TARGET_WAITSTATUS_H */