Searched refs:abug_ops (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dabug-rom.c104 static struct target_ops abug_ops; variable in typeref:struct:target_ops
154 abug_cmds.target = &abug_ops; /* target operations */
173 init_monitor_ops (&abug_ops);
175 abug_ops.to_shortname = "abug";
176 abug_ops.to_longname = "ABug monitor";
177 abug_ops.to_doc = "Debug via the ABug monitor.\n\
179 abug_ops.to_open = abug_open;
181 add_target (&abug_ops);

Completed in 64 milliseconds