Opened 10 years ago
Closed 10 years ago
#45280 closed defect (invalid)
gdb-apple has trouble reading shared libraries and object files in nonexistent /BinaryCache/ directory
Reported by: | asnedden@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | gdb-apple |
Description
I compiled a simple program using gcc-mp-4.4 (downloaded via MacPorts)
#include <stdio.h> int main(void) { printf("Hello World\n"); return 0; }
and when I compile and run gdb, I get the output below. My question is there a way to prevent all these warnings or options when building via MacPorts so that it doesn't look in the nonexistent /BinaryCache/ directory for object files?
bob$ gcc -c -g main.c -o main.o bob$ gcc -g main.o -o executable bob$ gdb-apple executable GNU gdb 6.3.50.20050815-cvs (Thu Nov 21 15:33:19 UTC 2013) Copyright 2004 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 "--host=i686-apple-darwin13.0.0 --target="...Reading symbols for shared libraries ... done (gdb) start Breakpoint 1 at 0x100000f16: file main.c, line 5. Starting program: /Users/ali/Downloads/executable Reading symbols for shared libraries ++..............bfd_mach_o_scan_read_symtab_symbol: symbol "_bzero" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_memccpy" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_memchr" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_memcmp" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_memcpy" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_memmove" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_memset" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_strchr" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_strcmp" is unsupported 'indirect' reference: setting to undefined bfd_mach_o_scan_read_symtab_symbol: symbol "_strncmp" is unsupported 'indirect' reference: setting to undefined ....warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.115.4~1/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/_libc_funcptr.o" - no debug information available for "_libc_funcptr.c". warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.115.4~1/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/strlen.o" - no debug information available for "strlen.c". warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.115.4~1/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/strcmp.o" - no debug information available for "strcmp.c". warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.115.4~1/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/memcpy.o" - no debug information available for "memcpy.c". warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.115.4~1/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/strlcpy.o" - no debug information available for "strlcpy.c". warning: Could not find object file "/private/var/tmp/Libsyscall/Libsyscall-2422.115.4~1/Libsyscall.build/Libsyscall_dynamic.build/Objects-normal/x86_64/kernel_vers.o" - no debug information available for "kernel_vers.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(clock_privUser.o)" - no debug information available for "clock_privUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(clock_replyUser.o)" - no debug information available for "clock_replyUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(clockUser.o)" - no debug information available for "clockUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(excUser.o)" - no debug information available for "excUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(excServer.o)" - no debug information available for "excServer.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(host_privUser.o)" - no debug information available for "host_privUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(host_securityUser.o)" - no debug information available for "host_securityUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(lock_setUser.o)" - no debug information available for "lock_setUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_hostUser.o)" - no debug information available for "mach_hostUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_portUser.o)" - no debug information available for "mach_portUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_vmUser.o)" - no debug information available for "mach_vmUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(notifyUser.o)" - no debug information available for "notifyUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(processor_setUser.o)" - no debug information available for "processor_setUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(processorUser.o)" - no debug information available for "processorUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(netnameUser.o)" - no debug information available for "netnameUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(taskUser.o)" - no debug information available for "taskUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(thread_actUser.o)" - no debug information available for "thread_actUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(vm_mapUser.o)" - no debug information available for "vm_mapUser.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(clock_sleep.o)" - no debug information available for "clock_sleep.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(error_codes.o)" - no debug information available for "error_codes.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(exc_catcher_state_identity.o)" - no debug information available for "exc_catcher_state_identity.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(exc_catcher_state.o)" - no debug information available for "exc_catcher_state.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(exc_catcher.o)" - no debug information available for "exc_catcher.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(fprintf_stderr.o)" - no debug information available for "fprintf_stderr.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_error_string.o)" - no debug information available for "mach_error_string.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_error.o)" - no debug information available for "mach_error.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_init.o)" - no debug information available for "mach_init.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_absolute_time.o)" - no debug information available for "mach_absolute_time.s". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_msg.o)" - no debug information available for "mach_msg.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_traps.o)" - no debug information available for "mach_traps.s". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mig_allocate.o)" - no debug information available for "mig_allocate.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(__commpage_gettimeofday-1B10426C6417394E.o)" - no debug information available for "__commpage_gettimeofday.s". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mig_deallocate.o)" - no debug information available for "mig_deallocate.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mig_reply_setup.o)" - no debug information available for "mig_reply_setup.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mig_reply_port.o)" - no debug information available for "mig_reply_port.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mig_strncpy.o)" - no debug information available for "mig_strncpy.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(ms_thread_switch.o)" - no debug information available for "ms_thread_switch.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(panic.o)" - no debug information available for "panic.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(port_obj.o)" - no debug information available for "port_obj.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(semaphore.o)" - no debug information available for "semaphore.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(slot_name.o)" - no debug information available for "slot_name.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(string.o)" - no debug information available for "string.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(getiopolicy_np.o)" - no debug information available for "getiopolicy_np.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_legacy.o)" - no debug information available for "mach_legacy.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(errno.o)" - no debug information available for "errno.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(libproc.o)" - no debug information available for "libproc.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(_libkernel_init.o)" - no debug information available for "_libkernel_init.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(gethostuuid.o)" - no debug information available for "gethostuuid.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(chmod.o)" - no debug information available for "chmod.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(fchmod.o)" - no debug information available for "fchmod.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(posix_spawn.o)" - no debug information available for "posix_spawn.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(fcntl.o)" - no debug information available for "fcntl.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(fcntl-cancel.o)" - no debug information available for "fcntl-cancel.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(getrlimit.o)" - no debug information available for "getrlimit.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(ioctl.o)" - no debug information available for "ioctl.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(kill-37E6E965E657E453.o)" - no debug information available for "kill.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mmap.o)" - no debug information available for "mmap.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(select-pre1050.o)" - no debug information available for "select-pre1050.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(select-cancel.o)" - no debug information available for "select-cancel.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(select-F9C506C36CA23E61.o)" - no debug information available for "select.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(setrlimit.o)" - no debug information available for "setrlimit.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(sigsuspend-A64FA829AFDB1B93.o)" - no debug information available for "sigsuspend.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(sigsuspend-cancel.o)" - no debug information available for "sigsuspend-cancel.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(unlink.o)" - no debug information available for "unlink.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(rmdir.o)" - no debug information available for "rmdir.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(rename.o)" - no debug information available for "rename.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(remove-counter.o)" - no debug information available for "remove-counter.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(__get_cpu_capabilities.o)" - no debug information available for "__get_cpu_capabilities.s". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(init_cpu_capabilities.o)" - no debug information available for "init_cpu_capabilities.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(open_dprotected_np.o)" - no debug information available for "open_dprotected_np.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(proc_listpidspath.o)" - no debug information available for "proc_listpidspath.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_port-FF9CE92C13C15B47.o)" - no debug information available for "mach_port.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(mach_vm-781E485645396B48.o)" - no debug information available for "mach_vm.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(getaudit.o)" - no debug information available for "getaudit.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(alloc_once.o)" - no debug information available for "alloc_once.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(guarded_open_np.o)" - no debug information available for "guarded_open_np.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(carbon_delete.o)" - no debug information available for "carbon_delete.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(munmap-260E38402BE7DD5A.o)" - no debug information available for "munmap.c". warning: Could not find object file "/BinaryCache/Libsyscall/Libsyscall-2422.115.4~1/Symbols/BuiltProducts/libsystem_kernel.a(kernel_vers.o)" - no debug information available for "kernel_vers.c". .....warning: Could not find object file "/private/var/tmp/libplatform/libplatform-24.90.1~2/libplatform.build/libsystem_platform.build/Objects-normal/x86_64/init.o" - no debug information available for "init.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsimple_normal.a(getenv.o)" - no debug information available for "getenv.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsimple_normal.a(asl.o)" - no debug information available for "asl.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsimple_normal.a(string_io.o)" - no debug information available for "string_io.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libatomics_normal.a(platfunc.o)" - no debug information available for "platfunc.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libatomics_normal.a(init.o)" - no debug information available for "init.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libatomics_normal.a(atomic.o)" - no debug information available for "atomic.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libatomics_normal.a(OSAtomic.o)" - no debug information available for "OSAtomic.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libatomics_normal.a(pfz.o)" - no debug information available for "pfz.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libcachecontrol_normal.a(cache.o)" - no debug information available for "cache.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libcachecontrol_normal.a(cache.o)" - no debug information available for "cache.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libos_normal.a(lock.o)" - no debug information available for "lock.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libos_normal.a(once.o)" - no debug information available for "once.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libos_normal.a(alloc_once.o)" - no debug information available for "alloc_once.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libos_normal.a(semaphore.o)" - no debug information available for "semaphore.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libos_normal.a(resolver.o)" - no debug information available for "resolver.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsetjmp_normal.a(setjmperr.o)" - no debug information available for "setjmperr.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsetjmp_normal.a(sigtramp.o)" - no debug information available for "sigtramp.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsetjmp_normal.a(setjmp.o)" - no debug information available for "setjmp.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsetjmp_normal.a(_sigtramp.o)" - no debug information available for "_sigtramp.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libsetjmp_normal.a(_setjmp.o)" - no debug information available for "_setjmp.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memccpy.o)" - no debug information available for "memccpy.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memmove_resolvers.o)" - no debug information available for "memmove_resolvers.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(bzero_resolvers.o)" - no debug information available for "bzero_resolvers.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(bzero_Ivybridge.o)" - no debug information available for "bzero_Ivybridge.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(strchr.o)" - no debug information available for "strchr.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memmove_Haswell.o)" - no debug information available for "memmove_Haswell.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(strlen.o)" - no debug information available for "strlen.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(ffs.o)" - no debug information available for "ffs.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(strncmp.o)" - no debug information available for "strncmp.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memmove_Nehalem_and_Ivybridge.o)" - no debug information available for "memmove_Nehalem_and_Ivybridge.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memmove_Merom.o)" - no debug information available for "memmove_Merom.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(longcopy_sse3x.o)" - no debug information available for "longcopy_sse3x.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memchr.o)" - no debug information available for "memchr.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(strcmp.o)" - no debug information available for "strcmp.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(bzero_Haswell.o)" - no debug information available for "bzero_Haswell.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(bzero_Merom.o)" - no debug information available for "bzero_Merom.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memset_pattern_Haswell.o)" - no debug information available for "memset_pattern_Haswell.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memcmp.o)" - no debug information available for "memcmp.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memset_pattern_Merom.o)" - no debug information available for "memset_pattern_Merom.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libstring_normal.a(memset_pattern_Ivybridge.o)" - no debug information available for "memset_pattern_Ivybridge.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(swapcontext.o)" - no debug information available for "swapcontext.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(makecontext.o)" - no debug information available for "makecontext.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(getmcontext.o)" - no debug information available for "getmcontext.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(setcontext.o)" - no debug information available for "setcontext.c". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(getcontext.o)" - no debug information available for "getcontext.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(_ctx_start.o)" - no debug information available for "_ctx_start.s". warning: Could not find object file "/BinaryCache/libplatform/libplatform-24.90.1~2/Symbols/libucontext_normal.a(_setcontext.o)" - no debug information available for "_setcontext.s". ............ done Breakpoint 1, main () at main.c:5 5 printf("Hello World\n"); (gdb)
Change History (4)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | gdb-apple removed |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Port: | @1824 removed |
comment:3 Changed 10 years ago by asnedden@…
Thank you for the tip. I forgot should mention that I am using a 2010 Macbook Pro with OSX 10.9.5 installed.
comment:4 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → invalid |
---|---|
Status: | new → closed |
It's behaving correctly.
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers gdb-apple
).