This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [unladen-swallow] Re: [RFA] Add interface for registering JITed code
- From: Tom Tromey <tromey at redhat dot com>
- To: Reid Kleckner <rnk at mit dot edu>
- Cc: unladen-swallow at googlegroups dot com, gdb-patches at sourceware dot org
- Date: Fri, 14 Aug 2009 13:27:13 -0600
- Subject: Re: [unladen-swallow] Re: [RFA] Add interface for registering JITed code
- References: <9a9942200907221615o570e749fh5cb186c1600f159c@mail.gmail.com> <m3vdlaryq5.fsf@fleche.redhat.com> <200907301501.17812.thiago.bauermann@gmail.com> <200907311201.28986.thiago.bauermann@gmail.com> <9a9942200907311117r2f5363f8ufde734ce2bbf721a@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Reid" == Reid Kleckner <rnk@mit.edu> writes:
Reid> Here's an updated patch. What else needs to be dealt with?
Nothing. I think this is ok.
I read it a few more times and nothing popped out at me.
Reid> + /* Hack to work around the fact that BFD does not take ownership of the
Reid> + memory for files allocated in memory. */
Reid> + if (objfile->obfd->flags & BFD_IN_MEMORY)
Reid> + bim = (struct bfd_in_memory *) objfile->obfd->iostream;
What is the status of the BFD patch to fix this?
Tom