-file-list-exec-source-files implementation
Kip Macy
kmacy@fsmware.com
Sat Feb 7 02:27:00 GMT 2004
>
> For the new mi command, it looks like this,
> -file-list-exec-source-files
> ^done,psymtab_file="/build/buildd/glibc-2.3.2.ds1/build-tree/i386-libc/csu/crtn.S",psymtab_file="/build/buildd/glibc-2.3.2.ds1/build-tree/i386-libc/csu/crti.S",psymtab_file="init.c",psymtab_fullname="/home/bob/cvs/src/src/src/gdb/init.c",psymtab_file="../sysdeps/i386/elf/start.S",psymtab_file="test.c",psymtab_fullname="/home/bob/cvs/src/src/src/gdb/test.c"
>
> Any objections or suggestions?
Plenty of other commands violate the grammar as specified in the
documentation, so it doesn't really matter, but technically it
should be something like:
^done,symfiles=[psymtab_file="filename", ...]
-Kip
More information about the Gdb
mailing list