[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep stack trace & gnustep-base.dll path
From: |
Lloyd Dupont |
Subject: |
Re: GNUstep stack trace & gnustep-base.dll path |
Date: |
Thu, 4 May 2006 16:59:00 +1000 |
Hahum...
there was still a bug, I forget the % in '%d'
that gives:
- (NSString *) description
{
return [NSString stringWithFormat:@"%p %@ %@:%d",
_address,
_functionName,
_fileName,
_lineNo];
}
----- Original Message -----
From: "Lloyd Dupont" <lloyd@nova-mind.com>
To: "GNUstep Discussion" <discuss-gnustep@gnu.org>
Sent: Thursday, May 04, 2006 4:57 PM
Subject: GNUstep stack trace & gnustep-base.dll path
I confused myself.
There was a bug.
Here is the corrected version which read both current process and
gnustep-base.dll symbols.
And display your stack trace.
Problem is I would like to replace 'gnustep-base.dll' by a more
multiplatform constant / invocation.
One that could read 'gnustep-base.dll' on windows and 'gnustep-base.dylib'
on MacOSX for example...
Any tips?
- Re: GNUstep stack trace & gnustep-base.dll path, (continued)
- Re: GNUstep stack trace & gnustep-base.dll path, Richard Frith-Macdonald, 2006/05/04
- Re: GNUstep stack trace & gnustep-base.dll path, David Ayers, 2006/05/04
- Re: GNUstep stack trace & gnustep-base.dll path, Alex Perez, 2006/05/04
- Re: GNUstep stack trace & gnustep-base.dll path, Richard Frith-Macdonald, 2006/05/05
- Re: GNUstep stack trace & gnustep-base.dll path, Richard Frith-Macdonald, 2006/05/05
- Re: GNUstep stack trace & gnustep-base.dll path, David Ayers, 2006/05/05
- Re: GNUstep stack trace & gnustep-base.dll path, Richard Frith-Macdonald, 2006/05/05
- Re: GNUstep stack trace & gnustep-base.dll path, Nicola Pero, 2006/05/05
- Re: GNUstep stack trace & gnustep-base.dll path, David Ayers, 2006/05/05
Re: GNUstep stack trace & gnustep-base.dll path, Richard Frith-Macdonald, 2006/05/04
Re: GNUstep stack trace & gnustep-base.dll path,
Lloyd Dupont <=