This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Improve "start" command for Ada


Ping? (one month)

The doco part has already been approved.

On Thu, Oct 21, 2004 at 02:09:51PM -0700, Joel Brobecker wrote:
> 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
> 
>         * doc/observer.texi (executable_changed): New observer.
>         * symtab.c: Include "observer.h".
>         (find_main_name): New function.
>         (main_name): If name_of_main is unset, then compute it
>         using find_main_name.
>         (symtab_observer_executable_changed): New function.
>         (_initialize_symtab): Attach executable_changed observer.
>         * exec.c: Include "observer.h".
>         (exec_file_attach): Emit executable_changed notification.
>         * symfile.c: Include "observer.h".
>         (reread_symbols): Send an executable_changed if appropriate.
>         * Makefile.in (exec.o): Add dependency on observer.h.
>         (symfile.o): Likewise.
>         (symtab.o): Likewise.
> 
> Tested on x86-linux. Still fixes 1 FAIL in gdb.ada/null_record.exp.

The patch is available at: 

        http://sources.redhat.com/ml/gdb-patches/2004-10/msg00365.html

Thanks!
-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]