More debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33915 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -482,8 +482,10 @@ DwarfImageDebugInfo::CreateFrame(Image* image,
|
||||
CompilationUnit* unit = function->GetCompilationUnit();
|
||||
error = fFile->UnwindCallFrame(unit, function->SubprogramEntry(),
|
||||
instructionPointer, inputInterface, outputInterface, framePointer);
|
||||
if (error != B_OK)
|
||||
if (error != B_OK) {
|
||||
TRACE_CFI("Failed to unwind call frame: %s\n", strerror(error));
|
||||
return B_UNSUPPORTED;
|
||||
}
|
||||
|
||||
TRACE_CFI_ONLY(
|
||||
TRACE_CFI("unwound registers:\n");
|
||||
|
||||
Reference in New Issue
Block a user