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 5/5] make calls to ptrace64 in aix-thread.c when defined


> Date: Wed, 7 Aug 2013 15:27:19 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> 
> Raunaq 12 wrote:
> 
> > Thanks a lot for the help. Attaching the patch after the Changelog
> > entry below.
> > 
> > Changelog :-
> >  	* aixthread.c: Call ptrace64 instead of ptracex if defined.
> >   	Call ptrace64 instead of ptrace if defined.
> >   	Add macro addr_ptr to take care of ptrace address arguement.
> >  	(pdc_read_regs): Likewise.
> >  	(pdc_write_regs): Likewise.
> >  	(aix_thread_resume): Likewise.
> >  	(fetch_regs_kernel_thread): Likewise.
> >  	(store_regs_kernel_thread): Likewise.
> > 
> > (See attached file: gdb-7.6-aix-thread.patch)
> 
> I've checked this in now.
> 

Patch 1/5 and 4/5 are ok with me as well.  I'm not really familliar
with XCOFF and XLC, so reviewing the other ones should probably done
by someone else.  Although I do see a few coding style violations in
those diffs.


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