gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustep on FreeBSD and how to use the debugger


From: David Wetzel
Subject: gnustep on FreeBSD and how to use the debugger
Date: Thu, 31 Aug 2017 20:29:05 -0400

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: 0x0000000800c734c0 
libWebObjects.so.1`_i_WOKeyValueAssociation__valueInComponent_ + 64
libWebObjects.so.1`_i_WOKeyValueAssociation__valueInComponent_:
    0x800c734c0 <+64>: movq   %rax, %r15
    0x800c734c3 <+67>: movq   0x268a06(%rip), %rax
    0x800c734ca <+74>: movq   (%rax), %rax
    0x800c734cd <+77>: movl   (%rax), %eax
(lldb) po keyPath
error: use of undeclared identifier 'keyPath'
(lldb) po self
error: use of undeclared identifier 'self'


it looks the same in things that are in -base.
How can I add debug info so that I see stuff in GSWeb and -base?

Thanks!

David





reply via email to

[Prev in Thread] Current Thread [Next in Thread]