HomeSort by: relevance | last modified time | path
    Searched defs:beneath (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
bsd-uthread.c 310 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, ptid)
379 process_stratum_target *beneath local
    [all...]
ravenscar-thread.c 59 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 ());
413 beneath ()->resume (ptid, step, siggnal);
421 process_stratum_target *beneath local
422 = as_process_stratum_target (this->beneath ());
427 event_ptid = beneath->wait (ptid, status, 0);
503 return beneath ()->pid_to_str (ptid)
835 target_ops *beneath = this->beneath (); local
    [all...]
aix-thread.c 1045 target_ops *beneath = this->beneath (); local
1048 beneath->detach (inf, from_tty);
1068 beneath ()->resume (ptid, step, sig);
1106 ptid = beneath ()->wait (ptid, status, options);
1112 /* The target beneath does not deal with threads, so it should only return
1463 beneath ()->fetch_registers (regcache, regno);
1928 beneath ()->store_registers (regcache, regno);
1954 return beneath ()->xfer_partial (object, annex, readbuf,
1963 target_ops *beneath = this->beneath () local
    [all...]
linux-thread-db.c 1385 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 (beneath->find_thread (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, ptid.pid ())
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...]
sol-thread.c 375 through to the layer beneath, as they don't need to do anything
388 target_ops *beneath = this->beneath ();
393 beneath->detach (inf, from_tty);
422 beneath ()->resume (ptid, step, signo);
444 ptid_t rtnval = beneath ()->wait (ptid, ourstatus, options);
487 /* It's an LWP; pass the request on to the layer beneath. */
488 beneath ()->fetch_registers (regcache, regnum);
539 /* It's an LWP; pass the request on to the layer beneath. */
540 beneath ()->store_registers (regcache, regnum)
385 target_ops *beneath = this->beneath (); local
678 target_ops *beneath = this->beneath (); local
    [all...]
record-btrace.c 432 struct target_ops *beneath = this->beneath (); local
438 beneath->disconnect (args, from_tty);
469 this->beneath ()->async (enable);
1526 return this->beneath ()->xfer_partial (object, annex, readbuf, writebuf,
1547 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
1577 ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt, reason);
1597 thread. We forward the request to the target beneath in this
1625 this->beneath ()->fetch_registers (regcache, regno);
1639 this->beneath ()->store_registers (regcache, regno)
    [all...]
target.c 146 t = t->beneath ())
158 t = t->beneath ())
170 t = t->beneath ())
1475 ops = ops->beneath ();
2409 t = t->beneath ())
2804 t = t->beneath ())
2895 t = t->beneath ())
2913 t = t->beneath ())
2943 for (; t != NULL; t = t->beneath ())
3003 target_ops::beneath () cons function in class:target_ops
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
bsd-uthread.c 311 beneath ()->mourn_inferior ();
329 /* Always fetch the appropriate registers from the layer beneath. */
330 beneath ()->fetch_registers (regcache, regnum);
370 request to the layer beneath. */
371 beneath ()->store_registers (regcache, regnum);
381 process_stratum_target *beneath
382 = as_process_stratum_target (this->beneath ());
384 /* Pass the request to the layer beneath. */
385 ptid = beneath->wait (ptid, status, options);
416 && ptid.tid () != 0 && !in_thread_list (beneath, ptid)
380 process_stratum_target *beneath local
    [all...]
ravenscar-thread.c 59 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 ()->pid_to_str (ptid)
835 target_ops *beneath = this->beneath (); local
    [all...]
aix-thread.c 1048 target_ops *beneath = this->beneath (); local
1051 beneath->detach (inf, from_tty);
1071 beneath ()->resume (ptid, step, sig);
1109 ptid = beneath ()->wait (ptid, status, options);
1115 /* The target beneath does not deal with threads, so it should only return
1466 beneath ()->fetch_registers (regcache, regno);
1931 beneath ()->store_registers (regcache, regno);
1957 return beneath ()->xfer_partial (object, annex, readbuf,
1966 target_ops *beneath = this->beneath () local
    [all...]
linux-thread-db.c 1385 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 (beneath->find_thread (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, ptid.pid ())
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...]
sol-thread.c 375 through to the layer beneath, as they don't need to do anything
388 target_ops *beneath = this->beneath ();
393 beneath->detach (inf, from_tty);
422 beneath ()->resume (ptid, step, signo);
444 ptid_t rtnval = beneath ()->wait (ptid, ourstatus, options);
487 /* It's an LWP; pass the request on to the layer beneath. */
488 beneath ()->fetch_registers (regcache, regnum);
539 /* It's an LWP; pass the request on to the layer beneath. */
540 beneath ()->store_registers (regcache, regnum)
385 target_ops *beneath = this->beneath (); local
678 target_ops *beneath = this->beneath (); local
    [all...]
record-btrace.c 431 struct target_ops *beneath = this->beneath (); local
437 beneath->disconnect (args, from_tty);
468 this->beneath ()->async (enable);
1479 return this->beneath ()->xfer_partial (object, annex, readbuf, writebuf,
1500 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
1530 ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt, reason);
1550 thread. We forward the request to the target beneath in this
1578 this->beneath ()->fetch_registers (regcache, regno);
1592 this->beneath ()->store_registers (regcache, regno)
    [all...]
target.c 145 t = t->beneath ())
157 t = t->beneath ())
169 t = t->beneath ())
1474 ops = ops->beneath ();
2406 t = t->beneath ())
2807 t = t->beneath ())
2898 t = t->beneath ())
2916 t = t->beneath ())
2946 for (; t != NULL; t = t->beneath ())
3006 target_ops::beneath () cons function in class:target_ops
    [all...]

Completed in 40 milliseconds