[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [cdt-dev] How to perform Multi-Threaded Debugging on CDT 6.0
|
- From: Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>
- Date: Mon, 2 Nov 2009 09:12:39 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
- Delivered-to: cdt-dev@eclipse.org
- Thread-index: AcpYrix/CnIYCP/vQeyeohng3cgnoADF6y6g
- Thread-topic: [cdt-dev] How to perform Multi-Threaded Debugging on CDT 6.0
I've tried to figure out what was going on from the traces.
Here is what I'm thinking
1- is version 6.3.50 for Apple, based on GDB 6.3? If so,
you should know that DSF-GDB only supports 6.6 or higher.
In fact, I see that some commands are simply not answered
by GDB. These commands seem to correspond to relatively
new commands (after 6.3). So, if you are running 6.3, I suggest
you try with a newer version.
2- Be aware that this problem could be because you are running on MacOS.
Few of us have access to a Mac and DSF-GDB was not really
tested on a Mac. A couple of people have tried it, but nothing
to guarantee it would work.
Sorry I can't be of more help
Marc
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael Jackson
> Sent: Thursday, October 29, 2009 11:40 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] How to perform Multi-Threaded
> Debugging on CDT 6.0
>
> The trace is pretty large and is at the bottom of the reply.
>
> OS X 10.5.8, running Xcode tool set.
>
> 509:[mjackson@Ferb:~]$ gdb --version
> GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13
> UTC 2009)
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and
> you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB. Type "show warranty" for
> details.
> This GDB was configured as "i386-apple-darwin".
SNIP