genode/repos/os/src/app/cli_monitor/spec/riscv/gdb_prefix.h

20 lines
495 B
C

/*
* \brief Prefix of the GDB binary
* \author Sebastian Sumpf
* \date 2016-02-16
*/
/*
* Copyright (C) 2016 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#ifndef _APP__CLI_MONITOR__SPEC__RISCV__GDB_PREFIX_H_
#define _APP__CLI_MONITOR__SPEC__RISCV__GDB_PREFIX_H_
static const char *gdb_prefix = "genode-riscv-";
#endif /* _APP__CLI_MONITOR__SPEC__RISCV__GDB_PREFIX_H_ */