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: [PATCH 3/7] procfs.c: Don't install a deprecated_xfer_memory method


On 02/24/2014 05:53 PM, Joel Brobecker wrote:
>>>>> 2014-02-19  Pedro Alves  <palves@redhat.com>
>>>>>
>>>>> 	* procfs.c (procfs_target): Don't install procfs_xfer_memory as
>>>>> 	deprecated_xfer_memory hook.
>>>>> 	(procfs_xfer_partial): Call procfs_xfer_memory instead
>>>>> 	of the deprecated_xfer_memory target hook.
>>>>> 	(procfs_xfer_memory): Adjust interface as a to_xfer_partial
>>>>> 	helper.
>>>>
>>>> FYI: I tried to test it, but the sparc-solaris debugger appears to be
>>>> badly broken at the moment, and I won't have much time left this week
>>>> to investigate the failures, so I'll schedule that for next week.
> 
> It turns out that your patch fixes the breakage as a side-effect.
> Since it's bad breakage, I pushed the patch immediately, after having
> updated the revision log:

Eh, cool, thanks!

-- 
Pedro Alves


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