Home
last modified time | relevance | path

Searched refs:dbug_cmds (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbug-rom.c101 static struct monitor_ops dbug_cmds; variable
111 dbug_cmds.init = dbug_inits; /* Init strings */ in init_dbug_cmds()
112 dbug_cmds.cont = "go\r"; /* continue command */ in init_dbug_cmds()
113 dbug_cmds.step = "trace\r"; /* single step */ in init_dbug_cmds()
114 dbug_cmds.stop = NULL; /* interrupt command */ in init_dbug_cmds()
124 dbug_cmds.setmem.term = NULL; /* setmem.term */ in init_dbug_cmds()
131 dbug_cmds.getmem.term = NULL; /* getmem.term */ in init_dbug_cmds()
135 dbug_cmds.setreg.term = NULL; /* setreg.term */ in init_dbug_cmds()
146 dbug_cmds.loadresp = "\n"; /* load response */ in init_dbug_cmds()
153 dbug_cmds.regname = dbug_regname; in init_dbug_cmds()
[all …]
H A DChangeLog-19997553 dbug_cmds.{step,clr_break,clr_all_break,fill} to send correct