Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDinf-child.c414 t->to_has_memory = default_child_has_memory; in inf_child_target()
HDravenscar-thread.c375 ravenscar_ops.to_has_memory = default_child_has_memory; in init_ravenscar_thread_ops()
HDtarget.h1443 extern int default_child_has_memory (struct target_ops *ops);
HDtarget.c280 default_child_has_memory (struct target_ops *ops) in default_child_has_memory() function
HDremote.c11374 remote_ops.to_has_memory = default_child_has_memory; in init_remote_ops()
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDtrgt.c349 kgdb_trgt_ops.to_has_memory = default_child_has_memory; in initialize_kgdb_target()