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: [unavailable values part 1, 04/17] map unavailable memory to unavailable value contents


On Mon, 14 Feb 2011 23:11:11 +0100, Pedro Alves wrote:
> On Monday 14 February 2011 12:00:00, Jan Kratochvil wrote:
> > > +	  /* Fallback to reading from read-only sections.  */
> > > +	  table = target_get_section_table (&exec_ops);
> > 
> > Cannot be table NULL?
> 
> The exec target always returns a non-NULL table.  It may
> be empty though (sections == sections_end).

Aha, I see now - due to that `&exec_ops'.


Thanks,
Jan


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