Re: pt-raise.c: No such file or directory
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 20 May 2014 12:45:23 +0200, Mahmood Naderan wrote: > (gdb) set filename-display absolute > No symbol "filename" in current context. You have too old GDB, "set filename-display" exists since GDB-7.6. > Any more idea? It is an "issue" of Debian/Ubuntu packaging. Debian/Ubuntu prefers smaller debug info packages but the disadvantage is the missing source files. > Does that have ay effect on debugging process? It only does not display the source. Otherwise it has no effect. Jan