# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Please email any bugs, comments, and/or additions to this file to: # address@hidden # This file was written by Rob Savoye. (address@hidden) #load_lib util-defs.exp set istarget "i686-linux-gnu" if ![file isdirectory tmpdir] {catch "exec mkdir tmpdir" status} # How to compile C programs for this board set_board_info compiler /usr/bin/i686-linux-gcc set_board_info gdb /usr/bin/i686-linux-gdb # Network address of board set_board_info hostname 192.168.1.15 # How to log into this board via ssh and copy files via scp. # Ideally, you'll set it up to not need a password to log in via ssh # (see e.g. http://www-csli.stanford.edu/semlab/muri/system/howto/ssh.html). set_board_info username "root" set_board_info shell_prompt "*.#" set_board_info rsh_prog /usr/bin/ssh set_board_info rcp_prog /usr/bin/scp ## Path to the gdbserver executable, if required. set_board_info gdb_server_prog "/usr/bin/gdbserver" # Name of the computer whose socket will be used, if required. set_board_info sockethost "192.168.1.15:" # Use techniques appropriate to a stub set_board_info use_gdb_stub 1 # This gdbserver can only run a process once per session. set_board_info gdb,do_reload_on_run 1 # There's no support for argument-passing (yet). set_board_info noargs 1 # Can't do input (or output) in the current gdbserver. set_board_info gdb,noinferiorio 1 # Can't do hardware watchpoints, in general set_board_info gdb,no_hardware_watchpoints 1 load_generic_config "gdbserver" process_multilib_options ""