Searched refs:SetSourceCode (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp24 SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
33 Function::SetSourceCode(FileSourceCode* source, function_source_state state) function in class:Function
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.cpp35 SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
68 FunctionInstance::SetSourceCode(DisassembledCode* source, function in class:FunctionInstance
H A DTeamDebugInfo.cpp100 SetSourceCode(NULL);
119 void SetSourceCode(FileSourceCode* sourceCode) function in struct:TeamDebugInfo::SourceFileEntry
507 function->SetSourceCode(sourceCode,
648 entry->SetSourceCode(sourceCode);
662 entry->SetSourceCode(NULL);
/haiku/src/kits/debugger/jobs/
H A DLoadSourceCodeJob.cpp65 function->SetSourceCode(sourceCode, FUNCTION_SOURCE_LOADED);
70 function->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
99 function->SetSourceCode(functionSourceCode, state);
102 fFunctionInstance->SetSourceCode(sourceCode, state);
106 fFunctionInstance->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
/haiku/headers/private/debugger/debug_info/
H A DFunction.h53 void SetSourceCode(FileSourceCode* source,
H A DFunctionInstance.h69 void SetSourceCode(DisassembledCode* source,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h46 void SetSourceCode(SourceCode* sourceCode);
H A DSourceView.cpp92 virtual void SetSourceCode(SourceCode* sourceCode);
118 void SetSourceCode(SourceCode* sourceCode);
183 virtual void SetSourceCode(SourceCode* sourceCode);
291 virtual void SetSourceCode(SourceCode* sourceCode);
405 SourceView::BaseView::SetSourceCode(SourceCode* sourceCode) function in class:SourceView::BaseView
613 SourceView::MarkerManager::SetSourceCode(SourceCode* sourceCode) function in class:SourceView::MarkerManager
896 SourceView::MarkerView::SetSourceCode(SourceCode* sourceCode) function in class:SourceView::MarkerView
898 BaseView::SetSourceCode(sourceCode);
1120 SourceView::TextView::SetSourceCode(SourceCode* sourceCode) function in class:SourceView::TextView
1125 BaseView::SetSourceCode(sourceCod
2236 SourceView::SetSourceCode(SourceCode* sourceCode) function in class:SourceView
[all...]
H A DTeamWindow.cpp1650 fSourceView->SetSourceCode(fActiveSourceCode);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1014 functionInstance->SetSourceCode(NULL, FUNCTION_SOURCE_LOADING);
1021 function->SetSourceCode(NULL, FUNCTION_SOURCE_LOADING);
1034 function->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);

Completed in 210 milliseconds