gnustep on FreeBSD and how to use the debugger

2017-08-31 Thread David Wetzel
Hi guys! I just installed the -base package from ports and it seems to work so far. Thanks David C.! I decided to give gsweb a try and tried debugging: (lldb) up frame #6: 0x000800c734c0 libWebObjects.so.1`_i_WOKeyValueAssociation__valueInComponent_ + 64 libWebObjects.so.1`_i_WOKeyValueAss

Re: gnustep on FreeBSD and how to use the debugger

2017-08-31 Thread Gregory Casamento
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) GC On T

Re: gnustep on FreeBSD and how to use the debugger

2017-08-31 Thread David Wetzel
Hi! Trying gdb: #1 0x00080275764b in -[NSException raise] () from /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1.25 (gdb) up #2 0x000800c33ac1 in +[WOAssociation valueInComponent:forKeyPath:] () from /usr/local/GNUstep/Local/Library/Libraries/libWebObjects.so.1 (gdb)

Re: gnustep on FreeBSD and how to use the debugger

2017-08-31 Thread Riccardo Mottola
Hi Gregory Casamento wrote: 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 com