Searched refs:functionDebugInfo (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp18 FunctionDebugInfo* functionDebugInfo)
22 fFunctionDebugInfo(functionDebugInfo),
17 FunctionInstance(ImageDebugInfo* imageDebugInfo, FunctionDebugInfo* functionDebugInfo) argument
H A DTeamDebugInfo.cpp606 FunctionDebugInfo* functionDebugInfo
609 status_t error = functionDebugInfo->GetSpecificImageDebugInfo()
610 ->GetSourceLanguage(functionDebugInfo, language);
680 FunctionDebugInfo* functionDebugInfo local
682 ssize_t bytesRead = functionDebugInfo->GetSpecificImageDebugInfo()
687 return fArchitecture->DisassembleCode(functionDebugInfo, buffer, bytesRead,
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp145 FunctionDebugInfo* functionDebugInfo = NULL; local
149 functionDebugInfo = function->GetFunctionDebugInfo();
159 functionDebugInfo, cpuState);
166 status_t error = functionDebugInfo->GetSpecificImageDebugInfo()
177 status_t error = CreateStackFrame(image, functionDebugInfo,
/haiku/headers/private/debugger/debug_info/
H A DFunctionInstance.h34 FunctionDebugInfo* functionDebugInfo);
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp409 FunctionDebugInfo* functionDebugInfo local
411 functionDebugInfo->GetSpecificImageDebugInfo()
412 ->GetStatementAtSourceLocation(functionDebugInfo,
/haiku/src/kits/debugger/model/
H A DTeam.cpp612 FunctionDebugInfo* functionDebugInfo local
614 status_t error = functionDebugInfo->GetSpecificImageDebugInfo()
615 ->GetStatement(functionDebugInfo, address, _statement);
662 FunctionDebugInfo* functionDebugInfo
664 return functionDebugInfo->GetSpecificImageDebugInfo()
665 ->GetStatementAtSourceLocation(functionDebugInfo, location, _statement);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2080 FunctionDebugInfo* functionDebugInfo local
2084 if (functionDebugInfo->GetSpecificImageDebugInfo()->GetStatement(
2085 functionDebugInfo, address, breakpointStatement) != B_OK) {
2133 functionDebugInfo = instance->GetFunctionDebugInfo();
2134 functionDebugInfo->GetSpecificImageDebugInfo()
2135 ->GetStatementAtSourceLocation(functionDebugInfo,

Completed in 51 milliseconds