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: MI: -file-list-exec-source-files


 > FWIW, GDB 6.3 doesn't seem to have this problem, AFAICS:
 > 
 >     eliz@fencepost:~$ ./gdb-6.3/gdb/gdb --interpreter=mi2 ./mytest
 >     ~"GNU gdb 6.3\n"
 >     ~"Copyright 2004 Free Software Foundation, Inc.\n"
 >     ~"GDB is free software, covered by the GNU General Public License, and you are\n"
 >     ~"welcome to change it and/or distribute copies of it under certain conditions.\n"
 >     ~"Type \"show copying\" to see the conditions.\n"
 >     ~"There is absolutely no warranty for GDB.  Type \"show warranty\" for details.\n"
 >     ~"This GDB was configured as \"i686-pc-linux-gnu\"..."
 >     ~"Using host libthread_db library \"/lib/tls/libthread_db.so.1\".\n"
 >     ~"\n"
 >     (gdb)
 >     -file-list-exec-source-files
 >     ^done,files=[{file="crtn.S"},{file="/build/buildd/glibc-2.3.2.ds1/build-tree/i386-libc/csu/crtn.S"},{file="myproc.c",fullname="/home/e/eliz/myproc.c"},{file="mytest.c",fullname="/home/e/eliz/mytest.c"},{file="crti.S"},{file="/build/buildd/glibc-2.3.2.ds1/build-tree/i386-libc/csu/crti.S"},{file="init.c"},{file="start.S"},{file="../sysdeps/i386/elf/start.S"}]

Yes, I see this too:

nickrob/194 src/gdb/gdb mytest
GGNU gdb 6.5.50.20060601-cvs
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) maint info psymtab
{ objfile /home/nickrob/mytest ((struct objfile *) 0x90877f8)
  { psymtab myproc.c ((struct partial_symtab *) 0x9091e9c)
    readin no
    fullname (null)
    text addresses 0x0 -- 0x0
    globals (none)
    statics (none)
    dependencies {
      psymtab myproc.c ((struct partial_symtab *) 0x908d820)
    }
  }
  { psymtab myproc.c ((struct partial_symtab *) 0x908d820)
    readin no
    fullname (null)
    text addresses 0x8048380 -- 0x8048387
    globals (* (struct partial_symbol **) 0x9075874 @ 1)
    statics (* (struct partial_symbol **) 0x908d8bc @ 1)
    dependencies (none)
  }
  { psymtab mytest.c ((struct partial_symtab *) 0x908d7c8)
    readin no
    fullname (null)
    text addresses 0x0 -- 0x0
    globals (none)
    statics (none)
    dependencies {
      psymtab mytest.c ((struct partial_symtab *) 0x908d76c)
    }
  }
  { psymtab mytest.c ((struct partial_symtab *) 0x908d76c)
    readin no
    fullname (null)
    text addresses 0x8048360 -- 0x804837f
    globals (* (struct partial_symbol **) 0x9075870 @ 1)
    statics (* (struct partial_symbol **) 0x908d8b8 @ 1)
    dependencies (none)
  }
}


nickrob/195 gdb mytest
GNU gdb Red Hat Linux (6.3.0.0-1.122rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) maint info psymtab
{ objfile /home/nickrob/mytest ((struct objfile *) 0x9cffd70)
  { psymtab myproc.c ((struct partial_symtab *) 0x9d05cf8)
    readin no
    fullname (null)
    text addresses 0x8048380 -- 0x8048387
    globals (* (struct partial_symbol **) 0x9ceddfc @ 1)
    statics (* (struct partial_symbol **) 0x9d05e54 @ 1)
    dependencies (none)
  }
  { psymtab mytest.c ((struct partial_symtab *) 0x9d05c9c)
    readin no
    fullname (null)
    text addresses 0x8048360 -- 0x804837f
    globals (* (struct partial_symbol **) 0x9ceddf8 @ 1)
    statics (* (struct partial_symbol **) 0x9d05e50 @ 1)
    dependencies (none)
  }
}


-- 
Nick                                           http://www.inet.net.nz/~nickrob


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