Disable populating return values onto the variable list.
- Still needs some work with respect to false positives in the most recent code, as well as the missing bits for PIC.
This commit is contained in:
parent
612ab97918
commit
ec26975575
@ -673,10 +673,14 @@ DwarfImageDebugInfo::CreateFrame(Image* image,
|
||||
instructionPointer, functionInstance->Address() - fRelocationDelta,
|
||||
subprogramEntry->Variables(), subprogramEntry->Blocks());
|
||||
|
||||
// TODO: re-enable once PIC and false positive issues
|
||||
// are properly dealt with
|
||||
#if 0
|
||||
if (returnFunctionAddress != 0) {
|
||||
_CreateReturnValue(returnFunctionAddress, image, frame,
|
||||
*stackFrameDebugInfo);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
_frame = frameReference.Detach();
|
||||
|
Loading…
x
Reference in New Issue
Block a user