Searched refs:debugformat (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbuildsym.c597 subfile->debugformat = NULL;
1003 if (subfile->debugformat != NULL)
1005 symtab->debugformat = obsavestring (subfile->debugformat,
1006 strlen (subfile->debugformat),
1028 if (subfile->debugformat != NULL)
1030 xfree ((void *) subfile->debugformat);
1107 current_subfile->debugformat = savestring (format, strlen (format));
H A Dbuildsym.h71 char *debugformat; member in struct:subfile
H A Dsymmisc.c163 if (s->debugformat != NULL)
164 xmfree (s->objfile->md, s->debugformat);
1025 printf_filtered (" debugformat %s\n", symtab->debugformat);
H A Dsymtab.h836 char *debugformat;
833 char *debugformat; member in struct:symtab
H A Dsource.c614 printf_filtered ("Compiled with %s debugging format.\n", s->debugformat);
H A Dsymfile.c2216 symtab->debugformat = obsavestring ("unknown", 7,
H A Dmdebugread.c4604 s->debugformat = obsavestring ("ECOFF", 5,
H A Dada-lang.c8262 fprintf (stderr, " Format: %s;\n", s->debugformat);

Completed in 208 milliseconds