Searched refs:SetStackFrame (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.h31 void SetStackFrame(StackFrame* stackFrame);
H A DSourceView.h45 void SetStackFrame(StackFrame* stackFrame);
H A DVariablesView.h50 void SetStackFrame(Thread* thread,
H A DStackTraceView.cpp169 StackTraceView::SetStackFrame(StackFrame* stackFrame) function in class:StackTraceView
H A DSourceView.cpp121 void SetStackFrame(StackFrame* stackFrame);
186 void SetStackFrame(StackFrame* stackFrame);
630 SourceView::MarkerManager::SetStackFrame(StackFrame* stackFrame) function in class:SourceView::MarkerManager
910 SourceView::MarkerView::SetStackFrame(StackFrame* stackFrame) function in class:SourceView::MarkerView
2053 SetStackFrame(NULL);
2209 SourceView::SetStackFrame(StackFrame* stackFrame) function in class:SourceView
2211 TRACE_GUI("SourceView::SetStackFrame(%p)\n", stackFrame);
2216 fMarkerManager->SetStackFrame(NULL);
2217 fMarkerView->SetStackFrame(NULL);
2226 fMarkerManager->SetStackFrame(fStackFram
[all...]
H A DVariablesView.cpp685 void SetStackFrame(::Thread* thread,
1187 VariablesView::VariableTableModel::SetStackFrame(::Thread* thread, function in class:VariablesView::VariableTableModel
1192 fNodeManager->SetStackFrame(thread, stackFrame);
1813 SetStackFrame(NULL, NULL);
1862 VariablesView::SetStackFrame(::Thread* thread, StackFrame* stackFrame) function in class:VariablesView
1897 fVariableTableModel->SetStackFrame(fThread, fStackFrame);
H A DTeamWindow.cpp1511 fStackTraceView->SetStackFrame(fActiveStackFrame);
1513 fVariablesView->SetStackFrame(fActiveThread, fActiveStackFrame);
1515 fVariablesView->SetStackFrame(NULL, NULL);
1516 fSourceView->SetStackFrame(fActiveStackFrame);
/haiku/headers/private/debugger/debug_managers/
H A DValueNodeManager.h23 status_t SetStackFrame(::Thread* thread,
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp27 SetStackFrame(NULL, NULL);
33 SetStackFrame(NULL, NULL);
38 ValueNodeManager::SetStackFrame(Thread* thread, function in class:ValueNodeManager
/haiku/src/kits/debugger/jobs/
H A DExpressionEvaluationJob.cpp84 result = fManager->SetStackFrame(fThread, fFrame);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp327 fVariablesView->SetStackFrame(fSelectedThread, fSelectedFrame);
366 fVariablesView->SetStackFrame(fSelectedThread, fSelectedFrame);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp247 fNodeManager->SetStackFrame(NULL, NULL);
293 fNodeManager->SetStackFrame(fCurrentThread, frame);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp613 error = fNodeManager->SetStackFrame(thread, frame);

Completed in 121 milliseconds