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 <greg.casame...@gmail.com>:
> 
> 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)
> 


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to