/[dejagnu]/dejagnu/baseboards/linux-libremote.exp
ViewVC logotype

Diff of /dejagnu/baseboards/linux-libremote.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:18:08 2001 UTC revision 1.2 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 1  Line 1 
1  # Libremote gdbserver running native.  # Libremote gdbserver running native.
2    
3  load_generic_config "gdbserver";  load_generic_config "gdbserver"
4    
5  process_multilib_options "";  process_multilib_options ""
6    
7  # The default compiler for this target.  # The default compiler for this target.
8  set_board_info compiler  "[find_gcc]";  set_board_info compiler  "[find_gcc]"
9    
10  # We will be using the standard GDB remote protocol  # We will be using the standard GDB remote protocol
11  set_board_info gdb_protocol "remote"  set_board_info gdb_protocol "remote"
# Line 21  set_board_info gdb_server_prog \ Line 21  set_board_info gdb_server_prog \
21  # set_board_info gdb,socketport "4004"  # set_board_info gdb,socketport "4004"
22    
23  # Use techniques appropriate to a stub  # Use techniques appropriate to a stub
24  set_board_info use_gdb_stub 1;  set_board_info use_gdb_stub 1
25    
26  # This gdbserver can only run a process once per session.  # This gdbserver can only run a process once per session.
27  set_board_info gdb,do_reload_on_run 1;  set_board_info gdb,do_reload_on_run 1
28    
29  # There's no support for argument-passing (yet).  # There's no support for argument-passing (yet).
30  set_board_info noargs 1  set_board_info noargs 1
# Line 33  set_board_info noargs 1 Line 33  set_board_info noargs 1
33  set_board_info gdb,noinferiorio 1  set_board_info gdb,noinferiorio 1
34    
35  # Can't do hardware watchpoints, in general  # Can't do hardware watchpoints, in general
36  set_board_info gdb,no_hardware_watchpoints 1;  set_board_info gdb,no_hardware_watchpoints 1

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26