On Mon, Jul 9, 2012 at 8:10 PM, Doug Evans <dje@google.com> wrote: > Hi. > > filename_seen in gdb does a linear search, this patch changes it > to use a hash table. > > Ok to check in? Why not just use htab_hash_string? The file name canonicalization can be put in gdb itself. Ciao! Steven