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 v3] gdbserver: uclinux: pull in ptrace offset definitions from asm/ptrace.h


On 04/26/2012 07:12 PM, Mike Frysinger wrote:

> On Thursday 26 April 2012 14:03:00 Will Deacon wrote:
>> > +/* PTRACE_TEXT_ADDR and friends.  */
>> > +#include <asm/ptrace.h>
> check for asm/ptrace.h in configure.ac and then just depend on 
> HAVE_ASM_PTRACE_H ?  although this is fine too since uClibc is realistically 
> the only C library being used with no-mmu Linux systems.


Was there a time Linux didn't have this header?  When we include it GDB, we
include it unconditionally (though we don't include it in all ports), and in
current mainline, it seems that all 27 ports under arch/ have it.

-- 
Pedro Alves


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