#692463 eglibc-source: have gdb be able to list source from eglibc-source directly

#692463#5
Date:
2012-11-06 13:54:52 UTC
From:
To:
Dear Maintainer,


gdb true

(gdb) run
(gdb) break fopen
Breakpoint 3 at 0xb6f3d86c: file iofopen.c, line 107.
(gdb) list fopen
102	iofopen.c: No such file or directory.

# dpkg -L eglibc-sorce
[...]
/usr/src/glibc/eglibc-2.13.tar.xz


i remember that list from gdb use to work, but i might be wrong....