We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745cf6b commit 876c853Copy full SHA for 876c853
gdbsupport/remote-args.h
@@ -17,6 +17,9 @@
17
You should have received a copy of the GNU General Public License
18
along with this program. If not, see <http://www.gnu.org/licenses/>. */
19
20
+#ifndef GDBSUPPORT_REMOTE_ARGS_H
21
+#define GDBSUPPORT_REMOTE_ARGS_H
22
+
23
/* The functions declared here are used when passing inferior arguments
24
from GDB to gdbserver.
25
@@ -52,4 +55,6 @@ extern std::string join (const std::vector<char *> &args);
52
55
53
56
} /* namespace remote_args */
54
57
-} /* namespac gdb */
58
+} /* namespace gdb */
59
60
+#endif /* GDBSUPPORT_REMOTE_ARGS_H */
0 commit comments