mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
gdbsupport: add missing include guard to remote-args.h
Also, fix a type in "namespace". Change-Id: I3e5d1d49c765a035217437c0635b12dc28e41bf6
This commit is contained in:
@@ -17,6 +17,9 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
#ifndef GDBSUPPORT_REMOTE_ARGS_H
|
||||||
|
#define GDBSUPPORT_REMOTE_ARGS_H
|
||||||
|
|
||||||
/* The functions declared here are used when passing inferior arguments
|
/* The functions declared here are used when passing inferior arguments
|
||||||
from GDB to gdbserver.
|
from GDB to gdbserver.
|
||||||
|
|
||||||
@@ -52,4 +55,6 @@ extern std::string join (const std::vector<char *> &args);
|
|||||||
|
|
||||||
} /* namespace remote_args */
|
} /* namespace remote_args */
|
||||||
|
|
||||||
} /* namespac gdb */
|
} /* namespace gdb */
|
||||||
|
|
||||||
|
#endif /* GDBSUPPORT_REMOTE_ARGS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user