Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
xcxdb problems with Xcode 3.2.6 and SnowLeopard
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
SteveG  
View profile  
 More options Nov 12 2012, 2:56 pm
From: SteveG <sgraes...@gmail.com>
Date: Mon, 12 Nov 2012 11:56:09 -0800 (PST)
Local: Mon, Nov 12 2012 2:56 pm
Subject: xcxdb problems with Xcode 3.2.6 and SnowLeopard

I'm having trouble using xcxdb debug my exe using the Xcode debugger.

I have downloaded the xcxdb-Installation tools and run the install-xcxdb.sh
script with no reported errors.
I have updated the retargetBundle.m file to automatic generation of
the xcxdb files. The files are being generated.
However, each time I try to compile and debug my exe, the Xcode console
reports the following:

[Session started at 2012-11-12 12:23:35 -0700.]

GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC
2011)

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 "x86_64-apple-darwin".Loading program into
debugger…

sharedlibrary apply-load-rules all

*run*

Running…

No executable file specified.

Use the "file" or "exec-file" command.

No executable file specified.

Use the "file" or "exec-file" command.

The program being debugged is not being run.

The program being debugged is not being run.

Is there another build setting that I am forgetting to change?

Thanks,

Steve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Schmielau  
View profile  
 More options Nov 13 2012, 3:36 am
From: Tim Schmielau <tim.schmie...@gmail.com>
Date: Tue, 13 Nov 2012 00:36:45 -0800 (PST)
Local: Tues, Nov 13 2012 3:36 am
Subject: Re: xcxdb problems with Xcode 3.2.6 and SnowLeopard

On Monday, November 12, 2012 7:56:09 PM UTC, SteveG wrote:

> I have downloaded the xcxdb-Installation tools and run
> the install-xcxdb.sh script with no reported errors.

You've already gotten much further than I have. Where have you downloaded
xcxdb from?
I've resorted to manual remote debugging because I could not find it online
anymore.

Thanks,
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SteveG  
View profile  
 More options Nov 13 2012, 1:12 pm
From: SteveG <sgraes...@gmail.com>
Date: Tue, 13 Nov 2012 10:12:31 -0800 (PST)
Local: Tues, Nov 13 2012 1:12 pm
Subject: Re: xcxdb problems with Xcode 3.2.6 and SnowLeopard

I orginally got the files from this link -
http://cocotron-dev.googlegroups.com/web/xcxdb-Installation.tar.gz

The mod date on the install-xcxdb.sh file is 10/2/08.

Steve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Schmielau  
View profile  
 More options Nov 19 2012, 6:02 pm
From: Tim Schmielau <tim.schmie...@gmail.com>
Date: Mon, 19 Nov 2012 15:02:06 -0800 (PST)
Local: Mon, Nov 19 2012 6:02 pm
Subject: Re: xcxdb problems with Xcode 3.2.6 and SnowLeopard

On Tuesday, November 13, 2012 6:12:32 PM UTC, SteveG wrote:
> I orginally got the files from this link -
>> http://cocotron-dev.googlegroups.com/web/xcxdb-Installation.tar.gz

> The mod date on the install-xcxdb.sh file is 10/2/08.

> Steve

I'm on 10.6.8 and Xcode 3.2.6 as well. If someone re-uploads the file (or
post where it could still be found) I'll certainly try it out myself.
OTOH I might upgrade soon as Xcode 3.2.6's buggy debugger is no fun to work
with.

Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Schmielau  
View profile  
 More options Dec 22 2012, 7:24 pm
From: Tim Schmielau <tim.schmie...@gmail.com>
Date: Sat, 22 Dec 2012 16:24:40 -0800 (PST)
Local: Sat, Dec 22 2012 7:24 pm
Subject: Re: xcxdb problems with Xcode 3.2.6 and SnowLeopard

I finally found a copy at
http://projectswithlove.com/projects/xcxdb-Installation.zip

Since I had built a working gdbserver already I've not
run install-xcxdb.sh, but just used what I had. With that, I can now build
the template project, copy it onver to the Windows machine, start gdbserver
there and then start up the executable on the Windows machine by pressing
the "Build and Debug" button in Xcode.

The "only" missing bit is that the executable is not under control of
Xcode. So for now I'm continuing with remote debugging without Xcode from
the console.

Comparing my screen output with yours, it appears to me that in your case
the wrong debugger gets started (the Apple one, instead of the newly built
gdb with remote debugging capability). For me the output in case of a
failed startup reads (in case of a successful startup, this output seems to
get inhibited):

[Session started at 2012-12-23 00:09:03 +0000.]
GNU gdb (GDB) 6.8.50.20081001 (xcxdb-37 for cocotron)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i386-apple-darwin10.8.0
--target=i386-mingw32msvc".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Loading program into debugger…

Hope this helps
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »