This is the mail archive of the gdb-patches@sourceware.org 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: RFC: lazily read new inferior debuginfo


> 2011-03-09  Tom Tromey  <tromey@redhat.com>
> 
> 	* symfile.c (symbol_file_add_main_1): Use inferior's
> 	symfile_flags.
> 	* solib.c (solib_read_symbols): Use inferior's symfile_flags.
> 	* linux-nat.c (linux_child_follow_fork): Set symfile_flags on
> 	inferior.
> 	* infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
> 	inferior.
> 	(follow_exec): Use inferior's symfile_flags.
> 	* inferior.h (struct inferior) <symfile_flags>: New field.

FWIW: I'm not a specialist (actually, I'm pretty weak in that area),
but I had a look and it seems fine.

-- 
Joel


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