Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dexec.c67 struct target_ops exec_ops; variable
480 push_target (&exec_ops); in add_target_sections()
521 unpush_target (&exec_ops); in remove_target_sections()
837 exec_files_info (&exec_ops); in set_section_command()
893 exec_ops.to_find_memory_regions = func; in exec_set_find_memory_regions()
904 exec_ops.to_shortname = "exec"; in init_exec_ops()
905 exec_ops.to_longname = "Local exec file"; in init_exec_ops()
906 exec_ops.to_doc = "Use an executable file as a target.\n\ in init_exec_ops()
908 exec_ops.to_open = exec_open; in init_exec_ops()
909 exec_ops.to_close = exec_close_1; in init_exec_ops()
[all …]
H A Dexec.h31 extern struct target_ops exec_ops;
H A Dvalops.c1137 table = target_get_section_table (&exec_ops); in read_value_memory()