Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.h379 struct symtab_and_line *(*to_enable_exception_callback) (enum member
842 (*current_target.to_enable_exception_callback) (kind, enable)
H A Dtarget.c433 INHERIT (to_enable_exception_callback, t); in update_current_target()
617 de_fault (to_enable_exception_callback, in update_current_target()
2314 result = debug_target.to_enable_exception_callback (kind, enable); in debug_to_enable_exception_callback()
2401 current_target.to_enable_exception_callback = debug_to_enable_exception_callback; in setup_target_debug()
H A Dinftarg.c660 child_ops.to_enable_exception_callback = child_enable_exception_callback; in init_child_ops()