This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug mi/14081] -file-list-exec-source-files should weed outduplicates


http://sourceware.org/bugzilla/show_bug.cgi?id=14081

--- Comment #1 from Dov Grobgeld <dov.grobgeld at gmail dot com> 2012-05-10 20:54:43 UTC ---
Created attachment 6405
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6405
Patch filtering out duplicate filenames.

This patch creates a hash table with all filenames encountered, and checks all
files if they have already been output. This prevents outputting the same name
twice.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]