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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcpu32bug-rom.c102 static struct target_ops cpu32bug_ops; variable in typeref:struct:target_ops
152 cpu32bug_cmds.target = &cpu32bug_ops; /* target operations */
171 init_monitor_ops (&cpu32bug_ops);
173 cpu32bug_ops.to_shortname = "cpu32bug";
174 cpu32bug_ops.to_longname = "CPU32Bug monitor";
175 cpu32bug_ops.to_doc = "Debug via the CPU32Bug monitor.\n\
177 cpu32bug_ops.to_open = cpu32bug_open;
179 add_target (&cpu32bug_ops);

Completed in 63 milliseconds