This is the mail archive of the gdb-prs@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]

[Bug gdb/13829] gdbserver compile error: PTRACE_GETSIGINFOundefined; arm cross-compile from cygwin


http://sourceware.org/bugzilla/show_bug.cgi?id=13829

--- Comment #1 from Rich Wilson <richaw at gmail dot com> 2012-03-11 01:51:01 UTC ---
P.S. Adding the following to linux-arm-low.c got me an executable
that passes the ten-second usage test.
[But I still can't debug threads :-( ]

#define  PTRACE_GETSIGINFO 0x4202

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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