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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dppcbug-rom.c126 static struct target_ops ppcbug_ops0; variable in typeref:struct:target_ops
204 init_ppc_cmds ("lo 0\r", &ppcbug_cmds0, &ppcbug_ops0);
206 init_monitor_ops (&ppcbug_ops0);
208 ppcbug_ops0.to_shortname = "ppcbug";
209 ppcbug_ops0.to_longname = "PowerPC PPCBug monitor on port 0";
210 ppcbug_ops0.to_doc = "Debug via the PowerPC PPCBug monitor using port 0.\n\
212 ppcbug_ops0.to_open = ppcbug_open0;
214 add_target (&ppcbug_ops0);

Completed in 62 milliseconds