Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbuildsym.c490 symtab_create_debug_printf ("name = %s, name_for_id = %s", name, name_for_id); in start_subfile()
495 symtab_create_debug_printf ("found existing symtab with name_for_id %s", in start_subfile()
726 symtab_create_debug_printf ("using subfile %s as the main subfile", in watch_main_source_file_lossage()
Delfread.c1070 symtab_create_debug_printf ("reading minimal symbols of objfile %s", in elf_read_minimal_symbols()
1083 symtab_create_debug_printf ("minimal symbols were previously read"); in elf_read_minimal_symbols()
1187 symtab_create_debug_printf ("done reading minimal symbols"); in elf_read_minimal_symbols()
Dpsymtab.c1136 symtab_create_debug_printf ("creating one or more psymtabs for %s", in partial_symtab()
1140 symtab_create_debug_printf ("created psymtab %s for module %s", in partial_symtab()
Dminsyms.c1415 symtab_create_debug_printf ("installing %d minimal symbols of objfile %s", in install()
Dsymtab.h2725 #define symtab_create_debug_printf(fmt, ...) \ macro
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git109760 gdb: introduce symtab_create_debug_printf
109761 Introduce symtab_create_debug_printf and symtab_create_debug_printf_v,