Home
last modified time | relevance | path

Searched refs:fExceptionThrown (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp33 fExceptionThrown(NULL), in ExceptionStopConfigView()
66 fExceptionThrown->SetTarget(this); in AttachedToWindow()
82 _UpdateThrownBreakpoints(fExceptionThrown->Value() in MessageReceived()
104 .Add(fExceptionThrown = new BCheckBox("exceptionThrown", in _Init()
172 fExceptionThrown->SetValue(B_CONTROL_ON); in _UpdateExceptionState()
H A DExceptionStopConfigView.h47 BCheckBox* fExceptionThrown; variable