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

/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp16 fSourceCodeState(FUNCTION_SOURCE_NOT_LOADED),
24 SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
51 instance->SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
118 SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
121 instance->SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
H A DFunctionInstance.cpp24 fSourceCodeState(FUNCTION_SOURCE_NOT_LOADED)
35 SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
H A DTeamDebugInfo.cpp495 } else if (state == FUNCTION_SOURCE_NOT_LOADED) {
/haiku/headers/private/debugger/debug_info/
H A DFunctionInstance.h15 FUNCTION_SOURCE_NOT_LOADED, enumerator in enum:function_source_state
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp550 if (function->SourceCodeState() == FUNCTION_SOURCE_NOT_LOADED
552 == FUNCTION_SOURCE_NOT_LOADED) {
H A DTeamDebugger.cpp1007 != FUNCTION_SOURCE_NOT_LOADED) {
1018 == FUNCTION_SOURCE_NOT_LOADED
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1598 if (function->SourceCodeState() == FUNCTION_SOURCE_NOT_LOADED)
1731 else if (state != FUNCTION_SOURCE_NOT_LOADED
2040 == FUNCTION_SOURCE_NOT_LOADED) {
H A DSourceView.cpp2139 == FUNCTION_SOURCE_NOT_LOADED) {
2147 if (function->SourceCodeState() == FUNCTION_SOURCE_NOT_LOADED

Completed in 399 milliseconds