Re: Remote Debugging XC 2.3 -> OS 10.3.9
Re: Remote Debugging XC 2.3 -> OS 10.3.9
- Subject: Re: Remote Debugging XC 2.3 -> OS 10.3.9
- From: Jeff Nordquist <email@hidden>
- Date: Thu, 29 Jun 2006 13:46:10 -0500
Hey - great idea! Yes, I am able to pause it... That opens up some
avenues like Debugger() calls and whatnot. Perhaps that's the way to
do it for now.
If anyone has a cleaner solution, or can point out a possible bug in
the Perl script below I'm all ears. :)
-j
On Jun 29, 2006, at 1:32 PM, Michael Ryan Bannon wrote:
Not sure what to tell you at this point...hopefully there's
somebody else that can give you a hand because I'm lost. Sorry.
And, yeah, that's the same as what I had.
Hey, can you pause the app?
----- Original Message ----- From: "Jeff Nordquist"
<email@hidden>
To: "Michael Ryan Bannon" <email@hidden>
Cc: <email@hidden>
Sent: Thursday, June 29, 2006 2:29 PM
Subject: Re: Remote Debugging XC 2.3 -> OS 10.3.9
It does the same thing. I'm completely stumped.
I wish I knew Perl to understand what this line is doing:
exec perl -e 'while($len = sysread(STDIN, $buf, 1024)){$buf =~
s /- break-insert -l -1/-break-insert/g; syswrite(STDOUT, $buf,
$len);}' | "$gdb" "$@"
Since this is what allowed the breakpoints to work in the first
place. Does this exactly match the version that works for you?
I'd shudder to think I've proofed it about 10 times and missed
something, but stranger things have happened.
Thanks,
Jeff
On Jun 29, 2006, at 12:36 PM, Michael Ryan Bannon wrote:
the UB is the only difference I can see...give that a
try,although that can be its own challenge sometimes :)
----- Original Message ----- From: "Jeff Nordquist"
<email@hidden>
To: "Michael Ryan Bannon" <email@hidden>
Cc: <email@hidden>
Sent: Thursday, June 29, 2006 1:30 PM
Subject: Re: Remote Debugging XC 2.3 -> OS 10.3.9
On Jun 29, 2006, at 12:17 PM, Michael Ryan Bannon wrote:
Hey,
What are the exact version you're using.
Mac OS (both machines)
Local: Intel, OS 10.4.6
Remote: PPC, OS 10.3.9
XCode (both tool sets)
Local: Xcode 2.3 (IDE 744.0, Core 747.0, ToolSupport 733.0)
Remote: Xcode 1.5 (IDE 389.0, Core 387.0, ToolSupport 372.0)
gdb (both machine)
Local: gdb 6.3.50-20050815 (Apple version gdb-477)
Remote: gdb 5.3-20030128 (Apple version gdb-330.1)
gcc (both machines)
Local: gcc 4.0.1(5341)
Remote: gcc 3.3 20030304 (Apple build 1666)
Also, are you using a universal binary or just the PPC? I
think the only difference between you and I is that I made
a UB...although I'm not sure that that is the problem or
solution.
I've just been using the PPC, not the universal. I'll try that
next.
Thanks,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden