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] Cast to uintptr_t when calling ptrace32 on aix


>>>>> "David" == David Edelsohn <dje.gcc@gmail.com> writes:

David> I meant it would be nice to encapsulate this in one file instead of
David> defining ptrace32, ptrace64, ptracex, etc. multiple times in multiple
David> files. It appears that you are performing the same cast as Joel, so it
David> should be correct. It would be nice to use a consistent syntax. But it
David> would be even nicer to do this only once.

Yeah, I agree.  IIRC we've run into this in another spot as well.

Tom


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