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: [PATCH] add-symbol-file-from-memory command


> > +  nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, &loadbase,
> > +					 target_read_memory);
> 
> Roland,  FYI,
> 
> This is another of those bits of infrastructure that someone dropped. 
> With 6.1 out (I can't yet announce it) I'm picking it up and sorting it out.
> 
> So the interface might change slightly but not by much.

Can you be specific?  The bfd_elf_bfd_from_remote_memory code in BFD now
works just fine.  There is a standing suggestion from Jim to change the
signature of the TARGET_READ_MEMORY function pointer argument, which is
certainly fine (and two minutes' work).  I would be happy to prepare that
change right away if it's what people want.

I don't know of any other way in which this might be considered "dropped"
or "not sorted out".  If there is anything else you have in mind, please
tell me about it.


Thanks,
Roland


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