How to perform Multi-Threaded Debugging on CDT 6.0

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Currently trying to debug a multi-threaded program and usually there  
is a listing of all the threads but now with CDT 6 there is only the  
main thread listed. Problem is that a worker thread that is spawned  
crashes and I need to debug that thread but there seems to be no way  
to get to that thread. Any ideas?
   This is on Galileo SR1 with CDT 6 on OS X 10.5. I am using the  
carbon version of Eclipse for 32 bit JVMs if that makes a difference.  
Also using a "Makefile" project.


Thanks
_________________________________________________________
Mike Jackson                  mike.jackson@...
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc Khouzam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are you using the Standard Debugger or GDB (DSF)?

> -----Original Message-----
> From: cdt-dev-bounces@...
> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
> Sent: October-28-09 9:17 AM
> To: CDT General developers list.
> Subject: [cdt-dev] How to perform Multi-Threaded Debugging on CDT 6.0
>
> Currently trying to debug a multi-threaded program and usually there  
> is a listing of all the threads but now with CDT 6 there is only the  
> main thread listed. Problem is that a worker thread that is spawned  
> crashes and I need to debug that thread but there seems to be no way  
> to get to that thread. Any ideas?
>    This is on Galileo SR1 with CDT 6 on OS X 10.5. I am using the  
> carbon version of Eclipse for 32 bit JVMs if that makes a
> difference.  
> Also using a "Makefile" project.
>
>
> Thanks
> _________________________________________________________
> Mike Jackson                  mike.jackson@...
> BlueQuartz Software                    www.bluequartz.net
> Principal Software Engineer                  Dayton, Ohio
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not really sure. Which one _should_ I be using?

--
Mike Jackson <www.bluequartz.net>

On Oct 28, 2009, at 8:19 PM, Marc Khouzam wrote:

> Are you using the Standard Debugger or GDB (DSF)?
>
>> -----Original Message-----
>> From: cdt-dev-bounces@...
>> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
>> Sent: October-28-09 9:17 AM
>> To: CDT General developers list.
>> Subject: [cdt-dev] How to perform Multi-Threaded Debugging on CDT 6.0
>>
>> Currently trying to debug a multi-threaded program and usually there
>> is a listing of all the threads but now with CDT 6 there is only the
>> main thread listed. Problem is that a worker thread that is spawned
>> crashes and I need to debug that thread but there seems to be no way
>> to get to that thread. Any ideas?
>>   This is on Galileo SR1 with CDT 6 on OS X 10.5. I am using the
>> carbon version of Eclipse for 32 bit JVMs if that makes a
>> difference.
>> Also using a "Makefile" project.
>>
>>
>> Thanks
>> _________________________________________________________
>> Mike Jackson                  mike.jackson@...
>> BlueQuartz Software                    www.bluequartz.net
>> Principal Software Engineer                  Dayton, Ohio
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc Khouzam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 
> Not really sure. Which one _should_ I be using?

That is really up to you.  The Standard debugger
is the one that has been in use from the start of CDT.
It is somewhat in maintenance mode (no big new features).

The new GDB (DSF) one has been added in 6.0 and is the
one that is actively being worked on.

Since you don't know the one you are using, my guess
it is the default Standard one.
To know which one you are running and potentially change
that, look in the main tab of your launch configuration;
at the bottom you have a hyperlink.  That is how to choose
the debugger.

Maybe try the one you were not using and see if you have
the same problem.

Marc
 

> On Oct 28, 2009, at 8:19 PM, Marc Khouzam wrote:
>
> > Are you using the Standard Debugger or GDB (DSF)?
> >
> >> -----Original Message-----
> >> From: cdt-dev-bounces@...
> >> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
> >> Sent: October-28-09 9:17 AM
> >> To: CDT General developers list.
> >> Subject: [cdt-dev] How to perform Multi-Threaded Debugging
> on CDT 6.0
> >>
> >> Currently trying to debug a multi-threaded program and
> usually there
> >> is a listing of all the threads but now with CDT 6 there
> is only the
> >> main thread listed. Problem is that a worker thread that is spawned
> >> crashes and I need to debug that thread but there seems to
> be no way
> >> to get to that thread. Any ideas?
> >>   This is on Galileo SR1 with CDT 6 on OS X 10.5. I am using the
> >> carbon version of Eclipse for 32 bit JVMs if that makes a
> >> difference.
> >> Also using a "Makefile" project.
> >>
> >>
> >> Thanks
> >> _________________________________________________________
> >> Mike Jackson                  mike.jackson@...
> >> BlueQuartz Software                    www.bluequartz.net
> >> Principal Software Engineer                  Dayton, Ohio
> >>
> >> _______________________________________________
> >> cdt-dev mailing list
> >> cdt-dev@...
> >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks,

   I was using the "standard" debugger. I switched to the DSF based  
debugger and that did not particularly work either. I am using Qt's  
thread abstraction but underneath the threads are native OS X threads  
(pthreads I believe). Not really sure. If I get some time I may try  
dropping back to Europa or Ganymeade and try those out just for  
comparison.

--
Mike Jackson <www.bluequartz.net>

On Oct 29, 2009, at 9:04 AM, Marc Khouzam wrote:

>
>> Not really sure. Which one _should_ I be using?
>
> That is really up to you.  The Standard debugger
> is the one that has been in use from the start of CDT.
> It is somewhat in maintenance mode (no big new features).
>
> The new GDB (DSF) one has been added in 6.0 and is the
> one that is actively being worked on.
>
> Since you don't know the one you are using, my guess
> it is the default Standard one.
> To know which one you are running and potentially change
> that, look in the main tab of your launch configuration;
> at the bottom you have a hyperlink.  That is how to choose
> the debugger.
>
> Maybe try the one you were not using and see if you have
> the same problem.
>
> Marc
>
>> On Oct 28, 2009, at 8:19 PM, Marc Khouzam wrote:
>>
>>> Are you using the Standard Debugger or GDB (DSF)?
>>>
>>>> -----Original Message-----
>>>> From: cdt-dev-bounces@...
>>>> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
>>>> Sent: October-28-09 9:17 AM
>>>> To: CDT General developers list.
>>>> Subject: [cdt-dev] How to perform Multi-Threaded Debugging
>> on CDT 6.0
>>>>
>>>> Currently trying to debug a multi-threaded program and
>> usually there
>>>> is a listing of all the threads but now with CDT 6 there
>> is only the
>>>> main thread listed. Problem is that a worker thread that is spawned
>>>> crashes and I need to debug that thread but there seems to
>> be no way
>>>> to get to that thread. Any ideas?
>>>>  This is on Galileo SR1 with CDT 6 on OS X 10.5. I am using the
>>>> carbon version of Eclipse for 32 bit JVMs if that makes a
>>>> difference.
>>>> Also using a "Makefile" project.
>>>>
>>>>
>>>> Thanks
>>>> _________________________________________________________
>>>> Mike Jackson                  mike.jackson@...
>>>> BlueQuartz Software                    www.bluequartz.net
>>>> Principal Software Engineer                  Dayton, Ohio
>>>>
>>>> _______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@...
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc Khouzam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> Thanks,
>
>    I was using the "standard" debugger. I switched to the DSF based  
> debugger and that did not particularly work either. I am using Qt's  
> thread abstraction but underneath the threads are native OS X
> threads  
> (pthreads I believe). Not really sure. If I get some time I may try  
> dropping back to Europa or Ganymeade and try those out just for  
> comparison.

When using DSF you can look at one of the consoles called "gdb traces".
It can show if GDB is seeing the different threads.  You can attach it
here and I'll have a look.

But first, which gdb version are you using?_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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".


511:[mjackson@Ferb:~]$ gcc --version
i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There  
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR  
PURPOSE.

513:[mjackson@Ferb:~]$ java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-226)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-92, mixed mode)


Eclipse Version: Eclipse IDE for C/C++ Developers
Build id: 20090920-1017

CDT Version 1.2.1.20090918-0703

Let me know if you need anything else.

Mike Jackson


497,426 2-thread-list-ids
497,428 2^done,thread-
ids
=
{},time
={wallclock="0.00006",user="0.00004",system="0.00002",start="125683\
0497.426753",end="1256830497.426813"}
497,428 (gdb)
497,429 3source .gdbinit
497,430 &"source .gdbinit\n"
497,430 3^done
497,430 (gdb)
497,431 4-file-exec-and-symbols /Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Representation\
_debug.app/Contents/MacOS/Representation_debug
497,517 5-stack-info-depth 11
497,813  
4
^
done
,time
=
{wallclock
="0.38182",user="0.19953",system="0.09511",start="1256830497.431374",e\
nd="1256830497.813193"}
497,814 (gdb)
497,814 5^error,msg="No registers."
497,814 6-environment-cd /Users/mjackson/Workspace/AIMRepresentation
497,814 (gdb)
497,815  
6
^
done
,time
=
{wallclock
="0.00006",user="0.00003",system="0.00002",start="1256830497.814725",e\
nd="1256830497.814788"}
497,815 (gdb)
497,815 7-stack-list-frames
497,815 8-gdb-set auto-solib-add on
497,816 7^error,msg="No registers."
497,816 (gdb)
497,816  
8
^
done
,time
=
{wallclock
="0.00002",user="0.00002",system="0.00000",start="1256830497.815789",e\
nd="1256830497.815810"}
497,816 (gdb)
497,823 9-stack-list-frames 0 0
497,823 9^error,msg="No registers."
497,823 (gdb)
497,824 10-environment-directory /Users/mjackson/Workspace/
AIMRepresentation /Users/mjackson/Workspa\
ce/AIMRepresentation/.git /Users/mjackson/Workspace/
AIMRepresentation/.git/branches /Users/mjackson/\
Workspace/AIMRepresentation/.git/hooks /Users/mjackson/Workspace/
AIMRepresentation/.git/info /Users/\
mjackson/Workspace/AIMRepresentation/.git/logs /Users/mjackson/
Workspace/AIMRepresentation/.git/logs\
/refs /Users/mjackson/Workspace/AIMRepresentation/.git/logs/refs/
heads /Users/mjackson/Workspace/AIM\
Representation/.git/logs/refs/remotes /Users/mjackson/Workspace/
AIMRepresentation/.git/logs/refs/rem\
otes/origin /Users/mjackson/Workspace/AIMRepresentation/.git/objects /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/01 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/03 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/0a /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/0b /Users/mjackson/Workspace/AIMRepresentation/.git/objects/0d /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/13 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/17 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/1b /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/1f /Users/mjackson/Workspace/AIMRepresentation/.git/objects/20 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/21 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/23 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/26 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/2a /Users/mjackson/Workspace/AIMRepresentation/.git/objects/2c /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/2e /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/30 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/32 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/33 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/37 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/38 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/3a /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/3c /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/41 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/4b /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/4c /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/54 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/56 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/59 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/5a /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/5e /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/5f /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/60 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/63 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/64 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/66 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/67 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/69 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/6d /Users/mjackson/Workspace/AIMRepresentation/.git/objects/71 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/73 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/74 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/75 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/79 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/7b /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/7e /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/81 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/83 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/85 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/86 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/87 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/88 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/8a /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/8d /Users/mjackson/Workspace/AIMRepresentation/.git/objects/8e /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/90 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/91 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/92 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/94 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/95 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/96 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/97 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/98 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/99 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/9b /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/9d /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/9e /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/a0 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/a1 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/a2 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/a3 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/a6 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/a7 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/a8 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/aa /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/ac /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/ad /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/ae /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/b1 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/b2 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/b3 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/b7 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/b8 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/be /Users/mjackson/Workspace/AIMRepresentation/.git/objects/c2 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/c5 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/c9 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/cc /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/cd /Users/mjackson/Workspace/AIMRepresentation/.git/objects/ce /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/d0 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/d2 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/d7 /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/d9 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/da /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/dc /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/de /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/df /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/e0 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/e8 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/ec /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/ed /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/ee /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/f0 /Users/mjackson/Workspace/AIMRepresentation/.git/objects/f1 /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/f5 /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/f7 /Users/mjac\
kson/Workspace/AIMRepresentation/.git/objects/fa /Users/mjackson/
Workspace/AIMRepresentation/.git/ob\
jects/fd /Users/mjackson/Workspace/AIMRepresentation/.git/objects/ff /
Users/mjackson/Workspace/AIMRe\
presentation/.git/objects/info /Users/mjackson/Workspace/
AIMRepresentation/.git/objects/pack /Users/\
mjackson/Workspace/AIMRepresentation/.git/refs /Users/mjackson/
Workspace/AIMRepresentation/.git/refs\
/heads /Users/mjackson/Workspace/AIMRepresentation/.git/refs/remotes /
Users/mjackson/Workspace/AIMRe\
presentation/.git/refs/remotes/origin /Users/mjackson/Workspace/
AIMRepresentation/.git/refs/tags /Us\
ers/mjackson/Workspace/AIMRepresentation/Build /Users/mjackson/
Workspace/AIMRepresentation/Build/AIM\
  /Users/mjackson/Workspace/AIMRepresentation/Build/AIM/CMakeFiles /
Users/mjackson/Workspace/AIMRepre\
sentation/Build/AIM/CMakeFiles/AIMCommon.dir /Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/C\
MakeFiles/AIMCommon.dir/__ /Users/mjackson/Workspace/AIMRepresentation/
Build/AIM/CMakeFiles/AIMCommo\
n.dir/__/ANG /Users/mjackson/Workspace/AIMRepresentation/Build/AIM/
Common /Users/mjackson/Workspace/\
AIMRepresentation/Build/AIM/GUI /Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/GUI/CMakeFiles\
  /Users/mjackson/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir /Users/mjac\
kson/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__ /Users/mjackson/Work\
space/AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/__/
Common /Users/mjackson/Worksp\
ace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/__/
Common/Qt /Users/mjackson/Works\
pace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/__/
GrainGenerator /Users/mjackson\
/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__/Reconstruction /Users/mj\
ackson/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__/SurfaceMesh /Users\
/mjackson/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__/Threads /Users/\
mjackson/Workspace/AIMRepresentation/Build/AIM/GUI/__ /Users/mjackson/
Workspace/AIMRepresentation/Bu\
ild/AIM/GUI/__/Common /Users/mjackson/Workspace/AIMRepresentation/
Build/AIM/GUI/__/Common/Qt /Users/\
mjackson/Workspace/AIMRepresentation/Build/AIM/GUI/__/GrainGenerator /
Users/mjackson/Workspace/AIMRe\
presentation/Build/AIM/GUI/__/Reconstruction /Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/G\
UI/__/SurfaceMesh /Users/mjackson/Workspace/AIMRepresentation/Build/
AIM/GUI/__/Threads /Users/mjacks\
on/Workspace/AIMRepresentation/Build/AIM/GrainGenerator /Users/
mjackson/Workspace/AIMRepresentation/\
Build/AIM/GrainGenerator/CMakeFiles /Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/GrainGener\
ator/CMakeFiles/GrainGenerator.dir /Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/Reconstruct\
ion /Users/mjackson/Workspace/AIMRepresentation/Build/AIM/
Reconstruction/CMakeFiles /Users/mjackson/\
Workspace/AIMRepresentation/Build/AIM/Reconstruction/CMakeFiles/
Reconstruction.dir /Users/mjackson/W\
orkspace/AIMRepresentation/Build/AIM/SurfaceMesh /Users/mjackson/
Workspace/AIMRepresentation/Build/A\
IM/SurfaceMesh/CMakeFiles /Users/mjackson/Workspace/AIMRepresentation/
Build/AIM/SurfaceMesh/CMakeFil\
es/SurfaceMesh.dir /Users/mjackson/Workspace/AIMRepresentation/Build/
AIM/SurfaceMesh/CMakeFiles/Surf\
aceMeshSmoothing.dir /Users/mjackson/Workspace/AIMRepresentation/Build/
Bin /Users/mjackson/Workspace\
/AIMRepresentation/Build/Bin/Representation.app /Users/mjackson/
Workspace/AIMRepresentation/Build/Bi\
n/Representation.app/Contents /Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Representation.a\
pp/Contents/MacOS /Users/mjackson/Workspace/AIMRepresentation/Build/
Bin/Representation.app/Contents/\
Resources /Users/mjackson/Workspace/AIMRepresentation/Build/Bin/
Representation_debug.app /Users/mjac\
kson/Workspace/AIMRepresentation/Build/Bin/Representation_debug.app/
Contents /Users/mjackson/Workspa\
ce/AIMRepresentation/Build/Bin/Representation_debug.app/Contents/
MacOS /Users/mjackson/Workspace/AIM\
Representation/Build/Bin/Representation_debug.app/Contents/Resources /
Users/mjackson/Workspace/AIMRe\
presentation/Build/CMakeFiles /Users/mjackson/Workspace/
AIMRepresentation/Build/CMakeFiles/CMakeTmp \
/Users/mjackson/Workspace/AIMRepresentation/Build/CMakeFiles/CMakeTmp/
CMakeFiles /Users/mjackson/Wor\
kspace/AIMRepresentation/Build/CMakeFiles/CMakeTmp/CMakeFiles/
cmTryCompileExec.dir /Users/mjackson/W\
orkspace/AIMRepresentation/Build/CMakeFiles/CompilerIdC /Users/
mjackson/Workspace/AIMRepresentation/\
Build/CMakeFiles/CompilerIdCXX /Users/mjackson/Workspace/
AIMRepresentation/Build/CMakeTmp /Users/mja\
ckson/Workspace/AIMRepresentation/Build/CMakeTmp/Bool /Users/mjackson/
Workspace/AIMRepresentation/Bu\
ild/CMakeTmp/Bool/CMakeFiles /Users/mjackson/Workspace/
AIMRepresentation/Build/CMakeTmp/Bool/CMakeFi\
les/CMakeTmp /Users/mjackson/Workspace/AIMRepresentation/Build/
CMakeTmp/Bool/CMakeFiles/CMakeTmp/CMa\
keFiles /Users/mjackson/Workspace/AIMRepresentation/Build/CMakeTmp/
Bool/CMakeFiles/CMakeTmp/CMakeFil\
es/cmTryCompileExec.dir /Users/mjackson/Workspace/AIMRepresentation/
Build/CMakeTmp/Char /Users/mjack\
son/Workspace/AIMRepresentation/Build/CMakeTmp/Char/CMakeFiles /Users/
mjackson/Workspace/AIMRepresen\
tation/Build/CMakeTmp/Char/CMakeFiles/CMakeTmp /Users/mjackson/
Workspace/AIMRepresentation/Build/CMa\
keTmp/Char/CMakeFiles/CMakeTmp/CMakeFiles /Users/mjackson/Workspace/
AIMRepresentation/Build/CMakeTmp\
/Char/CMakeFiles/CMakeTmp/CMakeFiles/cmTryCompileExec.dir /Users/
mjackson/Workspace/AIMRepresentatio\
n/Build/MXA /Users/mjackson/Workspace/AIMRepresentation/Build/MXA/
CMakeFiles /Users/mjackson/Workspa\
ce/AIMRepresentation/Build/MXA/CMakeFiles/MXA.dir /Users/mjackson/
Workspace/AIMRepresentation/Build/\
MXA/CMakeFiles/MXA.dir/Utilities /Users/mjackson/Workspace/
AIMRepresentation/Resources /Users/mjacks\
on/Workspace/AIMRepresentation/Resources/CMake /Users/mjackson/
Workspace/AIMRepresentation/Resources\
/OSX_Tools /Users/mjackson/Workspace/AIMRepresentation/Resources/
icons /Users/mjackson/Workspace/AIM\
Representation/Resources/icons/icns /Users/mjackson/Workspace/
AIMRepresentation/Resources/icons/ico \
/Users/mjackson/Workspace/AIMRepresentation/Resources/icons/images /
Users/mjackson/Workspace/AIMRepr\
esentation/Source /Users/mjackson/Workspace/AIMRepresentation/Source/
AIM /Users/mjackson/Workspace/A\
IMRepresentation/Source/AIM/ANG /Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Common /Users\
/mjackson/Workspace/AIMRepresentation/Source/AIM/Common/Qt /Users/
mjackson/Workspace/AIMRepresentati\
on/Source/AIM/Common/Qt/UI_Files /Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/GUI /Users/m\
jackson/Workspace/AIMRepresentation/Source/AIM/GUI/UI_Files /Users/
mjackson/Workspace/AIMRepresentat\
ion/Source/AIM/GrainGenerator /Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Reconstruction \
/Users/mjackson/Workspace/AIMRepresentation/Source/AIM/SurfaceMesh /
Users/mjackson/Workspace/AIMRepr\
esentation/Source/AIM/Threads /Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/VolumeMesh /Use\
rs/mjackson/Workspace/AIMRepresentation/Source/MXA /Users/mjackson/
Workspace/AIMRepresentation/Sourc\
e/MXA/Common /Users/mjackson/Workspace/AIMRepresentation/Source/MXA/
Utilities /Users/mjackson/Worksp\
ace/AIMRepresentation/Source/Test /Users/mjackson/Workspace/
AIMRepresentation/xcode /Users/mjackson/\
Workspace/AIMRepresentation/xcode/AIM /Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/AIMCommo\
n.xcodeproj /Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/
CMakeFiles /Users/mjackson/Workspa\
ce/AIMRepresentation/xcode/AIM/CMakeScripts /Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/Co\
mmon /Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/GUI /Users/
mjackson/Workspace/AIMRepresen\
tation/xcode/AIM/GUI/CMakeFiles /Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/GUI/CMakeFiles\
/Representation.dir /Users/mjackson/Workspace/AIMRepresentation/xcode/
AIM/GUI/CMakeScripts /Users/mj\
ackson/Workspace/AIMRepresentation/xcode/AIM/GUI/
Representation.xcodeproj /Users/mjackson/Workspace/\
AIMRepresentation/xcode/AIM/GUI/__ /Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/GUI/__/Comm\
on /Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/GUI/__/Common/
Qt /Users/mjackson/Workspace/\
AIMRepresentation/xcode/AIM/GUI/__/GrainGenerator /Users/mjackson/
Workspace/AIMRepresentation/xcode/\
AIM/GUI/__/Reconstruction /Users/mjackson/Workspace/AIMRepresentation/
xcode/AIM/GUI/__/Threads /User\
s/mjackson/Workspace/AIMRepresentation/xcode/
AIMRepresentation.xcodeproj /Users/mjackson/Workspace/A\
IMRepresentation/xcode/Bin /Users/mjackson/Workspace/AIMRepresentation/
xcode/Bin/AIMRepresentation.b\
uild /Users/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug /Users/mjac\
kson/Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/
Debug/Representation.build /Users\
/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug/Representation.build/O\
bjects-normal /Users/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug/Re\
presentation.build/Objects-normal/i386 /Users/mjackson/Workspace/
AIMRepresentation/xcode/Bin/AIMRepr\
esentation.build/Debug/libAIMCommon.a.build /Users/mjackson/Workspace/
AIMRepresentation/xcode/Bin/AI\
MRepresentation.build/Debug/libAIMCommon.a.build/Objects-normal /Users/
mjackson/Workspace/AIMReprese\
ntation/xcode/Bin/AIMRepresentation.build/Debug/libAIMCommon.a.build/
Objects-normal/i386 /Users/mjac\
kson/Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/
Debug/libMXA.a.build /Users/mjack\
son/Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/
Debug/libMXA.a.build/Objects-norma\
l /Users/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug/libMXA.a.build\
/Objects-normal/i386 /Users/mjackson/Workspace/AIMRepresentation/xcode/
Bin/Debug /Users/mjackson/Wor\
kspace/AIMRepresentation/xcode/Bin/Debug/Representation_debug.app /
Users/mjackson/Workspace/AIMRepre\
sentation/xcode/Bin/Debug/Representation_debug.app/Contents /Users/
mjackson/Workspace/AIMRepresentat\
ion/xcode/Bin/Debug/Representation_debug.app/Contents/MacOS /Users/
mjackson/Workspace/AIMRepresentat\
ion/xcode/Bin/Debug/Representation_debug.app/Contents/Resources /Users/
mjackson/Workspace/AIMReprese\
ntation/xcode/CMakeFiles /Users/mjackson/Workspace/AIMRepresentation/
xcode/CMakeFiles/CMakeTmp /User\
s/mjackson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build /Users/mjac\
kson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug /Users/mjac\
kson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug/cmTryCompil\
eExec.build /Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.\
build/Debug/cmTryCompileExec.build/Objects-normal /Users/mjackson/
Workspace/AIMRepresentation/xcode/\
CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/
cmTryCompileExec.build/Objects-normal/i386 /Users/\
mjackson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.xcodeproj /Users/mj\
ackson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMakeFiles /Users/mjackson/Workspace/AI\
MRepresentation/xcode/CMakeFiles/CMakeTmp/CMakeScripts /Users/mjackson/
Workspace/AIMRepresentation/x\
code/CMakeFiles/CMakeTmp/Debug /Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeFiles/Compiler\
IdC /Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeFiles/
CompilerIdCXX /Users/mjackson/Works\
pace/AIMRepresentation/xcode/CMakeScripts /Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp\
  /Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool /
