[RFA] [2/2] .debug_gdb_scripts: defer main symfile auto-loading

Tom Tromey tromey@redhat.com
Tue Apr 20 19:19:00 GMT 2010


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> So this patch defers auto-loading of scripts in the main symfile
Doug> at startup until after ./.gdbinit has been sourced.

This approach means that disabling auto-loading in ./.gdbinit will not
work.  This seems like something that ought to be documented, at least.

Doug> +/* Load any auto-loaded scripts for OBJFILE.  */
Doug> +
Doug> +void
Doug> +load_auto_scripts_for_objfile (struct objfile *objfile)
Doug> +{
Doug> +  auto_load_objfile_script (objfile, GDBPY_AUTO_FILE_NAME);
Doug> +  auto_load_section_scripts (objfile, GDBPY_AUTO_SECTION_NAME);
Doug>  }

I suspect you need a dummy version of this function so that the
--disable-python case continues to work.

Tom



More information about the Gdb-patches mailing list