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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c596 subfile->debugformat = NULL;
1002 if (subfile->debugformat != NULL)
1004 symtab->debugformat = obsavestring (subfile->debugformat,
1005 strlen (subfile->debugformat),
1027 if (subfile->debugformat != NULL)
1029 xfree ((void *) subfile->debugformat);
1106 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 xfree (s->debugformat);
1025 printf_filtered (" debugformat %s\n", symtab->debugformat);
H A Dsymtab.h850 char *debugformat;
847 char *debugformat; member in struct:symtab
H A Dsource.c614 printf_filtered ("Compiled with %s debugging format.\n", s->debugformat);
H A Dsymfile.c2242 symtab->debugformat = obsavestring ("unknown", 7,
H A Dmdebugread.c4588 s->debugformat = obsavestring ("ECOFF", 5,

Completed in 179 milliseconds