Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDinf-ptrace.c130 push_target (ops); in inf_ptrace_create_inferior()
210 push_target (ops); in inf_ptrace_attach()
HDbsd-kvm.c96 push_target (&bsd_kvm_ops); in bsd_kvm_open()
HDravenscar-thread.c348 push_target (&ravenscar_ops); in ravenscar_inferior_created()
HDbsd-uthread.c199 push_target (bsd_uthread_ops_hack); in bsd_uthread_activate()
HDrecord-btrace.c167 push_target (&record_btrace_ops); in record_btrace_open()
HDcorelow.c367 push_target (&core_ops); in core_open()
HDexec.c480 push_target (&exec_ops); in add_target_sections()
HDrecord-full.c870 push_target (&record_full_core_ops); in record_full_core_open_1()
913 push_target (&record_full_ops); in record_full_open_1()
HDtarget.h1851 extern void push_target (struct target_ops *);
HDtarget.c985 push_target (struct target_ops *t) in push_target() function
5119 push_target (&dummy_target); in initialize_targets()
HDtracepoint.c3781 push_target (&tfile_ops); in tfile_open()
HDremote.c4271 push_target (target); /* Switch to using remote target now. */ in remote_open_1()
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDtrgt.c127 push_target (&kgdb_trgt_ops); in kgdb_trgt_open()