This is the mail archive of the gdb@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]

How to show the file being executed?


Hi all,

I'm running gdb 7.0 and first of all let me thank you, it's simply
*AWESOME*, reversible debugging and scripting are some features we
always dreamt for, and now they're finally available to all the free
world, thanks!!

I have a small problem, I need to show the name of the file debugged
in a gdb script, and info target looks overkill as it shows too much
information.

(gdb) show version
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) info target
Symbols from "/home/stefano/src/PROGRAM".
Unix child process:
	Using the running image of child Thread 0xb5f33b70 (LWP 8998).
	While running this, GDB does not access memory from...
Local exec file:
	`/home/stefano/src/PROGRAM', file type elf32-i386.
	Entry point: 0x804bc70
	0x08048134 - 0x08048147 is .interp
	0x08048148 - 0x08048168 is .note.ABI-tag
	0x08048168 - 0x0804818c is .note.gnu.build-id
        [...]

There is some way to show *only* this information?, otherwise I suggest
to implement a show file command.

Regards.


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