Debugger: Downgrade a warning to a TRACE.
We don't need to know all the objects which have no debug information; this just spams the console.
This commit is contained in:
@@ -2843,7 +2843,7 @@ DwarfFile::_LocateDebugInfo(BString& _requiredExternalFileName,
|
|||||||
fDebugInfoSection = debugInfoFile->GetSection(".debug_info");
|
fDebugInfoSection = debugInfoFile->GetSection(".debug_info");
|
||||||
fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
|
fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
|
||||||
if (fDebugInfoSection == NULL || fDebugAbbrevSection == NULL) {
|
if (fDebugInfoSection == NULL || fDebugAbbrevSection == NULL) {
|
||||||
WARNING("DwarfManager::File::Load(\"%s\"): no "
|
TRACE_DIE("DwarfManager::File::Load(\"%s\"): no "
|
||||||
".debug_info or .debug_abbrev.\n", fName);
|
".debug_info or .debug_abbrev.\n", fName);
|
||||||
|
|
||||||
// if we at least have an EH frame, use that for stack unwinding
|
// if we at least have an EH frame, use that for stack unwinding
|
||||||
|
|||||||
Reference in New Issue
Block a user