discuss-gnustep
[Top][All Lists]
Advanced

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

Debugging frameworks


From: Andreas Hoeschler
Subject: Debugging frameworks
Date: Thu, 29 Jul 2004 13:10:23 +0200

Hi all,

I have built my framework mit

        make debug=yes

when I start gdb

        gdb /Build/SmartBuilder/SmartBuilder.app/SmartBuilder

I get

GNU gdb 5.1-20020408 (Apple version gdb-228) (Sun Jul 14 10:07:24 GMT 2002)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "powerpc-apple-macos10".

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.

warning: Couldn't find library name in dyld_resolve_load_flag.
Reading symbols for shared libraries ..... done

I then get

        (gdb) break [FBContext fixKeyCounters]
        Function "[FBContext fixKeyCounters]" not defined.

Is anybody using the GNUstep make package on MacOSX and successfully debugging frameworks with gdb? What am I doing wrong?

Thanks a lot!

Regards,

  Andreas





reply via email to

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