Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/tui/
HDtui-hooks.c57 static void (* tui_target_new_objfile_chain) (struct objfile*); variable
65 if (tui_target_new_objfile_chain) in tui_new_objfile_hook()
66 tui_target_new_objfile_chain (objfile); in tui_new_objfile_hook()
318 tui_target_new_objfile_chain = target_new_objfile_hook; in _initialize_tui_hooks()