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: add support for FDPIC loadmaps


On Thursday 29 September 2011 09:53:39, Yao Qi wrote:
> > -#endif
> > +#  define LINUX_LOADMAP              PT_GETDSBT
> > +#  define LINUX_LOADMAP_EXEC PTRACE_GETDSBT_EXEC
> > +#  define LINUX_LOADMAP_INTERP       PTRACE_GETDSBT_INTERP
> > +# else
> 
> The spaces between '#' and 'define' are not needed.

Please leave them in.  They're useful to follow the
indentation level.

-- 
Pedro Alves


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