Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-hooks.c61 static void (* tui_target_new_objfile_chain) (struct objfile*); variable
69 if (tui_target_new_objfile_chain) in tui_new_objfile_hook()
70 tui_target_new_objfile_chain (objfile); in tui_new_objfile_hook()
322 tui_target_new_objfile_chain = deprecated_target_new_objfile_hook; in _initialize_tui_hooks()