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, gdbserver] Synchronize ptrace argument types with GDB's


On 08/13/2013 06:03 PM, Pedro Alves wrote:
On 08/13/2013 09:27 PM, Luis Machado wrote:
Hi,

This is another preparatory patch for the remote fork/exec support and
also a cleanup to keep things in synch.

GDB defines ptrace types as PTRACE_TYPE_ARGx while gdbserver defines
them as PTRACE_ARGx_TYPE.

This patch renames the occurrences in gdbserver to match GDB's.

Ok?


OK.  Thanks!


Thanks. Checked in.


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