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