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


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

>> 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.

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

Thanks.  FWIW, I am going to hold this one until after the release
branch.  I don't think it is important enough for the next release, and
I also want to try other scenarios to see if the heuristic holds up.

Tom


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