This commit makes it so reading dbx inferiors will not read stabs
debuginfo from the inferiors.
This has the side effect of making reading DBX inferiors a noop, but
considering how outdated the format is, I think this is fine.
#include "filenames.h"
#include "objfiles.h"
#include "buildsym-legacy.h"
-#include "stabsread.h"
#include "gdb-stabs.h"
#include "demangle.h"
#include "complaints.h"
#include "block.h"
#include "aout/aout64.h"
#include "aout/stab_gnu.h"
-\f
-/* Required for the following registry. */
-#include "gdb-stabs.h"
\f
\f
static void
dbx_symfile_read (struct objfile *objfile, symfile_add_flags symfile_flags)
{
- read_stabs_symtab (objfile, symfile_flags);
}
/* Initialize anything that needs initializing when a completely new
static void
dbx_new_init (struct objfile *ignore)
{
- stabsread_new_init ();
- init_header_files ();
}
static void
dbx_symfile_finish (struct objfile *objfile)
{
- free_header_files ();
}
\f