Home
last modified time | relevance | path

Searched refs:GetFunctionDebugInfo (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/private/debugger/debug_info/
H A DFunctionInstance.h41 FunctionDebugInfo* GetFunctionDebugInfo() const in GetFunctionDebugInfo() function
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp149 functionDebugInfo = function->GetFunctionDebugInfo(); in CreateStackTrace()
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp606 = function->FirstInstance()->GetFunctionDebugInfo(); in LoadSourceCode()
680 = functionInstance->GetFunctionDebugInfo(); in DisassembleFunction()
H A DDwarfImageDebugInfo.cpp591 functionInstance->GetFunctionDebugInfo()); in CreateFrame()
1228 targetFunction->GetFunctionDebugInfo()); in _CreateReturnValues()
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp560 FunctionDebugInfo* function = functionInstance->GetFunctionDebugInfo(); in _GetStatementAtInstructionPointer()
930 FunctionDebugInfo* info = frame->Function()->GetFunctionDebugInfo(); in _HandleBreakpointConditionIfNeeded()
H A DTeamDebugger.cpp2081 = functionInstance->GetFunctionDebugInfo(); in _HandleSetUserBreakpoint()
2133 functionDebugInfo = instance->GetFunctionDebugInfo(); in _HandleSetUserBreakpoint()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1722 sourceFile = fActiveFunction->GetFunctionDebugInfo()->SourceFile(); in _UpdateSourcePathState()
1962 window->fActiveFunction->GetFunctionDebugInfo()->SourceFile() in _RetrieveMatchingSourceWorker()
1989 LocatableFile* sourceFile = fActiveFunction->GetFunctionDebugInfo() in _HandleResolveMissingSourceFile()
2035 else if (fActiveFunction->GetFunctionDebugInfo()->SourceFile() == NULL) in _HandleLocateSourceRequest()
/haiku/src/kits/debugger/model/
H A DTeam.cpp613 = functionInstance->GetFunctionDebugInfo(); in GetStatementAtAddress()
663 = functionInstance->GetFunctionDebugInfo(); in GetStatementAtSourceLocation()
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp410 = functionInstance->GetFunctionDebugInfo(); in _UpdateImageBreakpoints()
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp354 = instance->GetFunctionDebugInfo(); in _HandleFrameSelectionChanged()