OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gdb/] [gdb-6.8/] [gdb-6.8.openrisc-2.1/] [gdb/] [testsuite/] [config/] [m68k-emc.exp] - Diff between revs 24 and 33

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 24 Rev 33
load_lib gdb.exp
load_lib gdb.exp
load_lib "../config/monitor.exp"
load_lib "../config/monitor.exp"
proc gdb_emclaptop_command { command } {
proc gdb_emclaptop_command { command } {
    global board_info;
    global board_info;
    set tname [board_info target name];
    set tname [board_info target name];
    if ![info exists board_info($tname,m68k_connected)] {
    if ![info exists board_info($tname,m68k_connected)] {
        m68k_emc_board_connect target;
        m68k_emc_board_connect target;
    }
    }
    # This is about all we can do for now. *sigh*
    # This is about all we can do for now. *sigh*
    set dos_host [board_info target dos_host];
    set dos_host [board_info target dos_host];
    remote_send $dos_host "${command}\n";
    remote_send $dos_host "${command}\n";
    #remote_expect $dos_host {
    #remote_expect $dos_host {
    #}
    #}
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.