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

/haiku-fatelf/src/apps/debugger/debug_managers/
H A DValueNodeManager.cpp22 fStackFrame(NULL),
49 fStackFrame = stackFrame;
52 if (fStackFrame != NULL) {
68 for (int32 i = 0; Variable* variable = fStackFrame->ParameterAt(i);
74 = fStackFrame->LocalVariableAt(i); i++) {
H A DValueNodeManager.h49 StackFrame* fStackFrame; member in class:ValueNodeManager
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h76 StackFrame* fStackFrame; member in class:SourceView
H A DSourceView.cpp129 StackFrame* fStackFrame; member in class:SourceView::MarkerManager
166 StackFrame* fStackFrame; member in class:SourceView::MarkerView
524 fStackFrame(NULL),
553 fStackFrame = stackFrame;
621 line, isTopFrame, frame == fStackFrame);
800 fStackFrame(NULL)
1638 fStackFrame(NULL),
1711 if (stackFrame == fStackFrame)
1714 if (fStackFrame != NULL) {
1717 fStackFrame
[all...]
H A DVariablesView.cpp1345 fStackFrame(NULL),
1395 if (thread == fThread && stackFrame == fStackFrame)
1404 if (fStackFrame != NULL)
1405 fStackFrame->ReleaseReference();
1408 fStackFrame = stackFrame;
1412 if (fStackFrame != NULL)
1413 fStackFrame->AcquireReference();
1415 fVariableTableModel->SetStackFrame(fThread, fStackFrame);
1418 if (fThread != NULL && fStackFrame != NULL) {
1480 FileSourceCode* code = fStackFrame
[all...]
H A DVariablesView.h90 StackFrame* fStackFrame; member in class:VariablesView

Completed in 90 milliseconds