]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Update TODO
authorPetr Machata <pmachata@redhat.com>
Mon, 18 Oct 2010 17:59:36 +0000 (19:59 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 18 Oct 2010 17:59:36 +0000 (19:59 +0200)
dwarflint/TODO

index 17a3c3ca3cc254f23a2be8eb4db4c2a8c749ce49..33b8967e2f74f62bbf433c8b79ebb4e6a5433504 100644 (file)
   file names to a command line), it treats each of them in isolation.
   In theory these files can link to each other and form graphs, and
   dwarflint should be able to check the whole graph.
+
+* failure tolerance
+
+  We'd like dwarflint to do things like checking each CU the abbrev
+  table of which I was able to read.  In fact dwarflint should check
+  even CUs that it has at least partial information about.  It could
+  bail out as soon as it hits invalid abbrev, or abbrev with unknown
+  attribute.  Even then it might give up its goal of validating
+  sibling references, and use them blindly to skip unknown portions.
+  Current check granularity makes this very awkward to express, I'll
+  have to rework how checks are defined and executed.