Searched refs:SourceCodeState (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/debugger/jobs/
H A DLoadSourceCodeJob.cpp75 if (fFunctionInstance->SourceCodeState() != FUNCTION_SOURCE_LOADING)
87 if (fFunctionInstance->SourceCodeState() == FUNCTION_SOURCE_LOADING) {
97 if (function->SourceCodeState() == FUNCTION_SOURCE_LOADED) {
/haiku/headers/private/debugger/debug_info/
H A DFunction.h51 function_source_state SourceCodeState() const function in class:Function
H A DFunctionInstance.h67 function_source_state SourceCodeState() const function in class:FunctionInstance
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp490 function_source_state state = function->SourceCodeState();
491 if (function->SourceCodeState() == FUNCTION_SOURCE_LOADED) {
522 if (instance != NULL && instance->SourceCodeState()
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp228 function_source_state state = function->SourceCodeState();
550 if (function->SourceCodeState() == FUNCTION_SOURCE_NOT_LOADED
551 && functionInstance->SourceCodeState()
H A DTeamDebugger.cpp1006 if (forceDisassembly && functionInstance->SourceCodeState()
1009 } else if (!forceDisassembly && function->SourceCodeState()
1017 if (!forceDisassembly && (function->SourceCodeState()
1019 || function->SourceCodeState() == FUNCTION_SOURCE_SUPPRESSED)) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1130 function->SourceCodeState());
1598 if (function->SourceCodeState() == FUNCTION_SOURCE_NOT_LOADED)
1728 ->SourceCodeState();
1919 if (fActiveFunction->GetFunction()->SourceCodeState()
2039 else if (fActiveFunction->GetFunction()->SourceCodeState()
H A DSourceView.cpp2138 if (instance->SourceCodeState()
2147 if (function->SourceCodeState() == FUNCTION_SOURCE_NOT_LOADED
2148 || function->SourceCodeState()

Completed in 231 milliseconds