Searched refs:fStackFrame (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp24 fStackFrame(NULL),
52 fStackFrame = stackFrame;
55 if (fStackFrame == NULL)
73 if (fStackFrame != NULL && fAddFrameNodes) {
74 for (int32 i = 0; Variable* variable = fStackFrame->ParameterAt(i);
80 = fStackFrame->LocalVariableAt(i); i++) {
/haiku/headers/private/debugger/debug_managers/
H A DValueNodeManager.h50 StackFrame* fStackFrame; member in class:ValueNodeManager
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1789 fStackFrame(NULL),
1873 if (thread == fThread && stackFrame == fStackFrame)
1886 if (fStackFrame != NULL)
1887 fStackFrame->ReleaseReference();
1890 fStackFrame = stackFrame;
1894 if (fStackFrame != NULL)
1895 fStackFrame->AcquireReference();
1897 fVariableTableModel->SetStackFrame(fThread, fStackFrame);
1900 if (fThread != NULL && fStackFrame != NULL) {
1973 fStackFrame
[all...]
H A DSourceView.h92 StackFrame* fStackFrame; member in class:SourceView
H A DSourceView.cpp167 StackFrame* fStackFrame; member in class:SourceView::MarkerManager
206 StackFrame* fStackFrame; member in class:SourceView::MarkerView
603 fStackFrame(NULL),
632 fStackFrame = stackFrame;
700 line, isTopFrame, frame == fStackFrame);
881 fStackFrame(NULL)
1919 if (fSourceView->fStackFrame == NULL)
1922 FunctionInstance* instance = fSourceView->fStackFrame->Function();
2035 fStackFrame(NULL),
2129 if (fStackFrame
[all...]
H A DVariablesView.h146 StackFrame* fStackFrame; member in class:VariablesView

Completed in 61 milliseconds