Comment out a line of diagnostic information that is printed many times during test runs when using DWARFCompileUnit.cpp to build the address range table.
Details
Diff Detail
Event Timeline
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | ||
---|---|---|
445 | I do not know the policy around such debug print statements; I would just remove it. |
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | ||
---|---|---|
445 | Yeah removing (or redirecting to an actual log channel maybe?) might be a better fix than commenting out. |
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | ||
---|---|---|
445 | I'll just go ahead and remove it. It would be easy enough to add back in if somebody wants it, and they would be in a better position to determine what they'd want to enshrine in a log message. This one is very spammy. Thanks, all! |
Committed:
Sending source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
Transmitting file data .
Committed revision 246091.
I do not know the policy around such debug print statements; I would just remove it.