Searched refs:ThreadActionRequested (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliContinueCommand.cpp43 context.GetUserInterfaceListener()->ThreadActionRequested(thread->ID(),
H A DCliStopCommand.cpp71 context.GetUserInterfaceListener()->ThreadActionRequested(thread->ID(),
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp167 fListener->ThreadActionRequested(fTargetThread, MSG_THREAD_STOP);
221 fListener->ThreadActionRequested(thread->ID(), MSG_THREAD_STOP);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h111 virtual void ThreadActionRequested(Thread* thread,
H A DTeamWindow.h131 virtual void ThreadActionRequested(::Thread* thread,
H A DTeamWindow.cpp334 fListener->ThreadActionRequested(
338 fListener->ThreadActionRequested(
343 fListener->ThreadActionRequested(
346 fListener->ThreadActionRequested(
652 fListener->ThreadActionRequested(fActiveThread->ID(),
969 TeamWindow::ThreadActionRequested(::Thread* thread, uint32 action, function in class:TeamWindow
973 fListener->ThreadActionRequested(thread->ID(), action, address);
H A DSourceView.cpp2087 fListener->ThreadActionRequested(fActiveThread, message->what,
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h122 virtual void ThreadActionRequested(thread_id threadID,
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h91 virtual void ThreadActionRequested(thread_id threadID,
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1093 TeamDebugger::ThreadActionRequested(thread_id threadID, function in class:TeamDebugger

Completed in 74 milliseconds