Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dminsyms.c432 if (symbol_lookup_debug) in lookup_minimal_symbol()
446 if (symbol_lookup_debug) in lookup_minimal_symbol()
460 if (symbol_lookup_debug) in lookup_minimal_symbol()
Dsymtab.h2734 extern unsigned int symbol_lookup_debug;
2741 return symbol_lookup_debug > 0; in symbol_lookup_debug_enabled()
2749 return symbol_lookup_debug > 1; in symbol_lookup_debug_enabled_v()
Dcp-namespace.c952 if (symbol_lookup_debug) in cp_lookup_nested_symbol()
Dsymtab.c258 unsigned int symbol_lookup_debug = 0; variable
2109 if (symbol_lookup_debug) in lookup_symbol_aux()
2255 if (symbol_lookup_debug) in lookup_symbol_in_block()
2523 if (symbol_lookup_debug) in lookup_symbol_in_static_block()
7204 add_setshow_zuinteger_cmd ("symbol-lookup", no_class, &symbol_lookup_debug, in _initialize_symtab()
DChangeLog-2014250 * symtab.h (symbol_lookup_debug): Declare.
251 * symtab.c (symbol_lookup_debug): New global.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git83617 used to query the status of the symbol_lookup_debug control variable,