Re: gdb cannot find "../sysdeps/unix/syscall-template.S"
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 14 Jan 2016 22:06:38 +0100, Linux Mercedes wrote: > file: "../sysdeps/unix/syscall-template.S", line number: 1 It may be more clear if you type: (gdb) set filename-display absolute Then there are various substitution commands in GDB how to point it to the right directory. Jan