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]

Re: How to show the file being executed?


   On Wednesday 24 February 2010 16:41:38, Alfred M. Szmidt wrote:
   >    (top-gdb) info inferiors
   >      Num  Description       Executable
   >    * 1    process 25218     /home/pedro/gdb/baseline/build/gdb/gdb
   > 
   > The original poster wanted the information from `file' as I understood
   > it.

   `file FOO' is actually just short hand for:

     `exec-file FOO' + `symbol-file FOO'.

   `info inferiors' shows you the FOO from `exec-file FOO'.

We are on different wave lengths, when I wrote `file' I meant the
command line program, not the GDB command.  Which `info file' has
similar information too at the start.


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