]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Formatting nits
authorPetr Machata <pmachata@redhat.com>
Mon, 6 Sep 2010 18:34:26 +0000 (20:34 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 6 Sep 2010 18:34:26 +0000 (20:34 +0200)
dwarflint/TODO
dwarflint/dwarflint.cc

index d8ebbe63c6b175efe4bf7b6dd237b823396e4616..2a2060a100e90ef29be0c35a4d4fc34ba8543a3a 100644 (file)
@@ -10,7 +10,7 @@
    idea that there is a dependency in the first place.
 
 * DWARF 4 support
-  This to-do item is actually to go through the DWARF 4 standard and
+  This TODO item is actually to go through the DWARF 4 standard and
   add TODO items for individual tasks.
 
   Roland: i.e., block* forms can be constant-block or location in
index 94ad32462dfc5d4f5ed21398ac3988a3649ae2a7..cc11924e790f669e14ebd4f27895a72d2bf68bc1 100644 (file)
@@ -104,7 +104,10 @@ dwarflint::check_registrar::list_checks () const
        it != _m_items.end (); ++it)
     {
       checkdescriptor const &cd = (*it)->descriptor ();
-      std::cout << cd.name ();
+      if (be_verbose)
+       std::cout << "=== " << cd.name () << " ===";
+      else
+       std::cout << cd.name ();
 
       checkgroups const &groups = cd.groups ();
       if (!groups.empty ())