Home
last modified time | relevance | path

Searched refs:target_beneath (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-thread-db.c59 static struct target_ops *target_beneath; variable
402 target_beneath = target; in thread_db_init()
767 target_beneath->to_attach (args, from_tty); in thread_db_attach()
814 target_beneath->to_detach (args, from_tty); in thread_db_detach()
843 target_beneath->to_resume (ptid, step, signo); in thread_db_resume()
933 ptid = target_beneath->to_wait (ptid, ourstatus); in thread_db_wait()
982 target_beneath->deprecated_xfer_memory (memaddr, myaddr, len, write, in thread_db_xfer_memory()
1000 target_beneath->to_fetch_registers (regno); in thread_db_fetch_registers()
1035 target_beneath->to_store_registers (regno); in thread_db_store_registers()
1070 target_beneath->to_kill (); in thread_db_kill()
[all …]