Users/mjackson/Workspace/AIMRepres\
entation/xcode/CMakeTmp/Bool/CMakeFiles /Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/B\
ool/CMakeFiles/CMakeTmp /Users/mjackson/Workspace/AIMRepresentation/
xcode/CMakeTmp/Bool/CMakeFiles/C\
MakeTmp/CMAKE_TRY_COMPILE.build /Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/Bool/CMak\
eFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug /Users/mjackson/
Workspace/AIMRepresentation/xcode/CMak\
eTmp/Bool/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/
cmTryCompileExec.build /Users/mjackson/W\
orkspace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug/cmT\
ryCompileExec.build/Objects-normal /Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/Bool/C\
MakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/
cmTryCompileExec.build/Objects-normal/i386 /Users/m\
jackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/
CMakeTmp/CMAKE_TRY_COMPILE.xcodep\
roj /Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/
CMakeFiles/CMakeTmp/CMakeFiles /\
Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/
CMakeFiles/CMakeTmp/CMakeScripts /Use\
rs/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/
CMakeTmp/Debug /Users/mjackso\
n/Workspace/AIMRepresentation/xcode/CMakeTmp/Char /Users/mjackson/
Workspace/AIMRepresentation/xcode/\
CMakeTmp/Char/CMakeFiles /Users/mjackson/Workspace/AIMRepresentation/
xcode/CMakeTmp/Char/CMakeFiles/\
CMakeTmp /Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/
Char/CMakeFiles/CMakeTmp/CMAKE_T\
RY_COMPILE.build /Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeTmp/Char/CMakeFiles/CMakeTmp\
/CMAKE_TRY_COMPILE.build/Debug /Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/Char/CMake\
Files/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build /
Users/mjackson/Workspace/AIMRep\
resentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.b\
uild/Objects-normal /Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeTmp/Char/CMakeFiles/CMake\
Tmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build/Objects-
normal/i386 /Users/mjackson/Workspa\
ce/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.xcodeproj /Users/mjac\
kson/Workspace/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/
CMakeTmp/CMakeFiles /Users/mjackson/\
Workspace/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMakeScripts /Users/mjackson/Wor\
kspace/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
Debug /Users/mjackson/Workspace/AIM\
Representation/xcode/MXA /Users/mjackson/Workspace/AIMRepresentation/
xcode/MXA/CMakeFiles /Users/mja\
ckson/Workspace/AIMRepresentation/xcode/MXA/CMakeScripts /Users/
mjackson/Workspace/AIMRepresentation\
/xcode/MXA/MXA.xcodeproj /Users/mjackson/Workspace/AIMRepresentation/
xcode/build /Users/mjackson/Wor\
kspace/AIMRepresentation/xcode/build/AIMRepresentation.build /Users/
mjackson/Workspace/AIMRepresenta\
tion/xcode/build/AIMRepresentation.build/AIMRepresentation.pbxindex /
Users/mjackson/Workspace/AIMRep\
resentation/xcode/build/AIMRepresentation.build/
AIMRepresentation.pbxindex/strings.pbxstrings
497,872 11info threads
497,900 10^done,source-path="/Users/mjackson/Workspace/
AIMRepresentation:/Users/mjackson/Workspace/A\
IMRepresentation/.git:/Users/mjackson/Workspace/AIMRepresentation/.git/
branches:/Users/mjackson/Work\
space/AIMRepresentation/.git/hooks:/Users/mjackson/Workspace/
AIMRepresentation/.git/info:/Users/mjac\
kson/Workspace/AIMRepresentation/.git/logs:/Users/mjackson/Workspace/
AIMRepresentation/.git/logs/ref\
s:/Users/mjackson/Workspace/AIMRepresentation/.git/logs/refs/heads:/
Users/mjackson/Workspace/AIMRepr\
esentation/.git/logs/refs/remotes:/Users/mjackson/Workspace/
AIMRepresentation/.git/logs/refs/remotes\
/origin:/Users/mjackson/Workspace/AIMRepresentation/.git/objects:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/01:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/03:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/0a:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/0b:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/0d:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/13:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/17:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/1b:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/1f:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/20:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/21:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/23:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/26:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/2a:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/2c:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/2e:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/30:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/32:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/33:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/37:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/38:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/3a:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/3c:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/41:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/4b:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/4c:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/54:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/56:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/59:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/5a:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/5e:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/5f:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/60:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/63:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/64:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/66:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/67:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/69:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/6d:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/71:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/73:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/74:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/75:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/79:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/7b:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/7e:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/81:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/83:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/85:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/86:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/87:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/88:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/8a:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/8d:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/8e:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/90:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/91:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/92:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/94:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/95:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/96:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/97:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/98:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/99:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/9b:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/9d:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/9e:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/a0:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/a1:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/a2:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/a3:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/a6:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/a7:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/a8:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/aa:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/ac:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/ad:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/ae:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/b1:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/b2:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/b3:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/b7:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/b8:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/be:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/c2:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/c5:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/c9:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/cc:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/cd:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/ce:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/d0:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/d2:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/d7:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/d9:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/da:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/dc:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/de:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/df:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/e0:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/e8:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/ec:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/ed:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/ee:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/f0:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/f1:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/f5:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/f7:/Users/mjackson\
/Workspace/AIMRepresentation/.git/objects/fa:/Users/mjackson/Workspace/
AIMRepresentation/.git/object\
s/fd:/Users/mjackson/Workspace/AIMRepresentation/.git/objects/ff:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/objects/info:/Users/mjackson/Workspace/
AIMRepresentation/.git/objects/pack:/Users/mjac\
kson/Workspace/AIMRepresentation/.git/refs:/Users/mjackson/Workspace/
AIMRepresentation/.git/refs/hea\
ds:/Users/mjackson/Workspace/AIMRepresentation/.git/refs/remotes:/
Users/mjackson/Workspace/AIMRepres\
entation/.git/refs/remotes/origin:/Users/mjackson/Workspace/
AIMRepresentation/.git/refs/tags:/Users/\
mjackson/Workspace/AIMRepresentation/Build:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM:/Us\
ers/mjackson/Workspace/AIMRepresentation/Build/AIM/CMakeFiles:/Users/
mjackson/Workspace/AIMRepresent\
ation/Build/AIM/CMakeFiles/AIMCommon.dir:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/CMake\
Files/AIMCommon.dir/__:/Users/mjackson/Workspace/AIMRepresentation/
Build/AIM/CMakeFiles/AIMCommon.di\
r/__/ANG:/Users/mjackson/Workspace/AIMRepresentation/Build/AIM/Common:/
Users/mjackson/Workspace/AIMR\
epresentation/Build/AIM/GUI:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/GUI/CMakeFiles:/Us\
ers/mjackson/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir:/Users/mjackson\
/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__:/Users/mjackson/Workspac\
e/AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/__/
Common:/Users/mjackson/Workspace/\
AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/__/
Common/Qt:/Users/mjackson/Workspace\
/AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/__/
GrainGenerator:/Users/mjackson/Wor\
kspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/Representation.dir/
__/Reconstruction:/Users/mjacks\
on/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__/SurfaceMesh:/Users/mja\
ckson/Workspace/AIMRepresentation/Build/AIM/GUI/CMakeFiles/
Representation.dir/__/Threads:/Users/mjac\
kson/Workspace/AIMRepresentation/Build/AIM/GUI/__:/Users/mjackson/
Workspace/AIMRepresentation/Build/\
AIM/GUI/__/Common:/Users/mjackson/Workspace/AIMRepresentation/Build/
AIM/GUI/__/Common/Qt:/Users/mjac\
kson/Workspace/AIMRepresentation/Build/AIM/GUI/__/GrainGenerator:/
Users/mjackson/Workspace/AIMRepres\
entation/Build/AIM/GUI/__/Reconstruction:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/GUI/_\
_/SurfaceMesh:/Users/mjackson/Workspace/AIMRepresentation/Build/AIM/
GUI/__/Threads:/Users/mjackson/W\
orkspace/AIMRepresentation/Build/AIM/GrainGenerator:/Users/mjackson/
Workspace/AIMRepresentation/Buil\
d/AIM/GrainGenerator/CMakeFiles:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/GrainGenerator\
/CMakeFiles/GrainGenerator.dir:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/Reconstruction:\
/Users/mjackson/Workspace/AIMRepresentation/Build/AIM/Reconstruction/
CMakeFiles:/Users/mjackson/Work\
space/AIMRepresentation/Build/AIM/Reconstruction/CMakeFiles/
Reconstruction.dir:/Users/mjackson/Works\
pace/AIMRepresentation/Build/AIM/SurfaceMesh:/Users/mjackson/Workspace/
AIMRepresentation/Build/AIM/S\
urfaceMesh/CMakeFiles:/Users/mjackson/Workspace/AIMRepresentation/
Build/AIM/SurfaceMesh/CMakeFiles/S\
urfaceMesh.dir:/Users/mjackson/Workspace/AIMRepresentation/Build/AIM/
SurfaceMesh/CMakeFiles/SurfaceM\
eshSmoothing.dir:/Users/mjackson/Workspace/AIMRepresentation/Build/
Bin:/Users/mjackson/Workspace/AIM\
Representation/Build/Bin/Representation.app:/Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Re\
presentation.app/Contents:/Users/mjackson/Workspace/AIMRepresentation/
Build/Bin/Representation.app/C\
ontents/MacOS:/Users/mjackson/Workspace/AIMRepresentation/Build/Bin/
Representation.app/Contents/Reso\
urces:/Users/mjackson/Workspace/AIMRepresentation/Build/Bin/
Representation_debug.app:/Users/mjackson\
/Workspace/AIMRepresentation/Build/Bin/Representation_debug.app/
Contents:/Users/mjackson/Workspace/A\
IMRepresentation/Build/Bin/Representation_debug.app/Contents/MacOS:/
Users/mjackson/Workspace/AIMRepr\
esentation/Build/Bin/Representation_debug.app/Contents/Resources:/
Users/mjackson/Workspace/AIMRepres\
entation/Build/CMakeFiles:/Users/mjackson/Workspace/AIMRepresentation/
Build/CMakeFiles/CMakeTmp:/Use\
rs/mjackson/Workspace/AIMRepresentation/Build/CMakeFiles/CMakeTmp/
CMakeFiles:/Users/mjackson/Workspa\
ce/AIMRepresentation/Build/CMakeFiles/CMakeTmp/CMakeFiles/
cmTryCompileExec.dir:/Users/mjackson/Works\
pace/AIMRepresentation/Build/CMakeFiles/CompilerIdC:/Users/mjackson/
Workspace/AIMRepresentation/Buil\
d/CMakeFiles/CompilerIdCXX:/Users/mjackson/Workspace/AIMRepresentation/
Build/CMakeTmp:/Users/mjackso\
n/Workspace/AIMRepresentation/Build/CMakeTmp/Bool:/Users/mjackson/
Workspace/AIMRepresentation/Build/\
CMakeTmp/Bool/CMakeFiles:/Users/mjackson/Workspace/AIMRepresentation/
Build/CMakeTmp/Bool/CMakeFiles/\
CMakeTmp:/Users/mjackson/Workspace/AIMRepresentation/Build/CMakeTmp/
Bool/CMakeFiles/CMakeTmp/CMakeFi\
les:/Users/mjackson/Workspace/AIMRepresentation/Build/CMakeTmp/Bool/
CMakeFiles/CMakeTmp/CMakeFiles/c\
mTryCompileExec.dir:/Users/mjackson/Workspace/AIMRepresentation/Build/
CMakeTmp/Char:/Users/mjackson/\
Workspace/AIMRepresentation/Build/CMakeTmp/Char/CMakeFiles:/Users/
mjackson/Workspace/AIMRepresentati\
on/Build/CMakeTmp/Char/CMakeFiles/CMakeTmp:/Users/mjackson/Workspace/
AIMRepresentation/Build/CMakeTm\
p/Char/CMakeFiles/CMakeTmp/CMakeFiles:/Users/mjackson/Workspace/
AIMRepresentation/Build/CMakeTmp/Cha\
r/CMakeFiles/CMakeTmp/CMakeFiles/cmTryCompileExec.dir:/Users/mjackson/
Workspace/AIMRepresentation/Bu\
ild/MXA:/Users/mjackson/Workspace/AIMRepresentation/Build/MXA/
CMakeFiles:/Users/mjackson/Workspace/A\
IMRepresentation/Build/MXA/CMakeFiles/MXA.dir:/Users/mjackson/
Workspace/AIMRepresentation/Build/MXA/\
CMakeFiles/MXA.dir/Utilities:/Users/mjackson/Workspace/
AIMRepresentation/Resources:/Users/mjackson/W\
orkspace/AIMRepresentation/Resources/CMake:/Users/mjackson/Workspace/
AIMRepresentation/Resources/OSX\
_Tools:/Users/mjackson/Workspace/AIMRepresentation/Resources/icons:/
Users/mjackson/Workspace/AIMRepr\
esentation/Resources/icons/icns:/Users/mjackson/Workspace/
AIMRepresentation/Resources/icons/ico:/Use\
rs/mjackson/Workspace/AIMRepresentation/Resources/icons/images:/Users/
mjackson/Workspace/AIMRepresen\
tation/Source:/Users/mjackson/Workspace/AIMRepresentation/Source/AIM:/Users/mjackson/Workspace/AIMRe
\
presentation/Source/AIM/ANG:/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Common:/Users/mja\
ckson/Workspace/AIMRepresentation/Source/AIM/Common/Qt:/Users/mjackson/
Workspace/AIMRepresentation/S\
ource/AIM/Common/Qt/UI_Files:/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/GUI:/Users/mjack\
son/Workspace/AIMRepresentation/Source/AIM/GUI/UI_Files:/Users/
mjackson/Workspace/AIMRepresentation/\
Source/AIM/GrainGenerator:/Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/Reconstruction:/Use\
rs/mjackson/Workspace/AIMRepresentation/Source/AIM/SurfaceMesh:/Users/
mjackson/Workspace/AIMRepresen\
tation/Source/AIM/Threads:/Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/VolumeMesh:/Users/m\
jackson/Workspace/AIMRepresentation/Source/MXA:/Users/mjackson/
Workspace/AIMRepresentation/Source/MX\
A/Common:/Users/mjackson/Workspace/AIMRepresentation/Source/MXA/
Utilities:/Users/mjackson/Workspace/\
AIMRepresentation/Source/Test:/Users/mjackson/Workspace/
AIMRepresentation/xcode:/Users/mjackson/Work\
space/AIMRepresentation/xcode/AIM:/Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/AIMCommon.xc
\
odeproj:/Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/
CMakeFiles:/Users/mjackson/Workspace/A\
IMRepresentation/xcode/AIM/CMakeScripts:/Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/Common\
:/Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/GUI:/Users/
mjackson/Workspace/AIMRepresentati\
on/xcode/AIM/GUI/CMakeFiles:/Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/GUI/CMakeFiles/Rep\
resentation.dir:/Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/
GUI/CMakeScripts:/Users/mjacks\
on/Workspace/AIMRepresentation/xcode/AIM/GUI/Representation.xcodeproj:/
Users/mjackson/Workspace/AIMR\
epresentation/xcode/AIM/GUI/__:/Users/mjackson/Workspace/
AIMRepresentation/xcode/AIM/GUI/__/Common:/\
Users/mjackson/Workspace/AIMRepresentation/xcode/AIM/GUI/__/Common/Qt:/
Users/mjackson/Workspace/AIMR\
epresentation/xcode/AIM/GUI/__/GrainGenerator:/Users/mjackson/
Workspace/AIMRepresentation/xcode/AIM/\
GUI/__/Reconstruction:/Users/mjackson/Workspace/AIMRepresentation/
xcode/AIM/GUI/__/Threads:/Users/mj\
ackson/Workspace/AIMRepresentation/xcode/AIMRepresentation.xcodeproj:/
Users/mjackson/Workspace/AIMRe\
presentation/xcode/Bin:/Users/mjackson/Workspace/AIMRepresentation/
xcode/Bin/AIMRepresentation.build\
:/Users/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug:/Users/mjackson\
/Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/Debug/
Representation.build:/Users/mja\
ckson/Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/
Debug/Representation.build/Objec\
ts-normal:/Users/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug/Repres\
entation.build/Objects-normal/i386:/Users/mjackson/Workspace/
AIMRepresentation/xcode/Bin/AIMRepresen\
tation.build/Debug/libAIMCommon.a.build:/Users/mjackson/Workspace/
AIMRepresentation/xcode/Bin/AIMRep\
resentation.build/Debug/libAIMCommon.a.build/Objects-normal:/Users/
mjackson/Workspace/AIMRepresentat\
ion/xcode/Bin/AIMRepresentation.build/Debug/libAIMCommon.a.build/
Objects-normal/i386:/Users/mjackson\
/Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/Debug/
libMXA.a.build:/Users/mjackson/\
Workspace/AIMRepresentation/xcode/Bin/AIMRepresentation.build/Debug/
libMXA.a.build/Objects-normal:/U\
sers/mjackson/Workspace/AIMRepresentation/xcode/Bin/
AIMRepresentation.build/Debug/libMXA.a.build/Obj\
ects-normal/i386:/Users/mjackson/Workspace/AIMRepresentation/xcode/Bin/
Debug:/Users/mjackson/Workspa\
ce/AIMRepresentation/xcode/Bin/Debug/Representation_debug.app:/Users/
mjackson/Workspace/AIMRepresent\
ation/xcode/Bin/Debug/Representation_debug.app/Contents:/Users/
mjackson/Workspace/AIMRepresentation/\
xcode/Bin/Debug/Representation_debug.app/Contents/MacOS:/Users/
mjackson/Workspace/AIMRepresentation/\
xcode/Bin/Debug/Representation_debug.app/Contents/Resources:/Users/
mjackson/Workspace/AIMRepresentat\
ion/xcode/CMakeFiles:/Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeFiles/CMakeTmp:/Users/mj\
ackson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build:/Users/mjackson\
/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug:/Users/mjackson\
/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExe\
c.build:/Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeFiles/
CMakeTmp/CMAKE_TRY_COMPILE.buil\
d/Debug/cmTryCompileExec.build/Objects-normal:/Users/mjackson/
Workspace/AIMRepresentation/xcode/CMak\
eFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build/
Objects-normal/i386:/Users/mjac\
kson/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.xcodeproj:/Users/mjacks\
on/Workspace/AIMRepresentation/xcode/CMakeFiles/CMakeTmp/CMakeFiles:/
Users/mjackson/Workspace/AIMRep\
resentation/xcode/CMakeFiles/CMakeTmp/CMakeScripts:/Users/mjackson/
Workspace/AIMRepresentation/xcode\
/CMakeFiles/CMakeTmp/Debug:/Users/mjackson/Workspace/AIMRepresentation/
xcode/CMakeFiles/CompilerIdC:\
/Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeFiles/
CompilerIdCXX:/Users/mjackson/Workspace\
/AIMRepresentation/xcode/CMakeScripts:/Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp:/Us\
ers/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool:/Users/
mjackson/Workspace/AIMRepresenta\
tion/xcode/CMakeTmp/Bool/CMakeFiles:/Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/Bool/\
CMakeFiles/CMakeTmp:/Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeTmp/Bool/CMakeFiles/CMake\
Tmp/CMAKE_TRY_COMPILE.build:/Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFil\
es/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug:/Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp\
/Bool/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/
cmTryCompileExec.build:/Users/mjackson/Works\
pace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug/cmTryCo\
mpileExec.build/Objects-normal:/Users/mjackson/Workspace/
AIMRepresentation/xcode/CMakeTmp/Bool/CMake\
Files/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build/
Objects-normal/i386:/Users/mjack\
son/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/
CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj:\
/Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/
CMakeFiles/CMakeTmp/CMakeFiles:/User\
s/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/
CMakeTmp/CMakeScripts:/Users/m\
jackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Bool/CMakeFiles/
CMakeTmp/Debug:/Users/mjackson/Wo\
rkspace/AIMRepresentation/xcode/CMakeTmp/Char:/Users/mjackson/
Workspace/AIMRepresentation/xcode/CMak\
eTmp/Char/CMakeFiles:/Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeTmp/Char/CMakeFiles/CMak\
eTmp:/Users/mjackson/Workspace/AIMRepresentation/xcode/CMakeTmp/Char/
CMakeFiles/CMakeTmp/CMAKE_TRY_C\
OMPILE.build:/Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeTmp/Char/CMakeFiles/CMakeTmp/CMA\
KE_TRY_COMPILE.build/Debug:/Users/mjackson/Workspace/AIMRepresentation/
xcode/CMakeTmp/Char/CMakeFile\
s/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build:/Users/
mjackson/Workspace/AIMReprese\
ntation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build\
/Objects-normal:/Users/mjackson/Workspace/AIMRepresentation/xcode/
CMakeTmp/Char/CMakeFiles/CMakeTmp/\
CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec.build/Objects-normal/
i386:/Users/mjackson/Workspace/A\
IMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMAKE_TRY_COMPILE.xcodeproj:/Users/mjackson\
/Workspace/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMakeFiles:/Users/mjackson/Work\
space/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/
CMakeScripts:/Users/mjackson/Workspa\
ce/AIMRepresentation/xcode/CMakeTmp/Char/CMakeFiles/CMakeTmp/Debug:/
Users/mjackson/Workspace/AIMRepr\
esentation/xcode/MXA:/Users/mjackson/Workspace/AIMRepresentation/xcode/
MXA/CMakeFiles:/Users/mjackso\
n/Workspace/AIMRepresentation/xcode/MXA/CMakeScripts:/Users/mjackson/
Workspace/AIMRepresentation/xco\
de/MXA/MXA.xcodeproj:/Users/mjackson/Workspace/AIMRepresentation/xcode/
build:/Users/mjackson/Workspa\
ce/AIMRepresentation/xcode/build/AIMRepresentation.build:/Users/
mjackson/Workspace/AIMRepresentation\
/xcode/build/AIMRepresentation.build/AIMRepresentation.pbxindex:/Users/
mjackson/Workspace/AIMReprese\
ntation/xcode/build/AIMRepresentation.build/AIMRepresentation.pbxindex/
strings.pbxstrings:$cdir:$cwd\
",time
=
{wallclock
=
"0.01878
",user
="0.01528",system="0.00341",start="1256830497.880433",end="125683049\
7.899213"}
497,902 (gdb)
497,902 &"info threads\n"
497,903 11^error,msg="No registers."
497,903 (gdb)
497,905 12-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/Reconstruction/Recons\
truction.cpp:217
497,905 13-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/Reconstruction/Recons\
truction.cpp:115
497,905 14-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:35
497,905 15-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:85
497,905 16-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:84
497,986  
12
^
done
,bkpt
=
{number
=
"1",type="breakpoint",disp="keep",enabled="y",addr="0x000451dd",func="R\
econstruction::compute()",file="/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Reconstructio\
n/Reconstruction.cpp",line="217",shlib="/Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Repres\
entation_debug.app/Contents/MacOS/
Representation_debug",times="0"},time={wallclock="0.08052",user="0\
.
02993
",system="0.04403",start="1256830497.905237",end="1256830497.985758"}
497,986 (gdb)
497,986 17-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:43
497,986 18-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:34
498,033  
13
^
done
,bkpt
=
{number
=
"2",type="breakpoint",disp="keep",enabled="y",addr="0x00043f96",func="R\
econstruction::compute()",file="/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Reconstructio\
n/Reconstruction.cpp",line="115",shlib="/Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Repres\
entation_debug.app/Contents/MacOS/
Representation_debug",times="0"},time={wallclock="0.04671",user="0\
.
00954
",system="0.02737",start="1256830497.986049",end="1256830498.032759"}
498,033 (gdb)
498,033 19-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/Reconstruction/Recons\
truction.cpp:124
498,033 20-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:85
498,077 14^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,077 (gdb)
498,077 21-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/Reconstruction/Recons\
truction.cpp:319
498,077 22-break-insert /Users/mjackson/Workspace/AIMRepresentation/
Source/Test/AngDirectoryPatternT\
est.cpp:42
498,119 15^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,119 (gdb)
498,173 16^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,173 (gdb)
498,230 17^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,230 (gdb)
498,283 18^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,283 (gdb)
498,314  
19
^
done
,bkpt
=
{number
=
"3",type="breakpoint",disp="keep",enabled="y",addr="0x00043fca",func="R\
econstruction::compute()",file="/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Reconstructio\
n/Reconstruction.cpp",line="124",shlib="/Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Repres\
entation_debug.app/Contents/MacOS/
Representation_debug",times="0"},time={wallclock="0.03046",user="0\
.
00823
",system="0.02195",start="1256830498.283131",end="1256830498.313594"}
498,314 (gdb)
498,346 20^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,346 (gdb)
498,377  
21
^
done
,bkpt
=
{number
=
"4",type="breakpoint",disp="keep",enabled="y",addr="0x00046f45",func="R\
econstruction::compute()",file="/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/Reconstructio\
n/Reconstruction.cpp",line="319",shlib="/Users/mjackson/Workspace/
AIMRepresentation/Build/Bin/Repres\
entation_debug.app/Contents/MacOS/
Representation_debug",times="0"},time={wallclock="0.03116",user="0\
.
00837
",system="0.02225",start="1256830498.346217",end="1256830498.377374"}
498,378 (gdb)
498,411 22^error,msg="No source file named /Users/mjackson/Workspace/
AIMRepresentation/Source/Test/A\
ngDirectoryPatternTest.cpp."
498,411 (gdb)
498,411 23-break-insert -t main
498,456  
23
^
done
,bkpt
=
{number
=
"5",type="breakpoint",disp="del",enabled="y",addr="0x00005f32",func="ma\
in",file="/Users/mjackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",line="24",shlib="/Use\
rs/mjackson/Workspace/AIMRepresentation/Build/Bin/
Representation_debug.app/Contents/MacOS/Representa\
tion_debug
",times
=
"0
"},time
=
{wallclock
="0.04443",user="0.03847",system="0.00579",start="1256830498.4\
11790",end="1256830498.456218"}
498,456 (gdb)
498,457 24-exec-run
499,389 25-stack-info-depth 2
499,461 ~"[Switching to process 1399 local thread 0x2e03]\n"
499,470 =shlibs-updated
499,470 24^running
499,470 (gdb)
499,470 25^error,msg="Cannot execute command stack-info-depth while  
target running"
499,470 (gdb)
503,421 =shlibs-added,shlib-
info=[num="2",name="Representation_debug",kind="-",dyld-
addr="0x1000",re\
ason="exec",requested-state="Y",state="Y",path="/Users/mjackson/
Workspace/AIMRepresentation/Build/Bi\
n/Representation_debug.app/Contents/MacOS/
Representation_debug",description="/Users/mjackson/Workspa\
ce/AIMRepresentation/Build/Bin/Representation_debug.app/Contents/MacOS/
Representation_debug",loaded_\
addr="",slide="0x0",prefix=""],time={now="1256830503.420530"}
503,421 =shlibs-added,shlib-info=[num="3",name="QtGui",kind="F",dyld-
addr="0x9d0000",reason="dyld",r\
equested-state="Y",state="Y",path="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtGui.framework/V\
ersions/4/QtGui",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtGui.framework/Versio\
ns/4/
QtGui
",loaded_addr
="0x9d0000",slide="0x9d0000",prefix=""],time={now="1256830503.420666"}
503,421 =shlibs-added,shlib-info=[num="4",name="Carbon",kind="F",dyld-
addr="0x905c6000",reason="dyld\
",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/Carbon"\
,description="/System/Library/Frameworks/Carbon.framework/Versions/A/
Carbon",loaded_addr="0x905c6000\
",slide="-0x6fa3a000",prefix=""],time={now="1256830503.420772"}
503,421 =shlibs-added,shlib-info=[num="5",name="AppKit",kind="F",dyld-
addr="0x93e44000",reason="dyld\
",requested-state="Y",state="Y",path="/System/Library/Frameworks/
AppKit.framework/Versions/C/AppKit"\
,description="/System/Library/Frameworks/AppKit.framework/Versions/C/
AppKit",loaded_addr="0x93e44000\
",slide="-0x6c1bc000",prefix=""],time={now="1256830503.420878"}
503,421 =shlibs-added,shlib-info=[num="6",name="QtCore",kind="F",dyld-
addr="0x2bd000",reason="dyld",\
requested-state="Y",state="Y",path="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtCore.framework\
/Versions/4/QtCore",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtCore.framework/Ve\
rsions/4/
QtCore
",loaded_addr
="0x2bd000",slide="0x2bd000",prefix=""],time={now="1256830503.420990"}
503,421 =shlibs-added,shlib-info=[num="7",name="libz.
1.2.3.dylib",kind="-",dyld-addr="0x91fce000",re\
ason="dyld",requested-state="Y",state="Y",path="/usr/lib/libz.
1.2.3.dylib",description="/usr/lib/lib\
z.
1.2.3
.dylib
",loaded_addr
=
"0x91fce000
",slide="-0x6e032000",prefix=""],time={now="1256830503.421067"\
}
503,421 =shlibs-added,shlib-info=[num="8",name="libstdc++.
6.0.4.dylib",kind="-",dyld-addr="0x9707900\
0",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/libstdc+
+.6.0.4.dylib",description="/u\
sr/lib/libstdc++.
6.0.4
.dylib
",loaded_addr
="0x97079000",slide="-0x68f87000",prefix=""],time={now="125\
6830503.421150"}
503,422 =shlibs-added,shlib-info=[num="9",name="libgcc_s.
1.dylib",kind="-",dyld-addr="0x9680c000",re\
ason="dyld",requested-state="Y",state="Y",path="/usr/lib/libgcc_s.
1.dylib",description="/usr/lib/lib\
gcc_s.
1
.dylib
",loaded_addr
=
"0x9680c000
",slide="-0x697f4000",prefix=""],time={now="1256830503.421228"\
}
503,422 =shlibs-added,shlib-
info=[num="10",name="libSystem.B.dylib",kind="-",dyld-
addr="0x9194f000",\
reason="dyld",requested-state="Y",state="Y",path="/usr/lib/
libSystem.B.dylib",description="/usr/lib/\
libSystem
.B
.dylib
",loaded_addr="0x9194f000",slide="-0x6e6b1000",prefix="",commpage-
objpath="/usr/lib\
/
libSystem
.B.dylib[LC_SEGMENT.__DATA.__commpage]"],time={now="1256830503.421332"}
503,422 =shlibs-added,shlib-
info=[num="11",name="ApplicationServices",kind="F",dyld-
addr="0x924f1000\
",reason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.f\
ramework/Versions/A/ApplicationServices",description="/System/Library/
Frameworks/ApplicationServices\
.framework/Versions/A/
ApplicationServices
",loaded_addr="0x924f1000",slide="-0x6db0f000",prefix=""],t\
ime={now="1256830503.421462"}
503,422 =shlibs-added,shlib-
info=[num="12",name="CoreServices",kind="F",dyld-
addr="0x959d2000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/CoreServices.framework/Versi\
ons/A/CoreServices",description="/System/Library/Frameworks/
CoreServices.framework/Versions/A/CoreSe\
rvices
",loaded_addr
=
"0x959d2000
",slide="-0x6a62e000",prefix=""],time={now="1256830503.421579"}
503,422 =shlibs-added,shlib-
info=[num="13",name="libobjc.A.dylib",kind="-",dyld-
addr="0x96d2d000",re\
ason="dyld",requested-state="Y",state="Y",path="/usr/lib/
libobjc.A.dylib",description="/usr/lib/libo\
bjc
.A
.dylib
",loaded_addr="0x96d2d000",slide="-0x692d3000",prefix="",commpage-
objpath="/usr/lib/libob\
jc
.A.dylib[LC_SEGMENT.__DATA.__commpage]"],time={now="1256830503.421679"}
503,422 =shlibs-added,shlib-
info=[num="14",name="CoreFoundation",kind="F",dyld-
addr="0x9620e000",rea\
son="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/CoreFoundation.framework/V\
ersions/A/CoreFoundation",description="/System/Library/Frameworks/
CoreFoundation.framework/Versions/\
A/
CoreFoundation
",loaded_addr
="0x9620e000",slide="-0x69df2000",prefix=""],time={now="1256830503.4217\
99"}
503,422 =shlibs-added,shlib-
info=[num="15",name="Foundation",kind="F",dyld-
addr="0x93a08000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Foundation.framework/Versions/\
C/Foundation",description="/System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation",lo\
aded_addr
=
"0x93a08000
",slide="-0x6c5f8000",prefix=""],time={now="1256830503.421908"}
503,423 =shlibs-added,shlib-
info=[num="16",name="CarbonSound",kind="F",dyld-
addr="0x92233000",reason\
="dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/F\
rameworks/CarbonSound.framework/Versions/A/CarbonSound",description="/
System/Library/Frameworks/Carb\
on.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/
CarbonSound",loaded_addr="0x9223\
3000",slide="-0x6ddcd000",prefix=""],time={now="1256830503.422054"}
503,423 =shlibs-added,shlib-
info=[num="17",name="CommonPanels",kind="F",dyld-
addr="0x9619a000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Carbon.framework/Versions/A/\
Frameworks/CommonPanels.framework/Versions/A/
CommonPanels",description="/System/Library/Frameworks/C\
arbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/
A/CommonPanels",loaded_addr="0\
x9619a000",slide="-0x69e66000",prefix=""],time={now="1256830503.422201"}
503,423 =shlibs-added,shlib-info=[num="18",name="Help",kind="F",dyld-
addr="0x925db000",reason="dyld"\
,requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/Framewor\
ks/Help.framework/Versions/A/Help",description="/System/Library/
Frameworks/Carbon.framework/Versions\
/A/Frameworks/Help.framework/Versions/A/
Help",loaded_addr="0x925db000",slide="-0x6da25000",prefix=""\
],time={now="1256830503.422330"}
503,423 =shlibs-added,shlib-
info=[num="19",name="HIToolbox",kind="F",dyld-
addr="0x959d3000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/Fra\
meworks/HIToolbox.framework/Versions/A/HIToolbox",description="/System/
Library/Frameworks/Carbon.fra\
mework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/
HIToolbox",loaded_addr="0x959d3000",slid\
e="-0x6a62d000",prefix=""],time={now="1256830503.422468"}
503,423 =shlibs-added,shlib-
info=[num="20",name="HTMLRendering",kind="F",dyld-
addr="0x96774000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Carbon.framework/Versions/A\
/Frameworks/HTMLRendering.framework/Versions/A/
HTMLRendering",description="/System/Library/Framework\
s/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering",loaded_ad\
dr
=
"0x96774000
",slide="-0x6988c000",prefix=""],time={now="1256830503.422644"}
503,423 =shlibs-added,shlib-
info=[num="21",name="ImageCapture",kind="F",dyld-
addr="0x95cdc000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Carbon.framework/Versions/A/\
Frameworks/ImageCapture.framework/Versions/A/
ImageCapture",description="/System/Library/Frameworks/C\
arbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/
A/ImageCapture",loaded_addr="0\
x95cdc000",slide="-0x6a324000",prefix=""],time={now="1256830503.422800"}
503,423 =shlibs-added,shlib-info=[num="22",name="Ink",kind="F",dyld-
addr="0x931d7000",reason="dyld",\
requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/Framework\
s/Ink.framework/Versions/A/Ink",description="/System/Library/
Frameworks/Carbon.framework/Versions/A/\
Frameworks/Ink.framework/Versions/A/
Ink",loaded_addr="0x931d7000",slide="-0x6ce29000",prefix=""],tim\
e={now="1256830503.422929"}
503,423 =shlibs-added,shlib-
info=[num="23",name="NavigationServices",kind="F",dyld-
addr="0x93145000"\
,reason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Carbon.framework/Versi\
ons/A/Frameworks/NavigationServices.framework/Versions/A/
NavigationServices",description="/System/Li\
brary/Frameworks/Carbon.framework/Versions/A/Frameworks/
NavigationServices.framework/Versions/A/Navi\
gationServices
",loaded_addr
=
"0x93145000
",slide="-0x6cebb000",prefix=""],time={now="1256830503.423163\
"}
503,424 =shlibs-added,shlib-
info=[num="24",name="OpenScripting",kind="F",dyld-
addr="0x94719000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Carbon.framework/Versions/A\
/Frameworks/OpenScripting.framework/Versions/A/
OpenScripting",description="/System/Library/Framework\
s/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/
Versions/A/OpenScripting",loaded_ad\
dr
=
"0x94719000
",slide="-0x6b8e7000",prefix=""],time={now="1256830503.423348"}
503,424 =shlibs-added,shlib-info=[num="25",name="Print",kind="F",dyld-
addr="0x91d5e000",reason="dyld\
",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/Framewo\
rks/Print.framework/Versions/A/Print",description="/System/Library/
Frameworks/Carbon.framework/Versi\
ons/A/Frameworks/Print.framework/Versions/A/
Print",loaded_addr="0x91d5e000",slide="0x2d25e000",prefi\
x=""],time={now="1256830503.423495"}
503,424 =shlibs-added,shlib-
info=[num="26",name="SecurityHI",kind="F",dyld-
addr="0x93271000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Carbon.framework/Versions/A/Fr\
ameworks/SecurityHI.framework/Versions/A/SecurityHI",description="/
System/Library/Frameworks/Carbon.\
framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/
SecurityHI",loaded_addr="0x93271000"\
,slide="-0x6cd8f000",prefix=""],time={now="1256830503.423653"}
503,424 =shlibs-added,shlib-
info=[num="27",name="SpeechRecognition",kind="F",dyld-
addr="0x905c7000",\
reason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Carbon.framework/Versio\
ns/A/Frameworks/SpeechRecognition.framework/Versions/A/
SpeechRecognition",description="/System/Libra\
ry/Frameworks/Carbon.framework/Versions/A/Frameworks/
SpeechRecognition.framework/Versions/A/SpeechRe\
cognition
",loaded_addr
=
"0x905c7000
",slide="-0x6fa39000",prefix=""],time={now="1256830503.423909"}
503,424 =shlibs-added,shlib-
info=[num="28",name="CoreAudio",kind="F",dyld-
addr="0x966f6000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreAudio.framework/Versions/A/\
CoreAudio",description="/System/Library/Frameworks/CoreAudio.framework/
Versions/A/CoreAudio",loaded_\
addr
=
"0x966f6000
",slide="-0x6990a000",prefix=""],time={now="1256830503.424034"}
503,424 =shlibs-added,shlib-
info=[num="29",name="CarbonCore",kind="F",dyld-
addr="0x95cf2000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreServices.framework/Version\
s/A/Frameworks/CarbonCore.framework/Versions/A/
CarbonCore",description="/System/Library/Frameworks/C\
oreServices.framework/Versions/A/Frameworks/CarbonCore.framework/
Versions/A/CarbonCore",loaded_addr=\
"0x95cf2000
",slide="-0x6a30e000",prefix=""],time={now="1256830503.424182"}
503,424 =shlibs-added,shlib-
info=[num="30",name="CFNetwork",kind="F",dyld-
addr="0x91cb6000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreServices.framework/Versions\
/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork",description="/
System/Library/Frameworks/Core\
Services.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/
A/CFNetwork",loaded_addr="0x91\
cb6000",slide="-0x6e34a000",prefix=""],time={now="1256830503.424353"}
503,425 =shlibs-added,shlib-
info=[num="31",name="Metadata",kind="F",dyld-
addr="0x95078000",reason="d\
yld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreServices.framework/Versions/\
A/Frameworks/Metadata.framework/Versions/A/Metadata",description="/
System/Library/Frameworks/CoreSer\
vices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/
Metadata",loaded_addr="0x9507800\
0",slide="-0x6b788000",prefix=""],time={now="1256830503.424535"}
503,425 =shlibs-added,shlib-
info=[num="32",name="OSServices",kind="F",dyld-
addr="0x96847000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreServices.framework/Version\
s/A/Frameworks/OSServices.framework/Versions/A/
OSServices",description="/System/Library/Frameworks/C\
oreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices",loaded_addr=\
"0x96847000
",slide="-0x697b9000",prefix=""],time={now="1256830503.424685"}
503,425 =shlibs-added,shlib-
info=[num="33",name="SearchKit",kind="F",dyld-
addr="0x92138000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreServices.framework/Versions\
/A/Frameworks/SearchKit.framework/Versions/A/SearchKit",description="/
System/Library/Frameworks/Core\
Services.framework/Versions/A/Frameworks/SearchKit.framework/Versions/
A/SearchKit",loaded_addr="0x92\
138000",slide="-0x6dec8000",prefix=""],time={now="1256830503.424825"}
503,425 =shlibs-added,shlib-info=[num="34",name="AE",kind="F",dyld-
addr="0x9190e000",reason="dyld",r\
equested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreServices.framework/Versions/A/Fram\
eworks/AE.framework/Versions/A/AE",description="/System/Library/
Frameworks/CoreServices.framework/Ve\
rsions/A/Frameworks/AE.framework/Versions/A/
AE",loaded_addr="0x9190e000",slide="-0x6e6f2000",prefix=\
""],time={now="1256830503.425040"}
503,425 =shlibs-added,shlib-
info=[num="35",name="LaunchServices",kind="F",dyld-
addr="0x908ff000",rea\
son="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/CoreServices.framework/Ver\
sions/A/Frameworks/LaunchServices.framework/Versions/A/
LaunchServices",description="/System/Library/\
Frameworks/CoreServices.framework/Versions/A/Frameworks/
LaunchServices.framework/Versions/A/LaunchSe\
rvices
",loaded_addr
=
"0x908ff000
",slide="-0x6f701000",prefix=""],time={now="1256830503.425207"}
503,425 =shlibs-added,shlib-
info=[num="36",name="DictionaryServices",kind="F",dyld-
addr="0x96c51000"\
,reason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/CoreServices.framework\
/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/
DictionaryServices",description="/Sys\
tem/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
DictionaryServices.framework/Ver\
sions/A/
DictionaryServices
",loaded_addr
="0x96c51000",slide="-0x693af000",prefix=""],time={now="12568\
30503.425381"}
503,426 =shlibs-added,shlib-
info=[num="37",name="libmathCommon.A.dylib",kind="-",dyld-
addr="0x924d80\
00",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/
libmathCommon.A.dylib",descrip\
tion="/usr/lib/system/
libmathCommon
.A.dylib",loaded_addr="0x924d8000",slide="-0x6db28000",prefix=""]\
,time={now="1256830503.425532"}
503,426 =shlibs-added,shlib-info=[num="38",name="IOKit",kind="F",dyld-
addr="0x96bc3000",reason="dyld\
",requested-state="Y",state="Y",path="/System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit",d\
escription="/System/Library/Frameworks/IOKit.framework/Versions/A/
IOKit",loaded_addr="0x96bc3000",sl\
ide="-0x6943d000",prefix=""],time={now="1256830503.425640"}
503,426 =shlibs-added,shlib-
info=[num="39",name="libicucore.A.dylib",kind="-",dyld-
addr="0x92323000"\
,reason="dyld",requested-state="Y",state="Y",path="/usr/lib/
libicucore.A.dylib",description="/usr/li\
b/
libicucore
.A
.dylib
",loaded_addr
="0x92323000",slide="-0x6dcdd000",prefix=""],time={now="1256830503.\
425721"}
503,426 =shlibs-added,shlib-
info=[num="40",name="DiskArbitration",kind="F",dyld-
addr="0x9003d000",re\
ason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/DiskArbitration.framework\
/Versions/A/DiskArbitration",description="/System/Library/Frameworks/
DiskArbitration.framework/Versi\
ons/A/
DiskArbitration
",loaded_addr
="0x9003d000",slide="-0x6ffc3000",prefix=""],time={now="1256830503\
.425843"}
503,426 =shlibs-added,shlib-
info=[num="41",name="libbsm.dylib",kind="-",dyld-
addr="0x9245d000",reaso\
n="dyld",requested-state="Y",state="Y",path="/usr/lib/
libbsm.dylib",description="/usr/lib/libbsm.dyl\
ib
",loaded_addr
=
"0x9245d000
",slide="-0x6dba3000",prefix=""],time={now="1256830503.425941"}
503,427 =shlibs-added,shlib-
info=[num="42",name="libauto.dylib",kind="-",dyld-
addr="0x961a0000",reas\
on="dyld",requested-state="Y",state="Y",path="/usr/lib/
libauto.dylib",description="/usr/lib/libauto.\
dylib
",loaded_addr
=
"0x961a0000
",slide="-0x69e60000",prefix=""],time={now="1256830503.426059"}
503,427 =shlibs-added,shlib-
info=[num="43",name="Security",kind="F",dyld-
addr="0x9575b000",reason="d\
yld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Security.framework/Versions/A/Se\
curity",description="/System/Library/Frameworks/Security.framework/
Versions/A/Security",loaded_addr=\
"0x9575b000
",slide="-0x6a8a5000",prefix=""],time={now="1256830503.426168"}
503,427 =shlibs-added,shlib-
info=[num="44",name="SystemConfiguration",kind="F",dyld-
addr="0x93c85000\
",reason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/SystemConfiguration.f\
ramework/Versions/A/SystemConfiguration",description="/System/Library/
Frameworks/SystemConfiguration\
.framework/Versions/A/
SystemConfiguration
",loaded_addr="0x93c85000",slide="-0x6c37b000",prefix=""],t\
ime={now="1256830503.426303"}
503,427 =shlibs-added,shlib-
info=[num="45",name="libsqlite3.0.dylib",kind="-",dyld-
addr="0x94bd2000"\
,reason="dyld",requested-state="Y",state="Y",path="/usr/lib/
libsqlite3.0.dylib",description="/usr/li\
b/
libsqlite3.0
.dylib
",loaded_addr
="0x94bd2000",slide="-0x6b42e000",prefix=""],time={now="1256830503.\
426382"}
503,427 =shlibs-added,shlib-info=[num="46",name="libresolv.
9.dylib",kind="-",dyld-addr="0x900fa000",\
reason="dyld",requested-state="Y",state="Y",path="/usr/lib/libresolv.
9.dylib",description="/usr/lib/\
libresolv.
9
.dylib
",loaded_addr
="0x900fa000",slide="-0x6ff06000",prefix=""],time={now="1256830503.426\
486"}
503,427 =shlibs-added,shlib-
info=[num="47",name="libxml2.2.dylib",kind="-",dyld-
addr="0x93915000",re\
ason="dyld",requested-state="Y",state="Y",path="/usr/lib/
libxml2.2.dylib",description="/usr/lib/libx\
ml2.2
.dylib
",loaded_addr
=
"0x93915000
",slide="-0x6c6eb000",prefix=""],time={now="1256830503.426597"}
503,427 =shlibs-added,shlib-info=[num="48",name="libxslt.
1.dylib",kind="-",dyld-addr="0x9071b000",re\
ason="dyld",requested-state="Y",state="Y",path="/usr/lib/libxslt.
1.dylib",description="/usr/lib/libx\
slt.
1
.dylib
",loaded_addr
=
"0x9071b000
",slide="-0x6f8e5000",prefix=""],time={now="1256830503.426727"}
503,427 =shlibs-added,shlib-info=[num="49",name="ATS",kind="F",dyld-
addr="0x96106000",reason="dyld",\
requested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/Version\
s/A/Frameworks/ATS.framework/Versions/A/ATS",description="/System/
Library/Frameworks/ApplicationServ\
ices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/
ATS",loaded_addr="0x96106000",slide="-\
0x69efa000",prefix=""],time={now="1256830503.426881"}
503,427 =shlibs-added,shlib-
info=[num="50",name="ColorSync",kind="F",dyld-
addr="0x9223e000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/V\
ersions/A/Frameworks/ColorSync.framework/Versions/A/
ColorSync",description="/System/Library/Framewor\
ks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync",loa\
ded_addr
=
"0x9223e000
",slide="-0x6ddc2000",prefix=""],time={now="1256830503.427037"}
503,427 =shlibs-added,shlib-
info=[num="51",name="CoreGraphics",kind="F",dyld-
addr="0x93274000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framewor\
k/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/
CoreGraphics",description="/System/Library\
/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Co\
reGraphics
",loaded_addr
=
"0x93274000
",slide="-0x6cd8c000",prefix=""],time={now="1256830503.427275"}
503,428 =shlibs-added,shlib-
info=[num="52",name="CoreText",kind="F",dyld-
addr="0x93d05000",reason="d\
yld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/Ve\
rsions/A/Frameworks/CoreText.framework/Versions/A/
CoreText",description="/System/Library/Frameworks/\
ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/
Versions/A/CoreText",loaded_a\
ddr
=
"0x93d05000
",slide="-0x6c2fb000",prefix=""],time={now="1256830503.427458"}
503,428 =shlibs-added,shlib-
info=[num="53",name="HIServices",kind="F",dyld-
addr="0x966a4000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/\
Versions/A/Frameworks/HIServices.framework/Versions/A/
HIServices",description="/System/Library/Frame\
works/ApplicationServices.framework/Versions/A/Frameworks/
HIServices.framework/Versions/A/HIServices\
",loaded_addr
=
"0x966a4000
",slide="-0x6995c000",prefix=""],time={now="1256830503.427621"}
503,438 =shlibs-added,shlib-
info=[num="54",name="ImageIO",kind="F",dyld-
addr="0x95612000",reason="dy\
ld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/Ver\
sions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO",description="/
System/Library/Frameworks/App\
licationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO",loaded_addr="\
0x95612000
",slide="-0x6a9ee000",prefix=""],time={now="1256830503.427816"}
503,438 =shlibs-added,shlib-
info=[num="55",name="LangAnalysis",kind="F",dyld-
addr="0x9193e000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framewor\
k/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/
LangAnalysis",description="/System/Library\
/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/La\
ngAnalysis
",loaded_addr
=
"0x9193e000
",slide="-0x6e6c2000",prefix=""],time={now="1256830503.428013"}
503,438 =shlibs-added,shlib-
info=[num="56",name="PrintCore",kind="F",dyld-
addr="0x921b8000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/V\
ersions/A/Frameworks/PrintCore.framework/Versions/A/
PrintCore",description="/System/Library/Framewor\
ks/ApplicationServices.framework/Versions/A/Frameworks/
PrintCore.framework/Versions/A/PrintCore",loa\
ded_addr
=
"0x921b8000
",slide="-0x67f48000",prefix=""],time={now="1256830503.428173"}
503,438 =shlibs-added,shlib-info=[num="57",name="QD",kind="F",dyld-
addr="0x90048000",reason="dyld",r\
equested-state="Y",state="Y",path="/System/Library/Frameworks/
ApplicationServices.framework/Versions\
/A/Frameworks/QD.framework/Versions/A/QD",description="/System/Library/
Frameworks/ApplicationService\
s.framework/Versions/A/Frameworks/QD.framework/Versions/A/
QD",loaded_addr="0x90048000",slide="-0x6ff\
b8000",prefix=""],time={now="1256830503.428366"}
503,438 =shlibs-added,shlib-
info=[num="58",name="SpeechSynthesis",kind="F",dyld-
addr="0x939f7000",re\
ason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.frame\
work/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/
SpeechSynthesis",description="/Syste\
m/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/SpeechSynthesis.framework/V\
ersions/A/
SpeechSynthesis
",loaded_addr
="0x939f7000",slide="-0x6c609000",prefix=""],time={now="125683\
0503.428535"}
503,438 =shlibs-added,shlib-info=[num="59",name="libcrypto.
0.9.7.dylib",kind="-",dyld-addr="0x907400\
00",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/
libcrypto.0.9.7.dylib",description="/\
usr/lib/libcrypto.
0.9.7
.dylib
",loaded_addr="0x90740000",slide="-0x6f8c0000",prefix=""],time={now="12\
56830503.428618"}
503,438 =shlibs-added,shlib-
info=[num="60",name="Accelerate",kind="F",dyld-
addr="0x9020e000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Accelerate.framework/Versions/\
A/Accelerate",description="/System/Library/Frameworks/
Accelerate.framework/Versions/A/Accelerate",lo\
aded_addr
=
"0x9020e000
",slide="-0x6fdf2000",prefix=""],time={now="1256830503.428742"}
503,438 =shlibs-added,shlib-info=[num="61",name="vImage",kind="F",dyld-
addr="0x925df000",reason="dyl\
d",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Accelerate.framework/Versions/A/Fr\
ameworks/vImage.framework/Versions/A/vImage",description="/System/
Library/Frameworks/Accelerate.fram\
ework/Versions/A/Frameworks/vImage.framework/Versions/A/
vImage",loaded_addr="0x925df000",slide="-0x6\
da21000",prefix=""],time={now="1256830503.428889"}
503,438 =shlibs-added,shlib-info=[num="62",name="vecLib",kind="F",dyld-
addr="0x93e43000",reason="dyl\
d",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Accelerate.framework/Versions/A/Fr\
ameworks/vecLib.framework/Versions/A/vecLib",description="/System/
Library/Frameworks/Accelerate.fram\
ework/Versions/A/Frameworks/vecLib.framework/Versions/A/
vecLib",loaded_addr="0x93e43000",slide="-0x6\
c1bd000",prefix=""],time={now="1256830503.429033"}
503,439 =shlibs-added,shlib-
info=[num="63",name="libvMisc.dylib",kind="-",dyld-
addr="0x950c2000",rea\
son="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Accelerate.framework/Versi\
ons/A/Frameworks/vecLib.framework/Versions/A/
libvMisc.dylib",description="/System/Library/Frameworks\
/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
A/libvMisc.dylib",loaded_addr=\
"0x950c2000
",slide="-0x6af3e000",prefix=""],time={now="1256830503.429186"}
503,439 =shlibs-added,shlib-
info=[num="64",name="libvDSP.dylib",kind="-",dyld-
addr="0x96b43000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Accelerate.framework/Versio\
ns/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib",description="/System/Library/Frameworks/A\
ccelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib",loaded_addr="0x\
96b43000",slide="-0x694bd000",prefix=""],time={now="1256830503.429324"}
503,439 =shlibs-added,shlib-
info=[num="65",name="libBLAS.dylib",kind="-",dyld-
addr="0x9714a000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Accelerate.framework/Versio\
ns/A/Frameworks/vecLib.framework/Versions/A/
libBLAS.dylib",description="/System/Library/Frameworks/A\
ccelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libBLAS.dylib",loaded_addr="0x\
9714a000",slide="-0x68eb6000",prefix=""],time={now="1256830503.429478"}
503,439 =shlibs-added,shlib-
info=[num="66",name="libLAPACK.dylib",kind="-",dyld-
addr="0x94773000",re\
ason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/Accelerate.framework/Vers\
ions/A/Frameworks/vecLib.framework/Versions/A/
libLAPACK.dylib",description="/System/Library/Framewor\
ks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libLAPACK.dylib",loaded_ad\
dr
=
"0x94773000
",slide="-0x6b88d000",prefix=""],time={now="1256830503.429629"}
503,439 =shlibs-added,shlib-
info=[num="67",name="libJPEG.dylib",kind="-",dyld-
addr="0x905d1000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framewo\
rk/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
libJPEG.dylib",description="/System/\
Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/\
Resources/
libJPEG
.dylib
",loaded_addr
="0x905d1000",slide="-0x6fa2f000",prefix=""],time={now="12568305\
03.429805"}
503,439 =shlibs-added,shlib-
info=[num="68",name="libTIFF.dylib",kind="-",dyld-
addr="0x93cbd000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framewo\
rk/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
libTIFF.dylib",description="/System/\
Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/\
Resources/
libTIFF
.dylib
",loaded_addr
="0x93cbd000",slide="-0x6c343000",prefix=""],time={now="12568305\
03.429975"}
503,439 =shlibs-added,shlib-
info=[num="69",name="libGIF.dylib",kind="-",dyld-
addr="0x9598e000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framewor\
k/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
libGIF.dylib",description="/System/Li\
brary/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Re\
sources/
libGIF
.dylib
",loaded_addr
="0x9598e000",slide="-0x6a672000",prefix=""],time={now="1256830503.\
430144"}
503,439 =shlibs-added,shlib-
info=[num="70",name="libPng.dylib",kind="-",dyld-
addr="0x91ea4000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framewor\
k/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
libPng.dylib",description="/System/Li\
brary/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Re\
sources/
libPng
.dylib
",loaded_addr
="0x91ea4000",slide="-0x6e15c000",prefix=""],time={now="1256830503.\
430311"}
503,439 =shlibs-added,shlib-
info=[num="71",name="libRadiance.dylib",kind="-",dyld-
addr="0x96bc0000",\
reason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.fra\
mework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
libRadiance.dylib",description="\
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/ImageIO.framework/Ver\
sions/A/Resources/
libRadiance
.dylib",loaded_addr="0x96bc0000",slide="-0x69440000",prefix=""],time={n\
ow="1256830503.430494"}
503,439 =shlibs-added,shlib-info=[num="72",name="libcups.
2.dylib",kind="-",dyld-addr="0x93188000",re\
ason="dyld",requested-state="Y",state="Y",path="/usr/lib/libcups.
2.dylib",description="/usr/lib/libc\
ups.
2
.dylib
",loaded_addr
=
"0x93188000
",slide="-0x6ce78000",prefix=""],time={now="1256830503.430574"}
503,440 =shlibs-added,shlib-
info=[num="73",name="Kerberos",kind="F",dyld-
addr="0x91ec6000",reason="d\
yld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
Kerberos.framework/Versions/A/Ke\
rberos",description="/System/Library/Frameworks/Kerberos.framework/
Versions/A/Kerberos",loaded_addr=\
"0x91ec6000
",slide="0x71ec6000",prefix=""],time={now="1256830503.430682"}
503,440 =shlibs-added,shlib-info=[num="74",name="CoreUI",kind="F",dyld-
addr="0x967d1000",reason="dyl\
d",requested-state="Y",state="Y",path="/System/Library/
PrivateFrameworks/CoreUI.framework/Versions/A\
/CoreUI",description="/System/Library/PrivateFrameworks/
CoreUI.framework/Versions/A/CoreUI",loaded_a\
ddr
=
"0x967d1000
",slide="-0x6982f000",prefix=""],time={now="1256830503.430789"}
503,440 =shlibs-added,shlib-
info=[num="75",name="QuartzCore",kind="F",dyld-
addr="0x9020f000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
QuartzCore.framework/Versions/\
A/QuartzCore",description="/System/Library/Frameworks/
QuartzCore.framework/Versions/A/QuartzCore",lo\
aded_addr
=
"0x9020f000
",slide="-0x6fdf1000",prefix=""],time={now="1256830503.430901"}
503,440 =shlibs-added,shlib-
info=[num="76",name="DesktopServicesPriv",kind="F",dyld-
addr="0x90823000\
",reason="dyld",requested-state="Y",state="Y",path="/System/Library/
PrivateFrameworks/DesktopService\
sPriv.framework/Versions/A/DesktopServicesPriv",description="/System/
Library/PrivateFrameworks/Deskt\
opServicesPriv.framework/Versions/A/
DesktopServicesPriv",loaded_addr="0x90823000",slide="-0x6f7dd000\
",prefix=""],time={now="1256830503.431039"}
503,440 =shlibs-added,shlib-info=[num="77",name="OpenGL",kind="F",dyld-
addr="0x95980000",reason="dyl\
d",requested-state="Y",state="Y",path="/System/Library/Frameworks/
OpenGL.framework/Versions/A/OpenGL\
",description="/System/Library/Frameworks/OpenGL.framework/Versions/A/
OpenGL",loaded_addr="0x9598000\
0",slide="-0x6a680000",prefix=""],time={now="1256830503.431151"}
503,440 =shlibs-added,shlib-
info=[num="78",name="libGLImage.dylib",kind="-",dyld-
addr="0x95993000",r\
eason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/OpenGL.framework/Version\
s/A/Libraries/libGLImage.dylib",description="/System/Library/
Frameworks/OpenGL.framework/Versions/A/\
Libraries/
libGLImage
.dylib
",loaded_addr
="0x95993000",slide="-0x6a66d000",prefix=""],time={now="12568\
30503.431284"}
503,440 =shlibs-added,shlib-
info=[num="79",name="libffi.dylib",kind="-",dyld-
addr="0x90046000",reaso\
n="dyld",requested-state="Y",state="Y",path="/usr/lib/
libffi.dylib",description="/usr/lib/libffi.dyl\
ib
",loaded_addr
=
"0x90046000
",slide="-0x6ffba000",prefix=""],time={now="1256830503.431364"}
503,440 =shlibs-added,shlib-
info=[num="80",name="CoreVideo",kind="F",dyld-
addr="0x90024000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreVideo.framework/Versions/A/\
CoreVideo",description="/System/Library/Frameworks/CoreVideo.framework/
Versions/A/CoreVideo",loaded_\
addr
=
"0x90024000
",slide="-0x6ffdc000",prefix=""],time={now="1256830503.431476"}
503,440 =shlibs-added,shlib-
info=[num="81",name="libGLU.dylib",kind="-",dyld-
addr="0x906bb000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/OpenGL.framework/Versions/A/\
Libraries/libGLU.dylib",description="/System/Library/Frameworks/
OpenGL.framework/Versions/A/Librarie\
s/
libGLU
.dylib
",loaded_addr
=
"0x906bb000
",slide="-0x6f945000",prefix=""],time={now="1256830503.431604\
"}
503,440 =shlibs-added,shlib-
info=[num="82",name="libGL.dylib",kind="-",dyld-
addr="0x905ad000",reason\
="dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
OpenGL.framework/Versions/A/L\
ibraries/libGL.dylib",description="/System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/\
libGL
.dylib
",loaded_addr
=
"0x905ad000
",slide="-0x6fa53000",prefix=""],time={now="1256830503.431727"}
503,440 =shlibs-added,shlib-
info=[num="83",name="libGLProgrammability.dylib",kind="-",dyld-
addr="0x9\
5140000",reason="dyld",requested-state="Y",state="Y",path="/System/
Library/Frameworks/OpenGL.framewo\
rk/Versions/A/Libraries/libGLProgrammability.dylib",description="/
System/Library/Frameworks/OpenGL.f\
ramework/Versions/A/Libraries/
libGLProgrammability.dylib",loaded_addr="0x95140000",slide="-0x6aec000\
0",prefix=""],time={now="1256830503.431866"}
503,440 =shlibs-added,shlib-
info=[num="84",name="InstallServer",kind="F",dyld-
addr="0x9597f000",reas\
on="dyld",requested-state="Y",state="Y",path="/System/Library/
PrivateFrameworks/InstallServer.framew\
ork/Versions/A/InstallServer",description="/System/Library/
PrivateFrameworks/InstallServer.framework\
/Versions/A/
InstallServer
",loaded_addr
="0x9597f000",slide="-0x6a681000",prefix=""],time={now="125683\
0503.431991"}
503,440 =shlibs-added,shlib-
info=[num="85",name="AudioToolbox",kind="F",dyld-
addr="0x91fe5000",reaso\
n="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/AudioToolbox.framework/Versi\
ons/A/AudioToolbox",description="/System/Library/Frameworks/
AudioToolbox.framework/Versions/A/AudioT\
oolbox
",loaded_addr
=
"0x91fe5000
",slide="-0x6e01b000",prefix=""],time={now="1256830503.432109"}
503,440 =shlibs-added,shlib-
info=[num="86",name="AudioUnit",kind="F",dyld-
addr="0x91b25000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
AudioUnit.framework/Versions/A/\
AudioUnit",description="/System/Library/Frameworks/AudioUnit.framework/
Versions/A/AudioUnit",loaded_\
addr
=
"0x91b25000
",slide="-0x6e4db000",prefix=""],time={now="1256830503.432215"}
503,440 =shlibs-added,shlib-
info=[num="87",name="CoreData",kind="F",dyld-
addr="0x924f2000",reason="d\
yld",requested-state="Y",state="Y",path="/System/Library/Frameworks/
CoreData.framework/Versions/A/Co\
reData",description="/System/Library/Frameworks/CoreData.framework/
Versions/A/CoreData",loaded_addr=\
"0x924f2000
",slide="-0x6db0e000",prefix=""],time={now="1256830503.432324"}
503,441 =shlibs-added,shlib-info=[num="88",name="vecLib",kind="F",dyld-
addr="0x94c5a000",reason="dyl\
d",requested-state="Y",state="Y",path="/System/Library/Frameworks/
vecLib.framework/Versions/A/vecLib\
",description="/System/Library/Frameworks/vecLib.framework/Versions/A/
vecLib",loaded_addr="0x94c5a00\
0",slide="-0x6b3a6000",prefix=""],time={now="1256830503.432431"}
503,507  
24
*stopped
,time
=
{wallclock
="5.04976",user="0.48165",system="0.27509",start="1256830498.45724\
6
",end
=
"1256830503.507003
"},bkpt
={number="-1",type="longjmp",disp="keep",enabled="n",addr="0x050c328\
4",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-2",type="longjmp",dis\
p="keep",enabled="n",addr="0x050ac018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"}\
,bkpt
=
{number
=
"-3
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x050c3274",at="<siglongjmp>",shlib=\
"/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-4",type="longjmp  
resume",disp="keep",enabled=\
"n
",addr
=
"0x00000000
",at
=
"",times
="0"},bkpt={number="-5",type="longjmp",disp="keep",enabled="n",addr\
=
"0x050c3284
",at
=
"",times
=
"0
"},bkpt
={number="-6",type="longjmp",disp="keep",enabled="n",addr="0x050a\
c018
",at
=
"",times
=
"0
"},bkpt
=
{number
="-7",type="longjmp",disp="keep",enabled="n",addr="0x050c3274",at\
="",times="0"},bkpt={number="-8",type="longjmp  
resume",disp="keep",enabled="n",addr="0x00000000",at=\
"",times
=
"0
"},bkpt
=
{number
=
"-11
",type="longjmp",disp="keep",enabled="n",addr="0x91992284",at="<longj\
mp>",shlib="/usr/lib/
libSystem
.B.dylib",times="0"},bkpt={number="-12",type="longjmp",disp="keep",ena\
bled="n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={numbe\
r
=
"-13
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/lib/l\
ibSystem.B.dylib",times="0"},bkpt={number="-14",type="longjmp  
resume",disp="keep",enabled="n",addr="\
0x00000000",at="",times="0"},reason="breakpoint-
hit",commands="no",times="1",bkptno="5",thread-id="1\
",bkpt
=
{number
=
"5
",type
=
"breakpoint
",disp="del",enabled="y",addr="0x00005f32",func="main",file="/Use\
rs/mjackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",line="24",shlib="/Users/mjackson/Wo\
rkspace/AIMRepresentation/Build/Bin/Representation_debug.app/Contents/
MacOS/Representation_debug",ti\
mes="1"}
503,508 (gdb)
503,518 26-thread-list-ids
503,519 26^done,thread-ids={thread-id="1"},number-of-
threads="1",time={wallclock="0.00006",user="0.0\
0002
",system="0.00004",start="1256830503.518968",end="1256830503.519026"}
503,519 (gdb)
503,522 27-thread-select 1
503,522 28-stack-info-depth 11
503,523 27^done,new-thread-
id="1",frame={func="main",args=[{name="argc",value="1"},
{name="argv",valu\
e="0xbffff914"}],file="/Users/mjackson/Workspace/AIMRepresentation/
Source/AIM/GUI/main.cpp",fullname\
="/Users/mjackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",line="24"},line="24",file="/U\
sers/mjackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",time={wallclock="0.00060",user="0\
.
00042
",system="0.00018",start="1256830503.522280",end="1256830503.522878"}
503,523 (gdb)
503,523  
28
^
done
,depth
=
"1
",time
={wallclock="0.00059",user="0.00024",system="0.00035",start="125683050\
3.522959",end="1256830503.523552"}
503,524 (gdb)
503,525 29-stack-list-frames 0 0
503,525  
29
^
done
,stack
=
[frame={level="0",addr="0x00005f32",fp="0xbffff8f0",func="main",file="/
Users/m\
jackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",fullname="/Users/mjackson/Workspace/AIM\
Representation/Source/AIM/GUI/
main.cpp",line="24"}],time={wallclock="0.00013",user="0.00011",system=\
"0.00002",start="1256830503.525065",end="1256830503.525193"}
503,525 (gdb)
503,538 30-stack-list-frames
503,538  
30
^
done
,stack
=
[frame={level="0",addr="0x00005f32",fp="0xbffff8f0",func="main",file="/
Users/m\
jackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",fullname="/Users/mjackson/Workspace/AIM\
Representation/Source/AIM/GUI/
main.cpp",line="24"}],time={wallclock="0.00012",user="0.00010",system=\
"0.00002",start="1256830503.538162",end="1256830503.538281"}
503,538 (gdb)
503,545 31-thread-list-ids
503,545 32info threads
503,546 31^done,thread-ids={thread-id="1"},number-of-
threads="1",time={wallclock="0.00008",user="0.0\
0002
",system="0.00006",start="1256830503.545513",end="1256830503.545593"}
503,546 (gdb)
503,546 &"info threads\n"
503,546 32^done,threadno="1",target_tid="process 1399 local thread  
0x2e03",frame={func="main",args=[\
{name="argc",value="1"},{name="argv",value="0xbffff914"}],file="/Users/
mjackson/Workspace/AIMReprese\
ntation/Source/AIM/GUI/main.cpp",fullname="/Users/mjackson/Workspace/
AIMRepresentation/Source/AIM/GU\
I/main.cpp",line="24"}
503,546 (gdb)
503,625 33-stack-list-arguments 1
503,625 34-stack-select-frame 0
503,625 35-stack-list-locals 1
503,626 33^done,stack-
args=[frame={level="0",args=[{name="argc",value="1"},
{name="argv",value="(char\
  **)  
0xbffff914
"}]}],time
=
{wallclock
="0.00040",user="0.00034",system="0.00006",start="1256830503.625\
176",end="1256830503.625581"}
503,626 (gdb)
503,626  
34
^
done
,time
=
{wallclock
="0.00003",user="0.00003",system="0.00000",start="1256830503.625712",\
end="1256830503.625744"}
503,626 (gdb)
503,628 35^done,locals=[{name="app",value="{<QCoreApplication> =  
{<QObject> = {_vptr$QObject = 0x8fe\
005bc, static staticMetaObject = {d = {superdata = 0x0, stringdata =  
0x477d24 \"QObject\", data = 0x\
477dc0, extradata = 0x5171f8}}, d_ptr = 0x0, static staticQtMetaObject  
= {d = {superdata = 0x0, stri\
ngdata = 0x4ea420 \"Qt\", data = 0x4ecfa0, extradata = 0x0}}}, static  
staticMetaObject = {d = {super\
data = 0x517140, stringdata = 0x4f17e0 \"QCoreApplication\", data =  
0x4f1880, extradata = 0x0}}, sta\
tic self = 0x0}, static staticMetaObject = {d = {superdata = 0x51b460,  
stringdata = 0xfd93e0 \"QAppl\
ication\", data = 0xfd95e0, extradata = 0x0}}}"},
{name="prefs",value="{<QObject> = {_vptr$QObject = \
0x0, static staticMetaObject = {d = {superdata = 0x0, stringdata =  
0x477d24 \"QObject\", data = 0x47\
7dc0, extradata = 0x5171f8}}, d_ptr = 0x0, static staticQtMetaObject =  
{d = {superdata = 0x0, string\
data = 0x4ea420 \"Qt\", data = 0x4ecfa0, extradata = 0x0}}}, static  
staticMetaObject = {d = {superda\
ta = 0x517140, stringdata = 0x4f0e80 \"QSettings\", data = 0x4f0ea0,  
extradata = 0x0}}}"},{name="vie\
wer",value="(RepresentationUI *) 0x8fe0154b"},
{name="app_return",value="4096"}],time={wallclock="0.0\
0211
",user
=
"0.00150
",system="0.00061",start="1256830503.625851",end="1256830503.627959"}
503,628 (gdb)
503,661 36-var-create - * argc
503,662  
36
^
done
,name
=
"var1
",numchild
="0",type="int",typecode="INT",dynamic_type="",in_scope="true",b\
lock_start_addr
=
"0x00005f24
",block_end_addr
="0x000061cf",time={wallclock="0.00042",user="0.00034",sy\
stem="0.00007",start="1256830503.661963",end="1256830503.662378"}
503,663 (gdb)
503,663 37-var-evaluate-expression var1
503,663  
37
^
done
,value
=
"1
",time
={wallclock="0.00002",user="0.00002",system="0.00000",start="125683050\
3.663410",end="1256830503.663430"}
503,663 (gdb)
503,671 38-var-create - * argv
503,671 39-var-create - * app
503,671 40-var-create - * prefs
503,671 41-var-create - * viewer
503,671 42-var-create - * app_return
503,672 38^done,name="var2",numchild="1",type="char  
**",typecode="PTR",dynamic_type="",in_scope="tru\
e
",block_start_addr
=
"0x00005f24
",block_end_addr="0x000061cf",time={wallclock="0.00021",user="0.00017\
",system="0.00005",start="1256830503.671351",end="1256830503.671564"}
503,672 (gdb)
503,672  
39
^
done
,name
=
"var3
",numchild
="1",type="QApplication",typecode="STRUCT",dynamic_type="",in_sc\
ope
=
"true
",block_start_addr
=
"0x00005f24
",block_end_addr="0x000061cf",time={wallclock="0.00016",user=\
"0.00014
",system="0.00002",start="1256830503.671648",end="1256830503.671805"}
503,672 (gdb)
503,672  
40
^
done
,name
=
"var4
",numchild
="1",type="QSettings",typecode="STRUCT",dynamic_type="",in_scope\
=
"true
",block_start_addr
=
"0x00005f24
",block_end_addr="0x000061cf",time={wallclock="0.00015",user="0.\
00013
",system="0.00002",start="1256830503.671887",end="1256830503.672033"}
503,672 (gdb)
503,672 43-var-evaluate-expression var2
503,672 44-var-list-children var2
503,673 41^done,name="var5",numchild="3",type="RepresentationUI  
*",typecode="PTR",dynamic_type="",in\
_scope
=
"true
",block_start_addr
="0x00005f24",block_end_addr="0x000061cf",time={wallclock="0.00028",us\
er
=
"0.00022
",system="0.00006",start="1256830503.672117",end="1256830503.672395"}
503,673 (gdb)
503,673 45-var-list-children var3
503,673 46-var-list-children var4
503,673  
42
^
done
,name
=
"var6
",numchild
="0",type="int",typecode="INT",dynamic_type="",in_scope="true",b\
lock_start_addr
=
"0x00005f24
",block_end_addr
="0x000061cf",time={wallclock="0.00015",user="0.00012",sy\
stem="0.00003",start="1256830503.672489",end="1256830503.672638"}
503,673 (gdb)
503,673  
43
^
done
,value
=
"0xbffff914
",time={wallclock="0.00002",user="0.00001",system="0.00000",start="\
1256830503.672772",end="1256830503.672788"}
503,673 (gdb)
503,673  
44
^
done
,numchild
=
"1
",children
=[child={name="var2.*argv",exp="*argv",numchild="1",type="char \
*",typecode
=
"PTR
",dynamic_type
=""}],time={wallclock="0.00007",user="0.00005",system="0.00002",start=\
"1256830503.672870",end="1256830503.672944"}
503,673 47-var-evaluate-expression var5
503,673 (gdb)
503,673 48-var-list-children var5
503,674  
45
^
done
,numchild
=
"1
",children
=[child={name="var3.QCoreApplication",exp="QCoreApplication",nu\
mchild
=
"1
",type
=
"QCoreApplication
",typecode="STRUCT",dynamic_type=""}],time={wallclock="0.00005",use\
r
=
"0.00005
",system="0.00000",start="1256830503.673302",end="1256830503.673352"}
503,674 (gdb)
503,674  
46
^
done
,numchild
=
"1
",children
=[child={name="var4.QObject",exp="QObject",numchild="1",type="Q\
Object
",typecode
=
"STRUCT
",dynamic_type
=""}],time={wallclock="0.00003",user="0.00003",system="0.00000\
",start="1256830503.673439",end="1256830503.673474"}
503,674 (gdb)
503,674 49-var-info-path-expression var2.*argv
503,674 50-var-evaluate-expression var6
503,674 51-var-info-path-expression var3.QCoreApplication
503,674  
47
^
done
,value
=
"0x8fe0154b
",time={wallclock="0.00002",user="0.00001",system="0.00000",start="\
1256830503.673760",end="1256830503.673775"}
503,674 (gdb)
503,674  
48
^
done
,numchild
=
"3
",children
=[child={name="var5.QMainWindow",exp="QMainWindow",numchild="1"\
,type="QMainWindow  
*",typecode
="PTR",dynamic_type=""},child={name="var5.Ui::RepresentationUI",exp="U\
i::RepresentationUI",numchild="1",type="Ui::RepresentationUI  
*",typecode="PTR",dynamic_type=""},chil\
d
=
{name
=
"var5
.private
",exp
=
"private
",numchild="4",type="",typecode="FAKE_CHILD",dynamic_type=""}],ti\
me
=
{wallclock
=
"0.00022
",user
=
"0.00014",system="0.00008",start="1256830503.673857",end="1256830503.67\
4081"}
503,674 52-var-info-path-expression var4.QObject
503,674 (gdb)
503,675  
49
^
done
,path_expr
=
"*(argv
)",time={wallclock="0.00002",user="0.00002",system="0.00000",start=\
"1256830503.674446",end="1256830503.674464"}
503,675 (gdb)
503,675  
50
^
done
,value
=
"4096
",time
={wallclock="0.00002",user="0.00002",system="0.00000",start="125683\
0503.674604",end="1256830503.674623"}
503,675 (gdb)
503,675 53-var-info-path-expression var5.QMainWindow
503,675 54-var-info-path-expression var5.Ui::RepresentationUI
503,675 55-var-list-children var5.private
503,675 51^done,path_expr="((QCoreApplication)  
app)",time={wallclock="0.00003",user="0.00003",system\
="0.00000",start="1256830503.674823",end="1256830503.674853"}
503,675 (gdb)
503,675 52^done,path_expr="((QObject)  
prefs)",time={wallclock="0.00003",user="0.00003",system="0.000\
01",start="1256830503.675017",end="1256830503.675049"}
503,675 (gdb)
503,676 53^done,path_expr="(('QMainWindow' *)  
viewer)",time={wallclock="0.00003",user="0.00003",syst\
em="0.00000",start="1256830503.675500",end="1256830503.675531"}
503,676 (gdb)
503,676 54^done,path_expr="(('Ui::RepresentationUI' *)  
viewer)",time={wallclock="0.00004",user="0.00\
003",system="0.00000",start="1256830503.675741",end="1256830503.675777"}
503,676 (gdb)
503,677  
55
^
done
,numchild
=
"4
",children
=[child={name="var5.private.m_OpenDialogLastDirectory",exp="m_O\
penDialogLastDirectory
",numchild
="1",type="QString",typecode="STRUCT",dynamic_type=""},child={name="\
var5
.private
.m_WidgetList
",exp
="m_WidgetList",numchild="1",type="QList<QWidget*>",typecode="STRUCT",\
dynamic_type
=
""},child
=
{name
=
"var5.private.m_Reconstruction",exp="m_Reconstruction",numchild="1",typ\
e
=
"boost
::shared_ptr
<
Reconstruction
 >",typecode="STRUCT",dynamic_type=""},child={name="var5.private.m\
_GrainGenerator
",exp
=
"m_GrainGenerator
",numchild="1",type="boost::shared_ptr<GrainGenerator>",typeco\
de
=
"STRUCT
",dynamic_type
=
""}],time
={wallclock="0.00068",user="0.00045",system="0.00023",start="12568\
30503.675933",end="1256830503.676608"}
503,677 (gdb)
503,677 56-var-info-path-expression  
var5.private.m_OpenDialogLastDirectory
503,677 57-var-info-path-expression var5.private.m_WidgetList
503,677 58-var-info-path-expression var5.private.m_Reconstruction
503,677 59-var-info-path-expression var5.private.m_GrainGenerator
503,678 56^done,path_expr="((viewer)-
 >m_OpenDialogLastDirectory)",time={wallclock="0.00004",user="0.\
00004
",system="0.00000",start="1256830503.677496",end="1256830503.677536"}
503,678 (gdb)
503,678 57^done,path_expr="((viewer)-
 >m_WidgetList)",time={wallclock="0.00004",user="0.00003",system\
="0.00002",start="1256830503.677756",end="1256830503.677799"}
503,678 (gdb)
503,678 58^done,path_expr="((viewer)-
 >m_Reconstruction)",time={wallclock="0.00003",user="0.00003",sy\
stem="0.00000",start="1256830503.678026",end="1256830503.678056"}
503,678 (gdb)
503,678 59^done,path_expr="((viewer)-
 >m_GrainGenerator)",time={wallclock="0.00003",user="0.00003",sy\
stem="0.00000",start="1256830503.678278",end="1256830503.678311"}
503,678 (gdb)
504,602 60-exec-continue
504,604 60^running
504,604 (gdb)
504,663 =shlibs-added,shlib-
info=[num="89",name="libCSync.A.dylib",kind="-",dyld-
addr="0x92317000",r\
eason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.fram\
ework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/
Resources/libCSync.A.dylib",descriptio\
n="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreGraphics.frame\
work/Versions/A/Resources/
libCSync
.A.dylib",loaded_addr="0x92317000",slide="-0x6dce9000",prefix=""],\
time={now="1256830504.663032"}
504,674 =shlibs-added,shlib-
info=[num="90",name="libRIP.A.dylib",kind="-",dyld-
addr="0x9593d000",rea\
son="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.framew\
ork/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/
libRIP.A.dylib",description="/\
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreGraphics.framework\
/Versions/A/Resources/
libRIP
.A
.dylib",loaded_addr="0x9593d000",slide="-0x6a6c3000",prefix=""],time={\
now="1256830504.674105"}
504,763 =shlibs-added,shlib-
info=[num="91",name="libCGATS.A.dylib",kind="-",dyld-
addr="0x93cfd000",r\
eason="dyld",requested-state="Y",state="Y",path="/System/Library/
Frameworks/ApplicationServices.fram\
ework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/
Resources/libCGATS.A.dylib",descriptio\
n="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreGraphics.frame\
work/Versions/A/Resources/
libCGATS
.A.dylib",loaded_addr="0x93cfd000",slide="-0x6c303000",prefix=""],\
time={now="1256830504.762883"}
504,788 =shlibs-added,shlib-
info=[num="92",name="libqgif.dylib",kind="-",dyld-
addr="0x1e5000",reason\
="dyld",requested-state="Y",state="Y",path="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/imag\
eformats/libqgif.dylib",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/plugins/imageformat\
s/
libqgif
.dylib
",loaded_addr
="0x1e5000",slide="0x1e5000",prefix=""],time={now="1256830504.787941"}
504,796 =shlibs-added,shlib-
info=[num="93",name="libqico.dylib",kind="-",dyld-
addr="0x1f0000",reason\
="dyld",requested-state="Y",state="Y",path="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/imag\
eformats/libqico.dylib",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/plugins/imageformat\
s/
libqico
.dylib
",loaded_addr
="0x1f0000",slide="0x1f0000",prefix=""],time={now="1256830504.795526"}
504,800 =shlibs-added,shlib-
info=[num="94",name="libqjpeg.dylib",kind="-",dyld-
addr="0x1fc000",reaso\
n="dyld",requested-state="Y",state="Y",path="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/ima\
geformats/libqjpeg.dylib",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/plugins/imageform\
ats/
libqjpeg
.dylib
",loaded_addr
="0x1fc000",slide="0x1fc000",prefix=""],time={now="1256830504.800266"\
}
504,806 =shlibs-added,shlib-
info=[num="95",name="libqmng.dylib",kind="-",dyld-
addr="0x67a000",reason\
="dyld",requested-state="Y",state="Y",path="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/imag\
eformats/libqmng.dylib",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/plugins/imageformat\
s/
libqmng
.dylib
",loaded_addr
="0x67a000",slide="0x67a000",prefix=""],time={now="1256830504.806369"}
504,843 =shlibs-added,shlib-
info=[num="96",name="libqsvg.dylib",kind="-",dyld-
addr="0x224000",reason\
="dyld",requested-state="Y",state="Y",path="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/imag\
eformats/libqsvg.dylib",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/plugins/imageformat\
s/
libqsvg
.dylib
",loaded_addr
="0x224000",slide="0x224000",prefix=""],time={now="1256830504.843164"}
504,844 =shlibs-added,shlib-info=[num="97",name="QtSvg",kind="F",dyld-
addr="0x6d0000",reason="dyld",\
requested-state="Y",state="Y",path="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtSvg.framework/\
Versions/4/QtSvg",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtSvg.framework/Versi\
ons/4/
QtSvg
",loaded_addr
="0x6d0000",slide="0x6d0000",prefix=""],time={now="1256830504.843302"}
504,844 =shlibs-added,shlib-info=[num="98",name="QtXml",kind="F",dyld-
addr="0x1600000",reason="dyld"\
,requested-state="Y",state="Y",path="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtXml.framework\
/Versions/4/QtXml",description="/Users/Shared/Toolkits/Qt-4.5.3-
UBFramework/lib/QtXml.framework/Vers\
ions/4/
QtXml
",loaded_addr
="0x1600000",slide="0x1600000",prefix=""],time={now="1256830504.843431"}
504,870 =shlibs-added,shlib-
info=[num="99",name="libqtiff.dylib",kind="-",dyld-
addr="0x13a0000",reas\
on="dyld",requested-state="Y",state="Y",path="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/im\
ageformats/libqtiff.dylib",description="/Users/Shared/Toolkits/
Qt-4.5.3-UBFramework/plugins/imagefor\
mats/
libqtiff
.dylib
",loaded_addr
="0x13a0000",slide="0x13a0000",prefix=""],time={now="1256830504.8694\
56"}
504,966 =shlibs-added,shlib-
info=[num="100",name="RawCamera",kind="B",dyld-
addr="0x15869000",reason=\
"dyld",requested-state="Y",state="Y",path="/System/Library/
CoreServices/RawCamera.bundle/Contents/Ma\
cOS/RawCamera",description="/System/Library/CoreServices/
RawCamera.bundle/Contents/MacOS/RawCamera",\
loaded_addr
=
"0x15869000
",slide="0x15869000",prefix=""],time={now="1256830504.965793"}
505,052 =shlibs-added,shlib-
info=[num="101",name="Shortcut",kind="F",dyld-
addr="0x9288f000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/
PrivateFrameworks/Shortcut.framework/Versi\
ons/A/Shortcut",description="/System/Library/PrivateFrameworks/
Shortcut.framework/Versions/A/Shortcu\
t
",loaded_addr
=
"0x9288f000
",slide="-0x6d771000",prefix=""],time={now="1256830505.051524"}
505,052 =shlibs-added,shlib-
info=[num="102",name="HelpData",kind="F",dyld-
addr="0x9230a000",reason="\
dyld",requested-state="Y",state="Y",path="/System/Library/
PrivateFrameworks/HelpData.framework/Versi\
ons/A/HelpData",description="/System/Library/PrivateFrameworks/
HelpData.framework/Versions/A/HelpDat\
a
",loaded_addr
=
"0x9230a000
",slide="-0x6dcf6000",prefix=""],time={now="1256830505.051662"}
511,002 ~"[Switching to process 1399 thread 0x52a3]\n"
511,002 ~"[Switching to process 1399 thread 0x52a3]\n"
511,002  
60
*stopped
,time
=
{wallclock
="6.39912",user="0.04245",system="0.04289",start="1256830504.60280\
6
",end
=
"1256830511.001930
"},bkpt
={number="-15",type="longjmp",disp="keep",enabled="n",addr="0x919922\
84",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-16",type="longjmp",d\
isp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/
lib/libSystem.B.dylib",times="0\
"},bkpt
=
{number
=
"-17
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shl\
ib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-18",type="longjmp  
resume",disp="keep",enab\
led
=
"n
",addr
=
"0x00000000
",at
=
"",times="0"},bkpt={number="-19",type="longjmp",disp="keep",enabled="n"\
,addr="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-20",t\
ype
=
"longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/lib/libSystem.B.\
dylib
",times
=
"0
"},bkpt
=
{number
="-21",type="longjmp",disp="keep",enabled="n",addr="0x91992274",at="<s\
iglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-22",type="longjmp  
resume",d\
isp
=
"keep
",enabled
=
"n
",addr
=
"0x00000000
",at="",times="0"},bkpt={number="-23",type="longjmp",disp="ke\
ep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt=\
{number
=
"-24
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/l\
ib/
libSystem
.B
.dylib
",times
=
"0
"},bkpt={number="-25",type="longjmp",disp="keep",enabled="n",addr="0x9\
1992274",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-26",type="lo\
ngjmp  
resume
",disp
=
"keep
",enabled
="n",addr="0x00000000",at="",times="0"},bkpt={number="-27",type="lo\
ngjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/
lib/libSystem.B.dylib",t\
imes
=
"0
"},bkpt
=
{number
=
"-28
",type
="longjmp",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>\
",shlib="/usr/lib/
libSystem
.B
.dylib",times="0"},bkpt={number="-29",type="longjmp",disp="keep",enable\
d="n",addr="0x91992274",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number\
="-30",type="longjmp  
resume
",disp
="keep",enabled="n",addr="0x00000000",at="",times="0"},bkpt={number\
=
"-31
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/
lib/libSy\
stem
.B
.dylib
",times
=
"0
"},bkpt
={number="-32",type="longjmp",disp="keep",enabled="n",addr="0x9197b018"\
,at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-33",type="longjmp",dis\
p="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/usr/
lib/libSystem.B.dylib",times="0\
"},bkpt={number="-34",type="longjmp  
resume",disp="keep",enabled="n",addr="0x00000000",at="",times="0\
"},bkpt
=
{number
=
"-35
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib=\
"/usr/lib/
libSystem
.B
.dylib
",times
="0"},bkpt={number="-36",type="longjmp",disp="keep",enabled="n",ad\
dr="0x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-37",typ\
e
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/lib/libSystem.B.\
dylib",times="0"},bkpt={number="-38",type="longjmp  
resume",disp="keep",enabled="n",addr="0x00000000"\
,at
=
"",times
=
"0
"},bkpt
=
{number
="-39",type="longjmp",disp="keep",enabled="n",addr="0x91992284",at="<l\
ongjmp>",shlib="/usr/lib/
libSystem
.B.dylib",times="0"},bkpt={number="-40",type="longjmp",disp="keep"\
,enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={n\
umber
=
"-41
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/l\
ib/libSystem.B.dylib",times="0"},bkpt={number="-42",type="longjmp  
resume",disp="keep",enabled="n",ad\
dr
=
"0x00000000
",at
=
"",times
=
"0
"},bkpt={number="-43",type="longjmp",disp="keep",enabled="n",addr="0x9\
1992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-44",type="longj\
mp",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/lib/libSystem.B.dylib",tim\
es
=
"0
"},bkpt
=
{number
=
"-45
",type
="longjmp",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>\
",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-46",type="longjmp  
resume",disp="keep"\
,enabled
=
"n
",addr
=
"0x00000000
",at="",times="0"},bkpt={number="-47",type="longjmp",disp="keep",enable\
d="n",addr="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-\
48
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/lib/libSyst\
em
.B
.dylib
",times
=
"0
"},bkpt
=
{number
="-49",type="longjmp",disp="keep",enabled="n",addr="0x91992274",a\
t="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-50",type="longjmp resu\
me
",disp
=
"keep
",enabled
=
"n
",addr
="0x00000000",at="",times="0"},bkpt={number="-51",type="longjmp",dis\
p="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},\
bkpt
=
{number
=
"-52
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/\
usr/lib/
libSystem
.B
.dylib
",times
="0"},bkpt={number="-53",type="longjmp",disp="keep",enabled="n",addr\
="0x91992274",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-54",typ\
e="longjmp  
resume
",disp
=
"keep
",enabled="n",addr="0x00000000",at="",times="0"},bkpt={number="-55",typ\
e
=
"longjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/
lib/libSystem.B.dyl\
ib
",times
=
"0
"},bkpt
=
{number
=
"-56
",type="longjmp",disp="keep",enabled="n",addr="0x9197b018",at="<_lon\
gjmp>",shlib="/usr/lib/
libSystem
.B.dylib",times="0"},bkpt={number="-57",type="longjmp",disp="keep",e\
nabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={n\
umber="-58",type="longjmp  
resume
",disp="keep",enabled="n",addr="0x00000000",at="",times="0"},bkpt={n\
umber
=
"-59
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/
lib/\
libSystem
.B
.dylib
",times
=
"0
"},bkpt
={number="-60",type="longjmp",disp="keep",enabled="n",addr="0x9197\
b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-61",type="longjmp\
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/lib/libSystem.B.dylib",tim\
es="0"},bkpt={number="-62",type="longjmp  
resume",disp="keep",enabled="n",addr="0x00000000",at="",tim\
es
=
"0
"},bkpt
=
{number
=
"-63
",type
="longjmp",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",s\
hlib="/usr/lib/
libSystem
.B
.dylib
",times="0"},bkpt={number="-64",type="longjmp",disp="keep",enabled="\
n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-65\
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/lib/libSyst\
em.B.dylib",times="0"},bkpt={number="-66",type="longjmp  
resume",disp="keep",enabled="n",addr="0x0000\
0000
",at
=
"",times
=
"0
"},bkpt
=
{number
="-67",type="longjmp",disp="keep",enabled="n",addr="0x91992284",a\
t="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-68",type="longjmp",disp="\
keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bk\
pt
=
{number
=
"-69
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/\
usr/lib/libSystem.B.dylib",times="0"},bkpt={number="-70",type="longjmp  
resume",disp="keep",enabled="\
n
",addr
=
"0x00000000
",at
=
"",times
="0"},bkpt={number="-71",type="longjmp",disp="keep",enabled="n",addr\
="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-72",type="\
longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/lib/libSystem.B.dylib\
",times
=
"0
"},bkpt
=
{number
=
"-73
",type="longjmp",disp="keep",enabled="n",addr="0x91992274",at="<siglon\
gjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-74",type="longjmp  
resume",disp="\
keep
",enabled
=
"n
",addr
=
"0x00000000
",at="",times="0"},bkpt={number="-75",type="longjmp",disp="keep",e\
nabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={numb\
er
=
"-76
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/lib/li\
bSystem
.B
.dylib
",times
=
"0
"},bkpt
={number="-77",type="longjmp",disp="keep",enabled="n",addr="0x919922\
74",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-78",type="longjmp\
   
resume
",disp
=
"keep
",enabled
=
"n",addr="0x00000000",at="",times="0"},bkpt={number="-79",type="longjmp\
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/
lib/libSystem.B.dylib",times=\
"0
"},bkpt
=
{number
=
"-80
",type
=
"longjmp",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shl\
ib="/usr/lib/
libSystem
.B
.dylib
",times="0"},bkpt={number="-81",type="longjmp",disp="keep",enabled="n"\
,addr="0x91992274",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-82\
",type="longjmp  
resume
",disp
=
"keep",enabled="n",addr="0x00000000",at="",times="0"},bkpt={number="-83\
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr/
lib/libSystem.\
B
.dylib
",times
=
"0
"},bkpt
=
{number
="-84",type="longjmp",disp="keep",enabled="n",addr="0x9197b018",at="\
<_longjmp>",shlib="/usr/lib/
libSystem
.B.dylib",times="0"},bkpt={number="-85",type="longjmp",disp="ke\
ep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bk\
pt={number="-86",type="longjmp  
resume",disp="keep",enabled="n",addr="0x00000000",at="",times="0"},bk\
pt
=
{number
=
"-87
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992284",at="<longjmp>",shlib="/usr\
/lib/
libSystem
.B
.dylib
",times
="0"},bkpt={number="-88",type="longjmp",disp="keep",enabled="n",addr="0\
x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-89",type="lo\
ngjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/lib/libSystem.B.dylib\
",times="0"},bkpt={number="-90",type="longjmp  
resume",disp="keep",enabled="n",addr="0x00000000",at="\
",times
=
"0
"},bkpt
=
{number
=
"-91
",type="longjmp",disp="keep",enabled="n",addr="0x91992284",at="<longjm\
p>",shlib="/usr/lib/
libSystem
.B.dylib",times="0"},bkpt={number="-92",type="longjmp",disp="keep",enab\
led="n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number\
=
"-93
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shlib="/
usr/lib/li\
bSystem.B.dylib",times="0"},bkpt={number="-94",type="longjmp  
resume",disp="keep",enabled="n",addr="0\
x00000000
",at
=
"",times
=
"0
"},bkpt
={number="-95",type="longjmp",disp="keep",enabled="n",addr="0x919922\
84",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-96",type="longjmp",d\
isp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/usr/
lib/libSystem.B.dylib",times="0\
"},bkpt
=
{number
=
"-97
",type
=
"longjmp
",disp="keep",enabled="n",addr="0x91992274",at="<siglongjmp>",shl\
ib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-98",type="longjmp  
resume",disp="keep",enab\
led
=
"n
",addr
=
"0x00000000
",at
=
"",times="0"},bkpt={number="-99",type="longjmp",disp="keep",enabled="n"\
,addr="0x91992284",at="<longjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-100",\
type
=
"longjmp
",disp="keep",enabled="n",addr="0x9197b018",at="<_longjmp>",shlib="/
usr/lib/libSystem.B\
.dylib
",times
=
"0
"},bkpt
=
{number
="-101",type="longjmp",disp="keep",enabled="n",addr="0x91992274",at="\
<siglongjmp>",shlib="/usr/lib/
libSystem.B.dylib",times="0"},bkpt={number="-102",type="longjmp resume\
",disp
=
"keep
",enabled="n",addr="0x00000000",at="",times="0"},reason="breakpoint-
hit",commands="no",t\
imes="1",bkptno="2",thread-id="2"
511,003 (gdb)
511,207 61-thread-select 1
511,207 62-stack-info-depth 11
511,208 61^done,new-thread-
id
="1",frame={addr="0xa0a5fdb3",fp="0xbfffddc4",func="dyld_stub_objc_msgS\
end_stret
",args
=
[]},time
=
{wallclock
="0.00042",user="0.00034",system="0.00008",start="1256830511.2075\
09",end="1256830511.207933"}
511,208 (gdb)
511,210  
62
^
done
,depth
=
"11
",time
={wallclock="0.00210",user="0.00088",system="0.00122",start="12568305\
11.208034",end="1256830511.210134"}
511,210 (gdb)
511,231 63-stack-list-frames 0 9
511,235  
63
^
done
,stack
=
[frame
=
{level="0",addr="0xa0a5fdb3",fp="0xbfffddc4",func="dyld_stub_objc_msgSe\
nd_stret"},frame={level="1",addr="0x93e6188f",fp="0xbfffde30",func="-
[NSView _convertRect:toAncestor\
:]"},frame={level="2",addr="0x93e618f0",fp="0xbfffdea0",func="-[NSView  
_convertRect:toAncestor:]"},f\
rame={level="3",addr="0x93e618f0",fp="0xbfffdf10",func="-[NSView  
_convertRect:toAncestor:]"},frame={\
level="4",addr="0x93e618f0",fp="0xbfffdf80",func="-[NSView  
_convertRect:toAncestor:]"},frame={level=\
"5",addr="0x93e616ef",fp="0xbfffdff0",func="-[NSView  
convertRect:toView:]"},frame={level="6",addr="0\
x93f45411",fp="0xbfffe0e0",func="-[NSView  
viewWillDraw]"},frame={level="7",addr="0x93f45494",fp="0xb\
fffe1d0",func="-[NSView  
viewWillDraw
]"},frame={level="8",addr="0x93f45494",fp="0xbfffe2c0",func="-[N\
SView  
viewWillDraw
]"},frame={level="9",addr="0x93f45494",fp="0xbfffe3b0",func="-[NSView  
viewWillDraw\
]"}],time
=
{wallclock
=
"0.00290
",user="0.00143",system="0.00135",start="1256830511.232002",end="125683\
0511.234899"}
511,235 (gdb)
511,239 64-stack-list-frames
511,251  
64
^
done
,stack
=
[frame
=
{level="0",addr="0xa0a5fdb3",fp="0xbfffddc4",func="dyld_stub_objc_msgSe\
nd_stret"},frame={level="1",addr="0x93e6188f",fp="0xbfffde30",func="-
[NSView _convertRect:toAncestor\
:]"},frame={level="2",addr="0x93e618f0",fp="0xbfffdea0",func="-[NSView  
_convertRect:toAncestor:]"},f\
rame={level="3",addr="0x93e618f0",fp="0xbfffdf10",func="-[NSView  
_convertRect:toAncestor:]"},frame={\
level="4",addr="0x93e618f0",fp="0xbfffdf80",func="-[NSView  
_convertRect:toAncestor:]"},frame={level=\
"5",addr="0x93e616ef",fp="0xbfffdff0",func="-[NSView  
convertRect:toView:]"},frame={level="6",addr="0\
x93f45411",fp="0xbfffe0e0",func="-[NSView  
viewWillDraw]"},frame={level="7",addr="0x93f45494",fp="0xb\
fffe1d0",func="-[NSView  
viewWillDraw
]"},frame={level="8",addr="0x93f45494",fp="0xbfffe2c0",func="-[N\
SView  
viewWillDraw
]"},frame={level="9",addr="0x93f45494",fp="0xbfffe3b0",func="-[NSView  
viewWillDraw\
]"},frame={level="10",addr="0x93f45494",fp="0xbfffe4a0",func="-[NSView  
viewWillDraw]"},frame={level=\
"11",addr="0x93f45494",fp="0xbfffe590",func="-[NSView  
viewWillDraw]"},frame={level="12",addr="0x93f4\
5494",fp="0xbfffe680",func="-[NSView  
viewWillDraw]"},frame={level="13",addr="0x93f44b76",fp="0xbfffe\
730",func="-[NSView  
_sendViewWillDrawInRect
:]"},frame={level="14",addr="0x93e86e3b",fp="0xbfffe7b0",\
func="-[NSView  
displayIfNeeded
]"},frame={level="15",addr="0x93e86a29",fp="0xbfffe800",func="-[NSWind\
ow  
displayIfNeeded
]"},frame
=
{level
="16",addr="0x93e8684c",fp="0xbfffe840",func="_handleWindowNeedsDi\
splay
"},frame
=
{level
=
"17
",addr
="0x9627f772",fp="0xbfffe8e0",func="__CFRunLoopDoObservers"},frame={le\
vel
=
"18
",addr
=
"0x96280acc
",fp
="0xbfffeea0",func="CFRunLoopRunSpecific"},frame={level="19",addr="0x96\
281aa8
",fp
=
"0xbfffeee0
",func
=
"CFRunLoopRunInMode"},frame={level="20",addr="0x95a032ac",fp="0xbfffef2\
0
",func
=
"RunCurrentEventLoopInMode
"},frame={level="21",addr="0x95a02ffe",fp="0xbfffefb0",func="Recei\
veNextEventCommon
"},frame
=
{level
="22",addr="0x95a02f39",fp="0xbfffefd0",func="BlockUntilNextEventMat\
chingListInMode
"},frame
=
{level
="23",addr="0x93e846d5",fp="0xbffff350",func="_DPSNextEvent"},frame={l\
evel="24",addr="0x93e83f88",fp="0xbffff650",func="-[NSApplication  
nextEventMatchingMask:untilDate:in\
Mode:dequeue
:]"},frame={level="25",addr="0x93e7cf9f",fp="0xbffff710",func="-
[NSApplication run]"},fr\
ame
=
{level
=
"26
",addr
=
"0x00a019c0
",fp="0xbffff7a0",func="QEventDispatcherMac::processEvents"},frame={\
level
=
"27
",addr
=
"0x003b4d41
",fp
="0xbffff7d0",func="QEventLoop::processEvents"},frame={level="28",add\
r
=
"0x003b507a
",fp
=
"0xbffff820
",func="QEventLoop::exec"},frame={level="29",addr="0x003b6cb6",fp="0xbf\
fff870
",func
=
"QCoreApplication
::exec"},frame={level="30",addr="0x00006151",fp="0xbffff8f0",func="mai\
n",file="/Users/mjackson/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",fullname="/Users/mjack\
son/Workspace/AIMRepresentation/Source/AIM/GUI/
main.cpp",line="43"}],time={wallclock="0.01111",user=\
"0.00529
",system="0.00560",start="1256830511.239303",end="1256830511.250412"}
511,251 (gdb)



On Oct 29, 2009, at 11:05 AM, Marc Khouzam wrote:

>>
>> Thanks,
>>
>>   I was using the "standard" debugger. I switched to the DSF based
>> debugger and that did not particularly work either. I am using Qt's
>> thread abstraction but underneath the threads are native OS X
>> threads
>> (pthreads I believe). Not really sure. If I get some time I may try
>> dropping back to Europa or Ganymeade and try those out just for
>> comparison.
>
> When using DSF you can look at one of the consoles called "gdb  
> traces".
> It can show if GDB is seeing the different threads.  You can attach it
> here and I'll have a look.
>
> But first, which gdb version are you using?
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And just to Follow up a bit:

  (1) -  With GalileoSR1/CDT using the DSF as the debugger, and  
setting a breakpoint in code that is executed in another thread, when  
the breakpoint is hit, only the main thread shows the a stack trace  
and the editor does NOT go to the line of code with the breakpoint.  
Stepping is not possible in the interested thread. If I click the step  
or step-out buttons the main thread stack trace "moves" forward but my  
original breakpoint never shows up.

(2) - If I move to the "standard" debugger and try the same thing, I  
still only get a single thread showing in the "Debug" View but at  
least it is the "correct" thread that hit the breakpoint. I can step  
through my code without a problem.

  I backed off to Ganymeade SR1/CDT (what ever that combined package  
was) and tried debugging and got the same results as #2. I would have  
to go find europa to step back further.

This was all on a Mac Pro workstation running Eclipse under 32 bit  
Java 1.5 JVM.

---
Mike Jackson                 www.bluequartz.net

On Oct 29, 2009, at 11:05 AM, Marc Khouzam wrote:

>>
>> Thanks,
>>
>>   I was using the "standard" debugger. I switched to the DSF based
>> debugger and that did not particularly work either. I am using Qt's
>> thread abstraction but underneath the threads are native OS X
>> threads
>> (pthreads I believe). Not really sure. If I get some time I may try
>> dropping back to Europa or Ganymeade and try those out just for
>> comparison.
>
> When using DSF you can look at one of the consoles called "gdb  
> traces".
> It can show if GDB is seeing the different threads.  You can attach it
> here and I'll have a look.
>
> But first, which gdb version are you using?
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc Khouzam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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@...
> [mailto:cdt-dev-bounces@...] 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_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Tobias Hahn-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all:

thanks for all the continuing work you are doing on cdt.

This being said: gdb-7.0 is the first one to support darwin, and still  
has a few issues (debugging dynamically linked binaries is not yet  
supported for instance). Until these are fixed, apple's gdb-6.3.50 is  
really the _only_ options mac users have. And because Apple is happily  
adding new language features, I am not so sure fsf-gdb can become the  
default for eclipse on mac users in the short/mid term.

The best solution IMHO would be if someone could step in and support  
apple's gdb in eclipse. I know that dev resources are sparse, but if  
the standard process launcher were left to die it would mean losing a  
large platform for cdt.

Just my 2ct :)

Tobias

Am 02.11.2009 um 15:12 schrieb Marc Khouzam:

>
> 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@...
>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
Vorsitzender des Aufsichtsrats: Uwe Struck




_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I guess I'll stop that build of 7.0 that was going to do.

So what was the last version of CDT to support the version of GDB that  
comes with Xcode?

  Also, does CDT support IDB from intel? Was thinking about getting  
the intel compiler suite for OS X.

--
Mike Jackson <www.bluequartz.net>

On Nov 2, 2009, at 9:28 AM, Tobias Hahn wrote:

> Hi all:
>
> thanks for all the continuing work you are doing on cdt.
>
> This being said: gdb-7.0 is the first one to support darwin, and  
> still has a few issues (debugging dynamically linked binaries is not  
> yet supported for instance). Until these are fixed, apple's  
> gdb-6.3.50 is really the _only_ options mac users have. And because  
> Apple is happily adding new language features, I am not so sure fsf-
> gdb can become the default for eclipse on mac users in the short/mid  
> term.
>
> The best solution IMHO would be if someone could step in and support  
> apple's gdb in eclipse. I know that dev resources are sparse, but if  
> the standard process launcher were left to die it would mean losing  
> a large platform for cdt.
>
> Just my 2ct :)
>
> Tobias
>
> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>
>>
>> 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@...
>>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
> Vorsitzender des Aufsichtsrats: Uwe Struck
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc Khouzam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I totally agree: it would be really great if someone would take care
of the OS X support for DSF-GDB. I can help that person as best I can,
although I do not have acess to a Mac.

> -----Original Message-----
> From: cdt-dev-bounces@...
> [mailto:cdt-dev-bounces@...] On Behalf Of Tobias Hahn
> Sent: Monday, November 02, 2009 9:28 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] How to perform Multi-Threaded
> Debugging on CDT 6.0
>
> Hi all:
>
> thanks for all the continuing work you are doing on cdt.
>
> This being said: gdb-7.0 is the first one to support darwin,
> and still  
> has a few issues (debugging dynamically linked binaries is not yet  
> supported for instance). Until these are fixed, apple's
> gdb-6.3.50 is  
> really the _only_ options mac users have. And because Apple
> is happily  
> adding new language features, I am not so sure fsf-gdb can
> become the  
> default for eclipse on mac users in the short/mid term.
>
> The best solution IMHO would be if someone could step in and support  
> apple's gdb in eclipse. I know that dev resources are sparse, but if  
> the standard process launcher were left to die it would mean
> losing a  
> large platform for cdt.
>
> Just my 2ct :)
>
> Tobias
>
> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>
> >
> > 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@...
> >> [mailto:cdt-dev-bounces@...] 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_______________________________________________
> > cdt-dev mailing list
> > cdt-dev@...
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
> Vorsitzender des Aufsichtsrats: Uwe Struck
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc Khouzam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just a clarification that DSF-GDB has not be properly tested on Mac,
but that the Standard debugger should still work, if it did before...

> -----Original Message-----
> From: cdt-dev-bounces@...
> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
> Sent: Monday, November 02, 2009 9:33 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] How to perform Multi-Threaded
> Debugging on CDT 6.0
>
> I guess I'll stop that build of 7.0 that was going to do.
>
> So what was the last version of CDT to support the version of
> GDB that  
> comes with Xcode?
>
>   Also, does CDT support IDB from intel? Was thinking about getting  
> the intel compiler suite for OS X.
>
> --
> Mike Jackson <www.bluequartz.net>
>
> On Nov 2, 2009, at 9:28 AM, Tobias Hahn wrote:
>
> > Hi all:
> >
> > thanks for all the continuing work you are doing on cdt.
> >
> > This being said: gdb-7.0 is the first one to support darwin, and  
> > still has a few issues (debugging dynamically linked
> binaries is not  
> > yet supported for instance). Until these are fixed, apple's  
> > gdb-6.3.50 is really the _only_ options mac users have. And
> because  
> > Apple is happily adding new language features, I am not so
> sure fsf-
> > gdb can become the default for eclipse on mac users in the
> short/mid  
> > term.
> >
> > The best solution IMHO would be if someone could step in
> and support  
> > apple's gdb in eclipse. I know that dev resources are
> sparse, but if  
> > the standard process launcher were left to die it would
> mean losing  
> > a large platform for cdt.
> >
> > Just my 2ct :)
> >
> > Tobias
> >
> > Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
> >
> >>
> >> 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@...
> >>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
> >> cdt-dev mailing list
> >> cdt-dev@...
> >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> > Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg,
> HRB 72838
> > Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
> > Vorsitzender des Aufsichtsrats: Uwe Struck
> >
> >
> >
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@...
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Tobias Hahn-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The standard debugger also has issues. It also uses a somewhat  
different command set than apple's gdb. This being said, when I apply  
the patches at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269838 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=265483 
, it is still not perfect, but usable.

Best, Tobias






Am 02.11.2009 um 15:36 schrieb Marc Khouzam:

> Just a clarification that DSF-GDB has not be properly tested on Mac,
> but that the Standard debugger should still work, if it did before...
>
>> -----Original Message-----
>> From: cdt-dev-bounces@...
>> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
>> Sent: Monday, November 02, 2009 9:33 AM
>> To: CDT General developers list.
>> Subject: Re: [cdt-dev] How to perform Multi-Threaded
>> Debugging on CDT 6.0
>>
>> I guess I'll stop that build of 7.0 that was going to do.
>>
>> So what was the last version of CDT to support the version of
>> GDB that
>> comes with Xcode?
>>
>>  Also, does CDT support IDB from intel? Was thinking about getting
>> the intel compiler suite for OS X.
>>
>> --
>> Mike Jackson <www.bluequartz.net>
>>
>> On Nov 2, 2009, at 9:28 AM, Tobias Hahn wrote:
>>
>>> Hi all:
>>>
>>> thanks for all the continuing work you are doing on cdt.
>>>
>>> This being said: gdb-7.0 is the first one to support darwin, and
>>> still has a few issues (debugging dynamically linked
>> binaries is not
>>> yet supported for instance). Until these are fixed, apple's
>>> gdb-6.3.50 is really the _only_ options mac users have. And
>> because
>>> Apple is happily adding new language features, I am not so
>> sure fsf-
>>> gdb can become the default for eclipse on mac users in the
>> short/mid
>>> term.
>>>
>>> The best solution IMHO would be if someone could step in
>> and support
>>> apple's gdb in eclipse. I know that dev resources are
>> sparse, but if
>>> the standard process launcher were left to die it would
>> mean losing
>>> a large platform for cdt.
>>>
>>> Just my 2ct :)
>>>
>>> Tobias
>>>
>>> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>>>
>>>>
>>>> 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@...
>>>>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@...
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>
>>> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg,
>> HRB 72838
>>> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
>>> Vorsitzender des Aufsichtsrats: Uwe Struck
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@...
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
Vorsitzender des Aufsichtsrats: Uwe Struck





_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

CDT_Bug_265483_GDB_cannot_halt_debugging_process.patch (884 bytes) Download Attachment
CDT_Bug_269838_GDB_doesnot_show_threads.patch (2K) Download Attachment

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

So what are the chances of getting these patches into the next CDT  
patch release? I really prefer CDT over anything else on OS X  
(including Xcode) for development as it integrates gracefully with  
CMake and has superior (IMHO) C++ indexing and syntax highlighting. It  
would be a shame to have to switch out to something else. I can test  
out new patches if someone is willing to help me get a CDT build up  
and running for testing.

--
Mike Jackson <www.bluequartz.net>

On Nov 2, 2009, at 9:47 AM, Tobias Hahn wrote:

> The standard debugger also has issues. It also uses a somewhat  
> different command set than apple's gdb. This being said, when I  
> apply the patches at
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=269838 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=265483 
> , it is still not perfect, but usable.
>
> Best, Tobias
>
> <
> CDT_Bug_265483_GDB_cannot_halt_debugging_process
> .patch><CDT_Bug_269838_GDB_doesnot_show_threads.patch>
>
> Am 02.11.2009 um 15:36 schrieb Marc Khouzam:
>
>> Just a clarification that DSF-GDB has not be properly tested on Mac,
>> but that the Standard debugger should still work, if it did before...
>>
>>> -----Original Message-----
>>> From: cdt-dev-bounces@...
>>> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
>>> Sent: Monday, November 02, 2009 9:33 AM
>>> To: CDT General developers list.
>>> Subject: Re: [cdt-dev] How to perform Multi-Threaded
>>> Debugging on CDT 6.0
>>>
>>> I guess I'll stop that build of 7.0 that was going to do.
>>>
>>> So what was the last version of CDT to support the version of
>>> GDB that
>>> comes with Xcode?
>>>
>>> Also, does CDT support IDB from intel? Was thinking about getting
>>> the intel compiler suite for OS X.
>>>
>>> --
>>> Mike Jackson <www.bluequartz.net>
>>>
>>> On Nov 2, 2009, at 9:28 AM, Tobias Hahn wrote:
>>>
>>>> Hi all:
>>>>
>>>> thanks for all the continuing work you are doing on cdt.
>>>>
>>>> This being said: gdb-7.0 is the first one to support darwin, and
>>>> still has a few issues (debugging dynamically linked
>>> binaries is not
>>>> yet supported for instance). Until these are fixed, apple's
>>>> gdb-6.3.50 is really the _only_ options mac users have. And
>>> because
>>>> Apple is happily adding new language features, I am not so
>>> sure fsf-
>>>> gdb can become the default for eclipse on mac users in the
>>> short/mid
>>>> term.
>>>>
>>>> The best solution IMHO would be if someone could step in
>>> and support
>>>> apple's gdb in eclipse. I know that dev resources are
>>> sparse, but if
>>>> the standard process launcher were left to die it would
>>> mean losing
>>>> a large platform for cdt.
>>>>
>>>> Just my 2ct :)
>>>>
>>>> Tobias
>>>>
>>>> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>>>>
>>>>>
>>>>> 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@...
>>>>>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
>>>>> cdt-dev mailing list
>>>>> cdt-dev@...
>>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>>
>>>> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg,
>>> HRB 72838
>>>> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
>>>> Vorsitzender des Aufsichtsrats: Uwe Struck
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@...
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@...
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
> Vorsitzender des Aufsichtsrats: Uwe Struck
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

RE: How to perform Multi-Threaded Debugging on CDT 6.0

by Dominique Toupin (QA/EMC) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The long term solution is for apple to stop forking GDB and add the features in fsf-gdb instead, they are wasting a lot of energy and it creates issues like the one below. A lot of major companies are doing it and they don't have problem like this.


> -----Original Message-----
> From: cdt-dev-bounces@...
> [mailto:cdt-dev-bounces@...] On Behalf Of Tobias Hahn
> Sent: 2-Nov-09 09:28
> To: CDT General developers list.
> Subject: Re: [cdt-dev] How to perform Multi-Threaded
> Debugging on CDT 6.0
>
> Hi all:
>
> thanks for all the continuing work you are doing on cdt.
>
> This being said: gdb-7.0 is the first one to support darwin,
> and still has a few issues (debugging dynamically linked
> binaries is not yet supported for instance). Until these are
> fixed, apple's gdb-6.3.50 is really the _only_ options mac
> users have. And because Apple is happily adding new language
> features, I am not so sure fsf-gdb can become the default for
> eclipse on mac users in the short/mid term.
>
> The best solution IMHO would be if someone could step in and
> support apple's gdb in eclipse. I know that dev resources are
> sparse, but if the standard process launcher were left to die
> it would mean losing a large platform for cdt.
>
> Just my 2ct :)
>
> Tobias
>
> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>
> >
> > 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@...
> >> [mailto:cdt-dev-bounces@...] 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_______________________________________________
> > cdt-dev mailing list
> > cdt-dev@...
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
> Vorsitzender des Aufsichtsrats: Uwe Struck
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, that probably is not going to happen as evidenced by the  
following from an OS X 10.6 machine:

sean$ gdb --version
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51
UTC 2009)
Copyright 2004 Free Software Foundation, Inc.

So basically Eclipse CDT has 2 ways to go forward:

1: Direct support for Apple's GDB and OS X as a platform.
2: Withdraw support for OS X as a targeted operating System for CDT.

We all hate to have put in:

#if APPLE

#else WINDOWS

#else LINUX

#else SUN

into our code but this is the world we live in. Again, I'll offer at  
least the Testing on OS X as help as I use it about 10 hours a day  
would like to see it improved, or at least back to the way it was in  
CDT 4. Again, just need some help getting the environment setup.

--
Mike Jackson <www.bluequartz.net>

On Nov 2, 2009, at 10:07 AM, Dominique Toupin wrote:

>
> The long term solution is for apple to stop forking GDB and add the  
> features in fsf-gdb instead, they are wasting a lot of energy and it  
> creates issues like the one below. A lot of major companies are  
> doing it and they don't have problem like this.
>
>
>> -----Original Message-----
>> From: cdt-dev-bounces@...
>> [mailto:cdt-dev-bounces@...] On Behalf Of Tobias Hahn
>> Sent: 2-Nov-09 09:28
>> To: CDT General developers list.
>> Subject: Re: [cdt-dev] How to perform Multi-Threaded
>> Debugging on CDT 6.0
>>
>> Hi all:
>>
>> thanks for all the continuing work you are doing on cdt.
>>
>> This being said: gdb-7.0 is the first one to support darwin,
>> and still has a few issues (debugging dynamically linked
>> binaries is not yet supported for instance). Until these are
>> fixed, apple's gdb-6.3.50 is really the _only_ options mac
>> users have. And because Apple is happily adding new language
>> features, I am not so sure fsf-gdb can become the default for
>> eclipse on mac users in the short/mid term.
>>
>> The best solution IMHO would be if someone could step in and
>> support apple's gdb in eclipse. I know that dev resources are
>> sparse, but if the standard process launcher were left to die
>> it would mean losing a large platform for cdt.
>>
>> Just my 2ct :)
>>
>> Tobias
>>
>> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>>
>>>
>>> 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@...
>>>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@...
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
>> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
>> Vorsitzender des Aufsichtsrats: Uwe Struck
>>
>>
>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Doug Schaefer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We support what the community wants to contribute to. If someone wants to make #1 happen, they are free to. There is a prereq, though, you need to have a Mac which many of the current contributors don't.

On Mon, Nov 2, 2009 at 10:58 AM, Michael Jackson <mike.jackson@...> wrote:
Well, that probably is not going to happen as evidenced by the following from an OS X 10.6 machine:

sean$ gdb --version
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51

UTC 2009)
Copyright 2004 Free Software Foundation, Inc.

So basically Eclipse CDT has 2 ways to go forward:

1: Direct support for Apple's GDB and OS X as a platform.
2: Withdraw support for OS X as a targeted operating System for CDT.

We all hate to have put in:

#if APPLE

#else WINDOWS

#else LINUX

#else SUN

into our code but this is the world we live in. Again, I'll offer at least the Testing on OS X as help as I use it about 10 hours a day would like to see it improved, or at least back to the way it was in CDT 4. Again, just need some help getting the environment setup.


--
Mike Jackson <www.bluequartz.net>

On Nov 2, 2009, at 10:07 AM, Dominique Toupin wrote:


The long term solution is for apple to stop forking GDB and add the features in fsf-gdb instead, they are wasting a lot of energy and it creates issues like the one below. A lot of major companies are doing it and they don't have problem like this.


-----Original Message-----
From: cdt-dev-bounces@...
[mailto:cdt-dev-bounces@...] On Behalf Of Tobias Hahn
Sent: 2-Nov-09 09:28
To: CDT General developers list.
Subject: Re: [cdt-dev] How to perform Multi-Threaded
Debugging on CDT 6.0

Hi all:

thanks for all the continuing work you are doing on cdt.

This being said: gdb-7.0 is the first one to support darwin,
and still has a few issues (debugging dynamically linked
binaries is not yet supported for instance). Until these are
fixed, apple's gdb-6.3.50 is really the _only_ options mac
users have. And because Apple is happily adding new language
features, I am not so sure fsf-gdb can become the default for
eclipse on mac users in the short/mid term.

The best solution IMHO would be if someone could step in and
support apple's gdb in eclipse. I know that dev resources are
sparse, but if the standard process launcher were left to die
it would mean losing a large platform for cdt.

Just my 2ct :)

Tobias

Am 02.11.2009 um 15:12 schrieb Marc Khouzam:


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@...
[mailto:cdt-dev-bounces@...] 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_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
Vorsitzender des Aufsichtsrats: Uwe Struck




_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Marc-Andre Laperle-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You should be able to run and test patches using these instructions:
http://wiki.eclipse.org/Getting_started_with_CDT_development

I'd really like to help right now with debugging but I'm very busy at
the moment and if I have some time, it will likely go to the x86_64
binary bug (270790). I also had my fair share of problems with debugging
on Mac OS and would like to see this improve.

Doug Schaefer wrote:
> We support what the community wants to contribute to. If someone wants
> to make #1 happen, they are free to. There is a prereq, though, you
> need to have a Mac which many of the current contributors don't.
Among the contributors who don't have a Mac, is anyone willing to spend
some time if he/she had one?
Can't we get a someone to pay for this? :p Eclipse Foundation? Apple?
Donations?
What about Hackint0sh? Or running it in VirtualBox? Unofficially, of
course...
I'm sure we can find a way to improve the Mac situation.

Marc

Michael Jackson wrote:

> So what are the chances of getting these patches into the next CDT
> patch release? I really prefer CDT over anything else on OS X  
> (including Xcode) for development as it integrates gracefully with
> CMake and has superior (IMHO) C++ indexing and syntax highlighting. It
> would be a shame to have to switch out to something else. I can test
> out new patches if someone is willing to help me get a CDT build up
> and running for testing.
>
> --
> Mike Jackson <www.bluequartz.net>
>
> On Nov 2, 2009, at 9:47 AM, Tobias Hahn wrote:
>
>> The standard debugger also has issues. It also uses a somewhat
>> different command set than apple's gdb. This being said, when I apply
>> the patches at
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=269838 and
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=265483, it is still not
>> perfect, but usable.
>>
>> Best, Tobias
>>
>> <CDT_Bug_265483_GDB_cannot_halt_debugging_process.patch><CDT_Bug_269838_GDB_doesnot_show_threads.patch>
>>
>>
>> Am 02.11.2009 um 15:36 schrieb Marc Khouzam:
>>
>>> Just a clarification that DSF-GDB has not be properly tested on Mac,
>>> but that the Standard debugger should still work, if it did before...
>>>
>>>> -----Original Message-----
>>>> From: cdt-dev-bounces@...
>>>> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
>>>> Sent: Monday, November 02, 2009 9:33 AM
>>>> To: CDT General developers list.
>>>> Subject: Re: [cdt-dev] How to perform Multi-Threaded
>>>> Debugging on CDT 6.0
>>>>
>>>> I guess I'll stop that build of 7.0 that was going to do.
>>>>
>>>> So what was the last version of CDT to support the version of
>>>> GDB that
>>>> comes with Xcode?
>>>>
>>>> Also, does CDT support IDB from intel? Was thinking about getting
>>>> the intel compiler suite for OS X.
>>>>
>>>> --
>>>> Mike Jackson <www.bluequartz.net>
>>>>
>>>> On Nov 2, 2009, at 9:28 AM, Tobias Hahn wrote:
>>>>
>>>>> Hi all:
>>>>>
>>>>> thanks for all the continuing work you are doing on cdt.
>>>>>
>>>>> This being said: gdb-7.0 is the first one to support darwin, and
>>>>> still has a few issues (debugging dynamically linked
>>>> binaries is not
>>>>> yet supported for instance). Until these are fixed, apple's
>>>>> gdb-6.3.50 is really the _only_ options mac users have. And
>>>> because
>>>>> Apple is happily adding new language features, I am not so
>>>> sure fsf-
>>>>> gdb can become the default for eclipse on mac users in the
>>>> short/mid
>>>>> term.
>>>>>
>>>>> The best solution IMHO would be if someone could step in
>>>> and support
>>>>> apple's gdb in eclipse. I know that dev resources are
>>>> sparse, but if
>>>>> the standard process launcher were left to die it would
>>>> mean losing
>>>>> a large platform for cdt.
>>>>>
>>>>> Just my 2ct :)
>>>>>
>>>>> Tobias
>>>>>
>>>>> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>>>>>
>>>>>>
>>>>>> 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@...
>>>>>>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
>>>>>> cdt-dev mailing list
>>>>>> cdt-dev@...
>>>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>>>
>>>>> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg,
>>>> HRB 72838
>>>>> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
>>>>> Vorsitzender des Aufsichtsrats: Uwe Struck
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> cdt-dev mailing list
>>>>> cdt-dev@...
>>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>>
>>>> _______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@...
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@...
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
>> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
>> Vorsitzender des Aufsichtsrats: Uwe Struck
>>
>>
>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: How to perform Multi-Threaded Debugging on CDT 6.0

by Michael Jackson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was late into the monthly call today, was this issue discussed by  
any chance?

--
Mike Jackson <www.bluequartz.net>

On Nov 2, 2009, at 9:47 AM, Tobias Hahn wrote:

> The standard debugger also has issues. It also uses a somewhat  
> different command set than apple's gdb. This being said, when I  
> apply the patches at
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=269838 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=265483 
> , it is still not perfect, but usable.
>
> Best, Tobias
>
> <
> CDT_Bug_265483_GDB_cannot_halt_debugging_process
> .patch><CDT_Bug_269838_GDB_doesnot_show_threads.patch>
>
> Am 02.11.2009 um 15:36 schrieb Marc Khouzam:
>
>> Just a clarification that DSF-GDB has not be properly tested on Mac,
>> but that the Standard debugger should still work, if it did before...
>>
>>> -----Original Message-----
>>> From: cdt-dev-bounces@...
>>> [mailto:cdt-dev-bounces@...] On Behalf Of Michael Jackson
>>> Sent: Monday, November 02, 2009 9:33 AM
>>> To: CDT General developers list.
>>> Subject: Re: [cdt-dev] How to perform Multi-Threaded
>>> Debugging on CDT 6.0
>>>
>>> I guess I'll stop that build of 7.0 that was going to do.
>>>
>>> So what was the last version of CDT to support the version of
>>> GDB that
>>> comes with Xcode?
>>>
>>> Also, does CDT support IDB from intel? Was thinking about getting
>>> the intel compiler suite for OS X.
>>>
>>> --
>>> Mike Jackson <www.bluequartz.net>
>>>
>>> On Nov 2, 2009, at 9:28 AM, Tobias Hahn wrote:
>>>
>>>> Hi all:
>>>>
>>>> thanks for all the continuing work you are doing on cdt.
>>>>
>>>> This being said: gdb-7.0 is the first one to support darwin, and
>>>> still has a few issues (debugging dynamically linked
>>> binaries is not
>>>> yet supported for instance). Until these are fixed, apple's
>>>> gdb-6.3.50 is really the _only_ options mac users have. And
>>> because
>>>> Apple is happily adding new language features, I am not so
>>> sure fsf-
>>>> gdb can become the default for eclipse on mac users in the
>>> short/mid
>>>> term.
>>>>
>>>> The best solution IMHO would be if someone could step in
>>> and support
>>>> apple's gdb in eclipse. I know that dev resources are
>>> sparse, but if
>>>> the standard process launcher were left to die it would
>>> mean losing
>>>> a large platform for cdt.
>>>>
>>>> Just my 2ct :)
>>>>
>>>> Tobias
>>>>
>>>> Am 02.11.2009 um 15:12 schrieb Marc Khouzam:
>>>>
>>>>>
>>>>> 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@...
>>>>>> [mailto:cdt-dev-bounces@...] 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_______________________________________________
>>>>> cdt-dev mailing list
>>>>> cdt-dev@...
>>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>>
>>>> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg,
>>> HRB 72838
>>>> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
>>>> Vorsitzender des Aufsichtsrats: Uwe Struck
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@...
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@...
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838
> Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf
> Vorsitzender des Aufsichtsrats: Uwe Struck
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev
< Prev | 1 - 2 | Next >