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
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 ())