m68k-emc.exp

来自「这个是LINUX下的GDB调度工具的源码」· EXP 代码 · 共 18 行

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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?