Home
last modified time | relevance | path

Searched refs:WatchPromptWindow (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp28 WatchPromptWindow::WatchPromptWindow(Architecture* architecture, in WatchPromptWindow() function in WatchPromptWindow
52 WatchPromptWindow::~WatchPromptWindow() in ~WatchPromptWindow()
71 WatchPromptWindow*
72 WatchPromptWindow::Create(Architecture* architecture, target_addr_t address, in Create()
75 WatchPromptWindow* self = new WatchPromptWindow(architecture, address, in Create()
91 WatchPromptWindow::_Init() in _Init()
159 WatchPromptWindow::Show() in Show()
167 WatchPromptWindow::ExpressionEvaluated(ExpressionInfo* info, status_t result, in ExpressionEvaluated()
185 WatchPromptWindow::MessageReceived(BMessage* message) in MessageReceived()
H A DWatchPromptWindow.h23 class WatchPromptWindow : public BWindow, private ExpressionInfo::Listener
26 WatchPromptWindow(Architecture* architecture,
31 ~WatchPromptWindow();
33 static WatchPromptWindow* Create(Architecture* architecture,
/haiku/src/apps/debugger/
H A DJamfile153 WatchPromptWindow.cpp
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp611 WatchPromptWindow* window = WatchPromptWindow::Create( in MessageReceived()