Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dauto-load.c440 static bool advice_printed = false; in file_is_auto_load_safe() local
454 if (!advice_printed) in file_is_auto_load_safe()
492 advice_printed = true; in file_is_auto_load_safe()
DChangeLog-20217263 advice_printed to bool. Move comment to header.
DChangeLog-20122896 (file_is_auto_load_safe): New variable advice_printed. Print advice.