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 symtab/16260] New: missing file modification tests


https://sourceware.org/bugzilla/show_bug.cgi?id=16260

            Bug ID: 16260
           Summary: missing file modification tests
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

Currently dwarf2read can open BFDs for a dwz file, a dwo file,
or a dwp file.  However, no higher layer checks whether these
files have been modified.  This is unlike the handling of
the objfile's BFD, where gdb checks whether it must be re-read
at various points.
It seems to me that there should be a new sym_fns method to
check this.  The default implementation can do what is done now,
and check just the objfile's BFD mtime.

-- 
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]