Searched refs:debugformat (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | buildsym.c | 593 subfile->debugformat = NULL; in start_subfile() 996 if (subfile->debugformat != NULL) in end_symtab() 998 symtab->debugformat = obsavestring (subfile->debugformat, in end_symtab() 999 strlen (subfile->debugformat), in end_symtab() 1021 if (subfile->debugformat != NULL) in end_symtab() 1023 xfree ((void *) subfile->debugformat); in end_symtab() 1098 current_subfile->debugformat = savestring (format, strlen (format)); in record_debugformat()
|
| H A D | buildsym.h | 71 char *debugformat; member
|
| H A D | symmisc.c | 162 if (s->debugformat != NULL) in free_symtab() 163 xmfree (s->objfile->md, s->debugformat); in free_symtab() 1024 printf_filtered (" debugformat %s\n", symtab->debugformat); in maintenance_info_symtabs()
|
| H A D | symtab.h | 833 char *debugformat; member
|
| H A D | source.c | 612 printf_filtered ("Compiled with %s debugging format.\n", s->debugformat); in source_info()
|
| H A D | symfile.c | 2210 symtab->debugformat = obsavestring ("unknown", 7, in allocate_symtab()
|
| H A D | mdebugread.c | 4593 s->debugformat = obsavestring ("ECOFF", 5, in new_symtab()
|
| H A D | ada-lang.c | 8243 fprintf (stderr, " Format: %s;\n", s->debugformat); in ada_dump_symtab()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-2 | 480 debugformat DWARF 2
|
| H A D | gdb.texinfo | 9439 debugformat DWARF 2
|