Re: Endian problem on linux-power

2000-03-28 Thread Bart . Durinck
03/28/2000 04:07:46 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bart Durinck/ICOS) Subject: Endian problem on linux-power Hello, I have built GDB 4.18 as a Linux based PowerPC cross debugger using the config line --host=i686-pc-linux-gnu --target=powerpc-eabi He

Re: Using GDB with MRI cross compiler ?

2000-05-03 Thread Bart . Durinck
-- Forwarded by Bart Durinck/ICOS on 05/03/2000 06:10 PM --- Bart Durinck 05/03/2000 05:14 PM To: [EMAIL PROTECTED] cc: Subject: Re: Using GDB with MRI cross compiler ? (Document link not converted) Why not GNU all the way?! Then you&#x

Re: Problems with glibc-2.2.2 and threads (realtime signal)

2001-03-08 Thread bart . durinck
Hi! In my experience this is a known feature. It is gdb's (4.18 and 5.0) default setting to intercept this SIG 32 RealTime signal. glibc (since 2.1.2 or 2.1.3) uses this signal for threading, so that explains what is happening. You can work-arond this by using the 'handle' command. Do: (gdb)

Re: Problems with glibc-2.2.2 and threads (realtime signal)

2001-03-16 Thread bart . durinck
Hi! I think I found some info that might explain your problem. It could well be that it's not GDB's fault, but some system libraries being stripped. Mandrake Linux 7.2 is known to have this problem. Bug-report 1763 "GDB cannot debug programs that use shared libraries or threads" explains (see

Re: SIG32 with Linux and pthreads

2001-05-28 Thread bart . durinck
reads... For that you need a recent GDB straight from CVS... Good luck! Bart Bart Durinck 03/16/2001 10:59 AM To: German Gomez Garcia <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] Subject: Re: Problems with glibc-2.2.2 and threads (realtime signal) (Document link: Database 'Bar

The thread/float/NaN bug in GDB 5.1, a survey

2001-12-07 Thread bart . durinck
Hi! I _also_ found the the thread/float/NaN bug in GDB. But Kevin Buettner beat me in supplying the patch... I saw Kevin's message while I was preparing this message. How funny/strange two people find the same bug at the same moment when it's been there for half a year... But I am not sending t

Re: The thread/float/NaN bug in GDB 5.1, a survey

2001-12-11 Thread bart . durinck
Hi, I also think it's worth tracking down. Don't have a lot of time, though... Any clues where/how to start looking?! Bart Kevin Buettner <[EMAIL PROTECTED]>@gnu.org on 12/07/2001 09:05:44 PM Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject: Re: The