Searched refs:beneath (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c352 this->beneath ()->post_attach (arg0);
363 fprintf_unfiltered (gdb_stdlog, "-> %s->post_attach (...)\n", this->beneath ()->shortname ());
364 this->beneath ()->post_attach (arg0);
365 fprintf_unfiltered (gdb_stdlog, "<- %s->post_attach (", this->beneath ()->shortname ());
373 this->beneath ()->detach (arg0, arg1);
384 fprintf_unfiltered (gdb_stdlog, "-> %s->detach (...)\n", this->beneath ()->shortname ());
385 this->beneath ()->detach (arg0, arg1);
386 fprintf_unfiltered (gdb_stdlog, "<- %s->detach (", this->beneath ()->shortname ());
396 this->beneath ()->disconnect (arg0, arg1);
408 fprintf_unfiltered (gdb_stdlog, "-> %s->disconnect (...)\n", this->beneath ()
[all...]
H A Dravenscar-thread.c59 the operation on that ptid using the target beneath us. */
128 return beneath ()->enable_btrace (ptid, conf);
158 = as_process_stratum_target (this->beneath ());
265 = as_process_stratum_target (this->beneath ());
382 beneath ()->resume (ptid, step, siggnal);
390 process_stratum_target *beneath local
391 = as_process_stratum_target (this->beneath ());
396 event_ptid = beneath->wait (ptid, status, 0);
470 return beneath ()->pid_to_str (ptid);
514 beneath ()
622 target_ops *beneath = this->beneath (); local
[all...]
H A Dbsd-uthread.c313 beneath ()->mourn_inferior ();
332 /* Always fetch the appropriate registers from the layer beneath. */
333 beneath ()->fetch_registers (regcache, regnum);
374 request to the layer beneath. */
375 beneath ()->store_registers (regcache, regnum);
385 process_stratum_target *beneath
386 = as_process_stratum_target (this->beneath ());
388 /* Pass the request to the layer beneath. */
389 ptid = beneath->wait (ptid, status, options);
420 && ptid.tid () != 0 && !in_thread_list (beneath, pti
384 process_stratum_target *beneath local
[all...]
H A Dlinux-thread-db.c1373 beneath ()->detach (inf, from_tty);
1387 process_stratum_target *beneath
1388 = as_process_stratum_target (this->beneath ());
1390 ptid = beneath->wait (ptid, ourstatus, options);
1401 info = get_thread_db_info (beneath, ptid.pid ());
1411 delete_thread_db_info (beneath, ptid.pid ());
1418 thread_from_lwp (find_thread_ptid (beneath, ptid), ptid);
1427 = as_process_stratum_target (this->beneath ());
1638 /* Give the beneath target a chance to do extra processing. */
1639 this->beneath ()
1386 process_stratum_target *beneath local
1737 process_stratum_target *beneath local
1824 process_stratum_target *beneath local
[all...]
H A Dsol-thread.c376 through to the layer beneath, as they don't need to do anything
389 target_ops *beneath = this->beneath ();
394 beneath->detach (inf, from_tty);
423 beneath ()->resume (ptid, step, signo);
445 ptid_t rtnval = beneath ()->wait (ptid, ourstatus, options);
488 /* It's an LWP; pass the request on to the layer beneath. */
489 beneath ()->fetch_registers (regcache, regnum);
540 /* It's an LWP; pass the request on to the layer beneath. */
541 beneath ()
386 target_ops *beneath = this->beneath (); local
680 target_ops *beneath = this->beneath (); local
[all...]
H A Darm-fbsd-nat.c142 desc = this->beneath ()->read_description ();
H A Drecord-full.c880 presently assumes the target beneath supports
1037 beneath ()->async (enable);
1103 /* Make sure the target beneath reports all signals. */
1106 this->beneath ()->resume (ptid, step, signal);
1121 beneath ()->commit_resume ();
1191 return ops->beneath ()->wait (ptid, status, options);
1203 ret = ops->beneath ()->wait (ptid, status, options);
1209 "target beneath not done yet\n");
1283 "target beneath\n");
1284 ops->beneath ()
[all...]
H A Drecord-btrace.c429 struct target_ops *beneath = this->beneath (); local
435 beneath->disconnect (args, from_tty);
466 this->beneath ()->async (enable);
1473 return this->beneath ()->xfer_partial (object, annex, readbuf, writebuf,
1494 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
1524 ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt, reason);
1544 thread. We forward the request to the target beneath in this
1571 this->beneath ()->fetch_registers (regcache, regno);
1585 this->beneath ()
[all...]
H A Daix-thread.c1028 target_ops *beneath = this->beneath (); local
1031 beneath->detach (inf, from_tty);
1048 beneath ()->resume (ptid, step, sig);
1088 ptid = beneath ()->wait (ptid, status, options);
1362 beneath ()->fetch_registers (regcache, regno);
1700 beneath ()->store_registers (regcache, regno);
1726 return beneath ()->xfer_partial (object, annex, readbuf,
1735 target_ops *beneath = this->beneath (); local
[all...]
H A Dtarget.c175 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
185 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
195 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
205 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
637 m_top = t->beneath ()->stratum ();
936 ops = ops->beneath ();
1853 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
2300 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
2390 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
2406 for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ())
2512 target_ops::beneath () const function in class:target_ops
[all...]
H A Dcorelow.c789 xfer_status = this->beneath ()->xfer_partial (TARGET_OBJECT_MEMORY,
833 result. If not, check the stratum beneath us, which should
839 xfer_status = this->beneath ()->xfer_partial (object, annex, readbuf,
994 return this->beneath ()->xfer_partial (object, annex, readbuf,
1032 return this->beneath ()->read_description ();
H A Darm-linux-nat.c575 return this->beneath ()->read_description ();
H A Dwindows-nat.c3229 if (beneath () == NULL)
3233 with the current_target having no target beneath). */
3236 return beneath ()->xfer_partial (object, annex,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c378 this->beneath ()->post_attach (arg0);
389 gdb_printf (gdb_stdlog, "-> %s->post_attach (...)\n", this->beneath ()->shortname ());
390 this->beneath ()->post_attach (arg0);
391 gdb_printf (gdb_stdlog, "<- %s->post_attach (", this->beneath ()->shortname ());
399 this->beneath ()->detach (arg0, arg1);
410 gdb_printf (gdb_stdlog, "-> %s->detach (...)\n", this->beneath ()->shortname ());
411 this->beneath ()->detach (arg0, arg1);
412 gdb_printf (gdb_stdlog, "<- %s->detach (", this->beneath ()->shortname ());
422 this->beneath ()->disconnect (arg0, arg1);
434 gdb_printf (gdb_stdlog, "-> %s->disconnect (...)\n", this->beneath ()
[all...]
H A Dbsd-uthread.c310 beneath ()->mourn_inferior ();
328 /* Always fetch the appropriate registers from the layer beneath. */
329 beneath ()->fetch_registers (regcache, regnum);
369 request to the layer beneath. */
370 beneath ()->store_registers (regcache, regnum);
380 process_stratum_target *beneath
381 = as_process_stratum_target (this->beneath ());
383 /* Pass the request to the layer beneath. */
384 ptid = beneath->wait (ptid, status, options);
415 && ptid.tid () != 0 && !in_thread_list (beneath, pti
379 process_stratum_target *beneath local
[all...]
H A Dravenscar-thread.c59 the operation on that ptid using the target beneath us. */
128 = as_process_stratum_target (this->beneath ());
132 return beneath ()->enable_btrace (tp, conf);
162 = as_process_stratum_target (this->beneath ());
295 = as_process_stratum_target (this->beneath ());
414 beneath ()->resume (ptid, step, siggnal);
422 process_stratum_target *beneath local
423 = as_process_stratum_target (this->beneath ());
428 event_ptid = beneath->wait (ptid, status, 0);
504 return beneath ()
834 target_ops *beneath = this->beneath (); local
[all...]
H A Dlinux-thread-db.c1385 beneath ()->detach (inf, from_tty);
1399 process_stratum_target *beneath
1400 = as_process_stratum_target (this->beneath ());
1402 ptid = beneath->wait (ptid, ourstatus, options);
1414 info = get_thread_db_info (beneath, ptid.pid ());
1421 thread_from_lwp (find_thread_ptid (beneath, ptid), ptid);
1430 = as_process_stratum_target (this->beneath ());
1444 process_stratum_target *beneath
1445 = as_process_stratum_target (this->beneath ());
1447 delete_thread_db_info (beneath, pti
1398 process_stratum_target *beneath local
1443 process_stratum_target *beneath local
1751 process_stratum_target *beneath local
1838 process_stratum_target *beneath local
[all...]
H A Darm-fbsd-nat.c101 desc = this->beneath ()->read_description ();
H A Dsol-thread.c376 through to the layer beneath, as they don't need to do anything
389 target_ops *beneath = this->beneath ();
394 beneath->detach (inf, from_tty);
423 beneath ()->resume (ptid, step, signo);
445 ptid_t rtnval = beneath ()->wait (ptid, ourstatus, options);
488 /* It's an LWP; pass the request on to the layer beneath. */
489 beneath ()->fetch_registers (regcache, regnum);
540 /* It's an LWP; pass the request on to the layer beneath. */
541 beneath ()
386 target_ops *beneath = this->beneath (); local
680 target_ops *beneath = this->beneath (); local
[all...]
H A Drecord-full.c878 presently assumes the target beneath supports
1027 beneath ()->async (enable);
1093 /* Make sure the target beneath reports all signals. */
1096 this->beneath ()->resume (ptid, step, signal);
1167 return ops->beneath ()->wait (ptid, status, options);
1179 ret = ops->beneath ()->wait (ptid, status, options);
1185 "target beneath not done yet\n");
1260 "target beneath\n");
1261 ops->beneath ()->resume (ptid, step, GDB_SIGNAL_0);
1476 return beneath ()
[all...]
H A Drecord-btrace.c429 struct target_ops *beneath = this->beneath (); local
435 beneath->disconnect (args, from_tty);
466 this->beneath ()->async (enable);
1473 return this->beneath ()->xfer_partial (object, annex, readbuf, writebuf,
1494 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
1524 ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt, reason);
1544 thread. We forward the request to the target beneath in this
1571 this->beneath ()->fetch_registers (regcache, regno);
1585 this->beneath ()
[all...]
H A Daix-thread.c1031 target_ops *beneath = this->beneath (); local
1034 beneath->detach (inf, from_tty);
1051 beneath ()->resume (ptid, step, sig);
1088 ptid = beneath ()->wait (ptid, status, options);
1094 /* The target beneath does not deal with threads, so it should only return
1367 beneath ()->fetch_registers (regcache, regno);
1707 beneath ()->store_registers (regcache, regno);
1733 return beneath ()->xfer_partial (object, annex, readbuf,
1742 target_ops *beneath local
[all...]
H A Dtarget.c170 t = t->beneath ())
182 t = t->beneath ())
194 t = t->beneath ())
1485 ops = ops->beneath ();
2412 t = t->beneath ())
2805 t = t->beneath ())
2896 t = t->beneath ())
2914 t = t->beneath ())
2944 for (; t != NULL; t = t->beneath ())
3020 target_ops::beneath () cons function in class:target_ops
[all...]
H A Dcorelow.c846 xfer_status = this->beneath ()->xfer_partial (TARGET_OBJECT_MEMORY,
889 result. If not, check the stratum beneath us, which should
901 xfer_status = this->beneath ()->xfer_partial (object, annex, readbuf,
1056 return this->beneath ()->xfer_partial (object, annex, readbuf,
1117 return this->beneath ()->read_description ();
H A Darm-linux-nat.c575 return this->beneath ()->read_description ();

Completed in 572 milliseconds

12