Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.h289 extern int print_symbol_loading_p (int from_tty, int mainline, int full);
Dsolib.c979 if (print_symbol_loading_p (from_tty, 0, 0))
1310 if (print_symbol_loading_p (from_tty, 0, 0))
Dsymfile.c162 print_symbol_loading_p (int from_tty, int exec, int full) in print_symbol_loading_p() function
1041 const int should_print = (print_symbol_loading_p (from_tty, mainline, 1) in symbol_file_add_with_addrs()
2643 const int should_print = (print_symbol_loading_p (from_tty, mainline, 1) in reread_symbols()
DChangeLog-201410017 (print_symbol_loading_p): New function.
10022 * symfile.h (print_symbol_loading_p): Declare.