Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.gcc.help > #3557 > unrolled thread
| Started by | steve g <sgonedes1977@gmail.com> |
|---|---|
| First post | 2026-04-11 21:06 -0400 |
| Last post | 2026-04-11 21:06 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.gcc.help
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: setting full source filename for gdb steve g <sgonedes1977@gmail.com> - 2026-04-11 21:06 -0400
| From | steve g <sgonedes1977@gmail.com> |
|---|---|
| Date | 2026-04-11 21:06 -0400 |
| Subject | Re: setting full source filename for gdb |
| Message-ID | <87se91c7if.fsf@gmail.com> |
"Don Khan" <root@localhost.localdomain> writes: > Hello, > > Does anyone know how to compile (using gcc) so that the full source filename > paths are used when debugging with gdb (Linux i686). try compiling with: gcc -ggdb -Og -fverbose-asm this is a somewhat new feature for gcc. I also use gdb -tui at the terminal or else I use DDD for X.
Back to top | Article view | gnu.gcc.help
csiph-web