Searched defs:team (Results 126 - 150 of 205) sorted by last modified time

123456789

/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp53 TeamSettings::SetTo(Team* team) argument
/haiku/headers/private/fs_shell/
H A Dfssh_os.h40 fssh_team_id team; member in struct:fssh_sem_info
120 fssh_team_id team; member in struct:__anon369
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp252 team_id team; local
312 _HandleTeamEvent(team_id team, int32 opcode, bool& addToWaiters) argument
[all...]
/haiku/src/kits/debugger/model/
H A DTeam.cpp930 Team::Event::Event(uint32 type, Team* team) argument
963 Team::ImageLoadEvent::ImageLoadEvent(uint32 type, Team* team, argument
976 Team::ImageLoadNameEvent::ImageLoadNameEvent(uint32 type, Team* team, argument
988 DefaultSignalDispositionEvent(uint32 type, Team* team, int32 disposition) argument
1000 CustomSignalDispositionEvent(uint32 type, Team* team, int32 signal, int32 disposition) argument
1013 BreakpointEvent(uint32 type, Team* team, Breakpoint* breakpoint) argument
1025 ConsoleOutputEvent(uint32 type, Team* team, int32 fd, const BString& output) argument
1038 DebugReportEvent(uint32 type, Team* team, const char* reportPath, status_t finalStatus) argument
1051 CoreFileChangedEvent(uint32 type, Team* team, const char* targetPath) argument
1063 MemoryChangedEvent(uint32 type, Team* team, target_addr_t address, target_size_t size) argument
1076 WatchpointEvent(uint32 type, Team* team, Watchpoint* watchpoint) argument
1088 UserBreakpointEvent(uint32 type, Team* team, UserBreakpoint* breakpoint) argument
[all...]
/haiku/src/kits/debugger/jobs/
H A DLoadSourceCodeJob.cpp21 LoadSourceCodeJob( DebuggerInterface* debuggerInterface, Architecture* architecture, Team* team, FunctionInstance* functionInstance, bool loadForFunction) argument
H A DExpressionEvaluationJob.cpp25 ExpressionEvaluationJob::ExpressionEvaluationJob(Team* team, argument
H A DRetrieveMemoryBlockJob.cpp16 RetrieveMemoryBlockJob::RetrieveMemoryBlockJob(Team* team, argument
H A DWriteCoreFileJob.cpp17 WriteCoreFileJob::WriteCoreFileJob(Team* team, argument
H A DWriteMemoryJob.cpp12 WriteMemoryJob::WriteMemoryJob(Team* team, argument
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp31 SignalDispositionEditWindow::SignalDispositionEditWindow(::Team* team, argument
56 SignalDispositionEditWindow::Create(::Team* team, int32 signal, argument
H A DBreakpointEditWindow.cpp29 BreakpointEditWindow::BreakpointEditWindow(::Team* team, argument
54 BreakpointEditWindow::Create(::Team* team, UserBreakpoint* breakpoint, argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp28 BreakpointsView::BreakpointsView(Team* team, Listener* listener) argument
50 BreakpointsView::Create(Team* team, Listener* listener) argument
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DTeamSettingsWindow.cpp17 TeamSettingsWindow::TeamSettingsWindow(::Team* team, argument
37 TeamSettingsWindow::Create(::Team* team, argument
H A DSignalsConfigView.cpp50 SignalDispositionModel(::Team* team) argument
179 SignalsConfigView::SignalsConfigView(::Team* team, argument
206 SignalsConfigView::Create(::Team* team, UserInterfaceListener* listener) argument
H A DImageStopConfigView.cpp44 ImageStopConfigView::ImageStopConfigView(::Team* team, argument
72 ImageStopConfigView::Create(::Team* team, UserInterfaceListener* listener) argument
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp41 InspectorWindow::InspectorWindow(::Team* team, UserInterfaceListener* listener, argument
82 InspectorWindow::Create(::Team* team, UserInterfaceListener* listener, argument
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp82 ExpressionEvaluationWindow::Create(BHandler* closeTarget, ::Team* team, argument
40 ExpressionEvaluationWindow(BHandler* closeTarget, ::Team* team, UserInterfaceListener* listener) argument
/haiku/headers/private/media/
H A DServerInterface.h214 team_id team; member in struct:BPrivate::media::request_area_data
343 team_id team; member in struct:server_get_node_request
379 team_id team; member in struct:server_register_app_request
387 team_id team; member in struct:server_unregister_app_request
405 team_id team; member in struct:server_change_flavor_instances_count_request
418 team_id team; member in struct:server_register_node_request
427 team_id team; member in struct:server_unregister_node_request
472 team_id team; member in struct:server_get_node_for_request
481 team_id team; member in struct:server_release_node_request
537 team_id team; member in struct:server_register_buffer_request
547 team_id team; member in struct:server_unregister_buffer_command
1086 team_id team; member in struct:controllable_start_control_panel_reply
[all...]
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp236 CoreFileDebuggerInterface::GetSymbolInfos(team_id team, image_id image, argument
275 CoreFileDebuggerInterface::GetSymbolInfo(team_id team, image_id image, argument
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp97 Architecture::CreateStackTrace(Team* team, argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp62 status_t Init(team_id team, port_id nubPort) argument
81 DebugContextPool(team_id team, port_id nubPort) argument
238 LocalDebuggerInterface::LocalDebuggerInterface(team_id team) argument
606 GetSymbolInfos(team_id team, image_id image, BObjectList<SymbolInfo>& infos) argument
651 GetSymbolInfo(team_id team, image_id image, const char* name, int32 symbolType, SymbolInfo& info) argument
[all...]
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp61 team_id team = options.team; local
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp22 BreakpointManager::BreakpointManager(Team* team, argument
H A DWatchpointManager.cpp20 WatchpointManager::WatchpointManager(Team* team, argument
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp14 DebugEvent::DebugEvent(int32 eventType, team_id team, argument
40 CpuStateEvent::CpuStateEvent(debug_debugger_message eventType, team_id team, argument
61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread) argument
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread, argument
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread, argument
94 WatchpointHitEvent(team_id team, thread_id thread, CpuState* state) argument
106 SingleStepEvent(team_id team, thread_id thread, CpuState* state) argument
117 ExceptionOccurredEvent(team_id team, thread_id thread, debug_exception_type exception) argument
129 TeamDeletedEvent(team_id team, thread_id thread) argument
139 TeamExecEvent(team_id team, thread_id thread) argument
149 ThreadCreatedEvent(team_id team, thread_id thread, thread_id newThread) argument
161 ThreadRenamedEvent(team_id team, thread_id thread, thread_id renamedThread, const char* newName) argument
174 ThreadPriorityChangedEvent(team_id team, thread_id thread, thread_id changedThread, int32 newPriority) argument
187 ThreadDeletedEvent(team_id team, thread_id thread) argument
197 ImageCreatedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
209 ImageDeletedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
221 PostSyscallEvent(team_id team, thread_id thread, const SyscallInfo& info) argument
233 HandedOverEvent(team_id team, thread_id thread, thread_id causingThread) argument
245 SignalReceivedEvent(team_id team, thread_id thread, const SignalInfo& info) argument
[all...]

Completed in 88 milliseconds

123456789