Symbol: SetSourceCode
headers/private/debugger/debug_info/Function.h
53
void SetSourceCode(FileSourceCode* source,
headers/private/debugger/debug_info/FunctionInstance.h
69
void SetSourceCode(DisassembledCode* source,
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1150
BaseView::SetSourceCode(sourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
117
virtual void SetSourceCode(SourceCode* sourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
143
void SetSourceCode(SourceCode* sourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
208
virtual void SetSourceCode(SourceCode* sourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2089
SetSourceCode(NULL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2192
SetSourceCode(code);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2277
fMarkerManager->SetSourceCode(NULL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2278
fTextView->SetSourceCode(NULL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2279
fMarkerView->SetSourceCode(NULL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2302
fMarkerManager->SetSourceCode(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2303
fTextView->SetSourceCode(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2304
fMarkerView->SetSourceCode(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
316
virtual void SetSourceCode(SourceCode* sourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
923
BaseView::SetSourceCode(sourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.h
46
void SetSourceCode(SourceCode* sourceCode);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1650
fSourceView->SetSourceCode(fActiveSourceCode);
src/kits/debugger/controllers/TeamDebugger.cpp
1014
functionInstance->SetSourceCode(NULL, FUNCTION_SOURCE_LOADING);
src/kits/debugger/controllers/TeamDebugger.cpp
1021
function->SetSourceCode(NULL, FUNCTION_SOURCE_LOADING);
src/kits/debugger/controllers/TeamDebugger.cpp
1034
function->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
src/kits/debugger/debug_info/Function.cpp
118
SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
src/kits/debugger/debug_info/Function.cpp
121
instance->SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
src/kits/debugger/debug_info/Function.cpp
24
SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
src/kits/debugger/debug_info/Function.cpp
51
instance->SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
src/kits/debugger/debug_info/FunctionInstance.cpp
35
SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
src/kits/debugger/debug_info/TeamDebugInfo.cpp
506
function->SetSourceCode(sourceCode,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
647
entry->SetSourceCode(sourceCode);
src/kits/debugger/debug_info/TeamDebugInfo.cpp
661
entry->SetSourceCode(NULL);
src/kits/debugger/debug_info/TeamDebugInfo.cpp
99
SetSourceCode(NULL);
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
102
fFunctionInstance->SetSourceCode(sourceCode, state);
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
106
fFunctionInstance->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
65
function->SetSourceCode(sourceCode, FUNCTION_SOURCE_LOADED);
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
70
function->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
99
function->SetSourceCode(functionSourceCode, state);