Searched refs:pmon_ops (Results 1 – 2 of 2) sorted by relevance
154 extern struct target_ops pmon_ops;301 struct target_ops mips_ops, pmon_ops, ddb_ops, lsi_ops; variable1619 common_open (&pmon_ops, name, from_tty, MON_PMON, "PMON> "); in pmon_open()3330 pmon_ops = ddb_ops = lsi_ops = mips_ops; in _initialize_remote_mips()3341 pmon_ops.to_shortname = "pmon"; in _initialize_remote_mips()3342 pmon_ops.to_doc = "\ in _initialize_remote_mips()3346 pmon_ops.to_open = pmon_open; in _initialize_remote_mips()3347 pmon_ops.to_wait = mips_wait; in _initialize_remote_mips()3361 lsi_ops.to_doc = pmon_ops.to_doc; in _initialize_remote_mips()3367 add_target (&pmon_ops); in _initialize_remote_mips()
1018 (ddb_ops, pmon_ops): Fix the documentation strings.4884 (pmon_ops): New target definition structure.