This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/10542] 'set debug-file-directory' has no effect


------- Additional Comments From gdb+kisch at sesamstrasse dot dyndns dot tv  2009-08-21 14:47 -------
part of strace output showing gdb accessing /opt/crosstool/lib/debug

[...]
_llseek(5, 32768, [32768], SEEK_SET)    = 0
open("/proc/meminfo", O_RDONLY)         = 6
fstat64(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f2e000
read(6, "MemTotal:      1034756 kB\nMemFre"..., 1024) = 846
close(6)                                = 0
munmap(0xb7f2e000, 4096)                = 0
_llseek(5, 131072, [131072], SEEK_SET)  = 0
read(5, "ot detect controlling TTY\0\0\0WARN"..., 4096) = 4096
read(5, "\236\2\235\3\234\4\233\5\232\6\231\7\230\10\227\t\226\n"..., 4096) = 4096
access("/opt/crosstool/lib/debug/.build-id/69/b8e57055c551bcc63c6ac2272d7fcf06ff8d5e.debug", 
F_OK) = -1 ENOENT (No such file or directory)
write(1, "(no debugging symbols found)\n", 29(no debugging symbols found)
) = 29
close(5)                                = 0
munmap(0xb7f2f000, 4096)                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
stat64("/var/tmp/se-build/kisch/gnash/gdbinit", {st_mode=S_IFREG|0664, st_size=282, ...}) = 0
open("/var/tmp/se-build/kisch/gnash/gdbinit", O_RDONLY) = 5
[...]

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10542

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]