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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dnbsd-thread.c167 struct target_ops *beneath = find_target_beneath (ops); local
173 beneath->to_attach (beneath, args, from_tty);
183 struct target_ops *beneath = find_target_beneath (ops);
184 beneath->to_post_attach (pid);
203 struct target_ops *beneath = find_target_beneath (ops); local
211 beneath->to_detach (beneath, args, from_tty);
235 struct target_ops *beneath = find_target_beneath (ops); local
246 beneath
307 struct target_ops *beneath = find_target_beneath (ops); local
329 struct target_ops *beneath = find_target_beneath (ops); local
354 struct target_ops *beneath = find_target_beneath (ops); local
373 struct target_ops *beneath = find_target_beneath (ops); local
386 struct target_ops *beneath = find_target_beneath (ops); local
399 struct target_ops *beneath = find_target_beneath (ignore); local
406 struct target_ops *beneath = find_target_beneath (ignore); local
497 struct target_ops *beneath = find_target_beneath (ops); local
526 struct target_ops *beneath = find_target_beneath (ops); local
568 struct target_ops *beneath = find_target_beneath (ops); local
656 struct target_ops *beneath = find_target_beneath (ops); local
704 struct target_ops *beneath = find_target_beneath (ops); local
[all...]
H A Dravenscar-thread.c189 struct target_ops *beneath = find_target_beneath (ops); local
192 beneath->to_resume (beneath, base_ptid, step, siggnal);
200 struct target_ops *beneath = find_target_beneath (ops); local
203 beneath->to_wait (beneath, base_ptid, status, 0);
269 struct target_ops *beneath = find_target_beneath (ops); local
274 beneath->to_fetch_registers (beneath, regcache, regnum);
283 struct target_ops *beneath local
296 struct target_ops *beneath = find_target_beneath (&ravenscar_ops); local
309 struct target_ops *beneath = find_target_beneath (&ravenscar_ops); local
[all...]
H A Dbsd-uthread.c279 struct target_ops *beneath = find_target_beneath (ops);
280 beneath->to_mourn_inferior (beneath);
291 struct target_ops *beneath = find_target_beneath (ops);
294 /* Always fetch the appropriate registers from the layer beneath. */
295 beneath->to_fetch_registers (beneath, regcache, regnum);
317 struct target_ops *beneath = find_target_beneath (ops);
331 request to the layer beneath. */
332 beneath
278 struct target_ops *beneath = find_target_beneath (ops); local
290 struct target_ops *beneath = find_target_beneath (ops); local
316 struct target_ops *beneath = find_target_beneath (ops); local
355 struct target_ops *beneath = find_target_beneath (ops); local
404 struct target_ops *beneath = find_target_beneath (ops); local
412 struct target_ops *beneath = find_target_beneath (ops); local
[all...]
H A Ddec-thread.c449 struct target_ops *beneath = find_target_beneath (ops); local
454 beneath->to_detach (beneath, args, from_tty);
482 struct target_ops *beneath = find_target_beneath (ops); local
486 ptid = beneath->to_wait (beneath, ptid, status, options);
488 /* The ptid returned by the target beneath us is the ptid of the process.
548 struct target_ops *beneath = find_target_beneath (ops); local
550 beneath->to_fetch_registers (beneath, regcach
611 struct target_ops *beneath = find_target_beneath (ops); local
634 struct target_ops *beneath = find_target_beneath (ops); local
662 struct target_ops *beneath = find_target_beneath (ops); local
[all...]
H A Dtarget.c329 for (t = current_target.beneath; t != NULL; t = t->beneath)
341 for (t = current_target.beneath; t != NULL; t = t->beneath)
353 for (t = current_target.beneath; t != NULL; t = t->beneath)
365 for (t = current_target.beneath; t != NULL; t = t->beneath)
377 for (t = current_target.beneath; t != NULL; t = t->beneath)
[all...]
H A Dsol-thread.c326 through to the layer beneath, as they don't need to do anything
339 struct target_ops *beneath = find_target_beneath (ops);
344 beneath->to_detach (beneath, args, from_tty);
357 struct target_ops *beneath = find_target_beneath (ops);
377 beneath->to_resume (beneath, ptid, step, signo);
391 struct target_ops *beneath = find_target_beneath (ops);
413 rtnval = beneath->to_wait (beneath, pti
336 struct target_ops *beneath = find_target_beneath (ops); local
354 struct target_ops *beneath = find_target_beneath (ops); local
388 struct target_ops *beneath = find_target_beneath (ops); local
447 struct target_ops *beneath = find_target_beneath (ops); local
529 struct target_ops *beneath = find_target_beneath (ops); local
618 struct target_ops *beneath = find_target_beneath (ops); local
714 struct target_ops *beneath = find_target_beneath (ops); local
744 struct target_ops *beneath = find_target_beneath (ops); local
1190 struct target_ops *beneath = find_target_beneath (ops); local
[all...]
H A Daix-thread.c951 struct target_ops *beneath = find_target_beneath (ops); local
953 beneath->to_attach (beneath, args, from_tty);
962 struct target_ops *beneath = find_target_beneath (ops); local
965 beneath->to_detach (beneath, args, from_tty);
981 struct target_ops *beneath = find_target_beneath (ops); local
984 beneath->to_resume (beneath, ptid, step, sig);
1018 struct target_ops *beneath local
1299 struct target_ops *beneath = find_target_beneath (ops); local
1652 struct target_ops *beneath = find_target_beneath (ops); local
1680 struct target_ops *beneath = find_target_beneath (ops); local
1695 struct target_ops *beneath = find_target_beneath (ops); local
1706 struct target_ops *beneath = find_target_beneath (ops); local
1723 struct target_ops *beneath = find_target_beneath (ops); local
[all...]
H A Dlinux-thread-db.c1244 struct target_ops *beneath = find_target_beneath (ops);
1246 ptid = beneath->to_wait (beneath, ptid, ourstatus, options);
1519 struct target_ops *beneath;
1533 beneath = find_target_beneath (ops);
1534 if (beneath->to_pid_to_str (beneath, ptid))
1535 return beneath->to_pid_to_str (beneath, ptid);
1565 struct target_ops *beneath;
1239 struct target_ops *beneath = find_target_beneath (ops); local
1514 struct target_ops *beneath; local
1560 struct target_ops *beneath; local
1657 struct target_ops *beneath = find_target_beneath (ops); local
[all...]
H A Dcorelow.c800 if (ops->beneath != NULL)
801 return ops->beneath->to_xfer_partial (ops->beneath, object,
H A Dtarget-memory.c402 len = target_write_with_progress (current_target.beneath,
H A Dauxv.c273 for (t = ops; t != NULL; t = t->beneath)
H A Dtarget.h396 struct target_ops *beneath; /* To the target under this one. */
1563 beneath) currently manipulate. */
394 struct target_ops *beneath; /* To the target under this one. */ member in struct:target_ops
H A Dwindows-nat.c2339 if (ops->beneath != NULL)
2340 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
H A Drecord.c207 /* The beneath function pointers. */
766 presently assumes the target beneath supports
901 /* Reset the tmp beneath pointers. */
915 /* Set the beneath function pointers. */
916 for (t = current_target.beneath; t != NULL; t = t->beneath)
956 /* Set the tmp beneath pointers to beneath pointers. */
H A Dprocfs.c4242 if (ops->beneath != NULL)
4243 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c1385 nr_bytes = target_read (current_target.beneath,
1517 result = read_memory_robust (current_target.beneath, addr, length);

Completed in 292 milliseconds