Searched refs:nubPort (Results 1 - 13 of 13) sorted by relevance

/haiku/src/bin/debug/
H A Ddebug_utils.h14 status_t set_team_debugging_flags(port_id nubPort, int32 flags);
15 status_t set_thread_debugging_flags(port_id nubPort, thread_id thread,
17 status_t continue_thread(port_id nubPort, thread_id thread);
H A Ddebug_utils.cpp122 set_team_debugging_flags(port_id nubPort, int32 flags) argument
129 error = write_port(nubPort, B_DEBUG_MESSAGE_SET_TEAM_FLAGS,
144 set_thread_debugging_flags(port_id nubPort, thread_id thread, int32 flags) argument
152 error = write_port(nubPort, B_DEBUG_MESSAGE_SET_THREAD_FLAGS,
167 continue_thread(port_id nubPort, thread_id thread) argument
177 error = write_port(nubPort, B_DEBUG_MESSAGE_CONTINUE_THREAD,
/haiku/src/bin/debug/strace/
H A DMemoryReader.h17 status_t Init(port_id nubPort);
H A DMemoryReader.cpp32 MemoryReader::Init(port_id nubPort) argument
37 fNubPort = nubPort;
H A Dstrace.cpp786 port_id nubPort; local
797 nubPort = team->NubPort();
808 if (set_thread_debugging_flags(nubPort, threadID, threadDebugFlags)
/haiku/src/kits/debug/
H A DTeamDebugger.cpp48 port_id nubPort = install_team_debugger(team, fDebuggerPort);
49 if (nubPort < 0) {
52 return nubPort;
55 status_t error = BDebugContext::Init(team, nubPort);
H A DDebugContext.cpp23 BDebugContext::Init(team_id team, port_id nubPort) argument
27 status_t error = init_debug_context(&fContext, team, nubPort);
H A Ddebug_support.cpp45 init_debug_context(debug_context *context, team_id team, port_id nubPort) argument
47 if (!context || team < 0 || nubPort < 0)
51 context->nub_port = nubPort;
/haiku/headers/private/debug/
H A DDebugContext.h17 status_t Init(team_id team, port_id nubPort);
H A Ddebug_support.h24 port_id nubPort);
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp563 port_id nubPort = -1; local
582 nubPort = thread->team->debug_info.nub_port;
633 origin->nub_port = nubPort;
2484 port_id debuggerPort, port_id nubPort, thread_id nubThread,
2489 team->debug_info.nub_port = nubPort;
2569 port_id nubPort = -1; local
2593 result = nubPort = team->debug_info.nub_port;
2599 debuggerPort, nubPort, team->debug_info.nub_thread,
2622 if (handOver && set_port_owner(nubPort, debuggerTeam) != B_OK) {
2636 notification.origin.nub_port = nubPort;
2483 install_team_debugger_init_debug_infos(Team *team, team_id debuggerTeam, port_id debuggerPort, port_id nubPort, thread_id nubThread, sem_id debuggerPortWriteLock, thread_id causingThread) argument
2891 port_id nubPort = -1; local
[all...]
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp62 status_t Init(team_id team, port_id nubPort) argument
64 return init_debug_context(this, team, nubPort);
81 DebugContextPool(team_id team, port_id nubPort) argument
85 fNubPort(nubPort),
/haiku/src/servers/debug/
H A DDebugServer.cpp199 status_t Init(port_id nubPort);
428 TeamDebugHandler::Init(port_id nubPort) argument
449 error = init_debug_context(&fDebugContext, fTeam, nubPort);
453 fTeam, nubPort, strerror(error));

Completed in 73 milliseconds