Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c3073 struct minimal_symbol *exception_msym; member
3376 if (msym_not_found_p (bp_objfile_data->exception_msym)) in create_exception_master_breakpoint()
3381 if (bp_objfile_data->exception_msym == NULL) in create_exception_master_breakpoint()
3388 bp_objfile_data->exception_msym = &msym_not_found; in create_exception_master_breakpoint()
3392 bp_objfile_data->exception_msym = debug_hook; in create_exception_master_breakpoint()
3395 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->exception_msym); in create_exception_master_breakpoint()