This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
recursive search source dirs
- From: Xiaohan Qin <xqin at austin dot ibm dot com>
- To: gdb at sources dot redhat dot com
- Date: Fri, 23 Jan 2004 14:18:31 -0600
- Subject: recursive search source dirs
It seems that in locating source files
gdb simply walks through the source path without
going into sub-dirs of the source path (correct me if I am wrong).
It would be nice for the gdb to look into the sub-dirs as well
since the source is typically organized as a tree.
Any bad side effect of doing that?
Xiaohan