[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep on FreeBSD and how to use the debugger
From: |
David Wetzel |
Subject: |
Re: gnustep on FreeBSD and how to use the debugger |
Date: |
Thu, 31 Aug 2017 21:40:55 -0400 |
Hi!
Trying gdb:
#1 0x000000080275764b in -[NSException raise] () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25
(gdb) up
#2 0x0000000800c33ac1 in +[WOAssociation valueInComponent:forKeyPath:] () from
/usr/local/GNUstep/Local/Library/Libraries/libWebObjects.so.1
(gdb) po self
No symbol "self" in current context.
(gdb) po object
No symbol "object" in current context.
(gdb) po keyPath
No symbol "keyPath" in current context.
(gdb)
I guess it should be able to print those:
+(id)valueInComponent:(GSWComponent*)object
forKeyPath:(NSString*)keyPath
And "self" should always return something, right?
David
> Am 31.08.2017 um 21:22 schrieb Gregory Casamento <address@hidden>:
>
> I'm not sure that lldb works all that well with ObjC on non-darwin operating
> systems at this point. I've tried it and had some similar problems. Does
> FreeBSD still include the GCC toolchain at all as an option or not? (I know
> they now use clang as their main compiler... just wondering)
>