stefoid / virtualagc

Automatically exported from code.google.com/p/virtualagc
Other
0 stars 0 forks source link

Replace "files" command with "info sources" #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The equivalent of the classic "files" command in gdb is the "info sources"
command. Normally the gdb command does not support pattern matching like
"files" does however since the feature exists in the classic interface the
info sources should be extended with this same capability; This means that
a command like: "info sources time" will return all the sources for which
symbols are read that have "time" in their file name.

Original issue reported on code.google.com by ohommes@gmail.com on 15 Apr 2009 at 3:06

GoogleCodeExporter commented 8 years ago
Completed the command replacement from classic "files" to "info sources".

Original comment by ohommes@gmail.com on 15 Apr 2009 at 3:11

GoogleCodeExporter commented 8 years ago

Original comment by ohommes@gmail.com on 15 Apr 2009 at 3:11