From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Insight List Subject: list of files Date: Sat, 01 Dec 2001 14:01:00 -0000 Message-ID: <871yieoavr.fsf@creche.redhat.com> X-SW-Source: 2001-q4/msg00373.html Message-ID: <20011201140100.PqYp_dtzVn7oqrwvntiUdSN34qaSxcOBToSq9veL5oE@z> Today I'm debugging gcc. gcc has two files named expr.c -- one is gcc/expr.c and the other gcc/java/expr.c. The file combobox on the source window only lists one of them. I'd like to put a breakpoint on a certain line in the other one. But I don't see a way to do this without using the console window. I think this is a bug. Tom