Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDtarget.h651 int (*to_search_memory) (struct target_ops *ops, member
HDtarget.c2993 if (t->to_search_memory != NULL) in target_search_memory()
2998 found = t->to_search_memory (t, start_addr, search_space_len, in target_search_memory()
HDremote.c11385 remote_ops.to_search_memory = remote_search_memory; in init_remote_ops()