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

/haiku-fatelf/src/bin/debug/
H A Ddebug_utils.h14 void set_team_debugging_flags(port_id nubPort, int32 flags);
15 void set_thread_debugging_flags(port_id nubPort, thread_id thread,
17 void continue_thread(port_id nubPort, thread_id thread);
H A Ddebug_utils.cpp120 set_team_debugging_flags(port_id nubPort, int32 flags) argument
126 status_t error = write_port(nubPort, B_DEBUG_MESSAGE_SET_TEAM_FLAGS,
142 set_thread_debugging_flags(port_id nubPort, thread_id thread, int32 flags) argument
149 status_t error = write_port(nubPort, B_DEBUG_MESSAGE_SET_THREAD_FLAGS,
165 continue_thread(port_id nubPort, thread_id thread) argument
173 status_t error = write_port(nubPort, B_DEBUG_MESSAGE_CONTINUE_THREAD,
/haiku-fatelf/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.cpp549 port_id nubPort; local
560 nubPort = team->NubPort();
571 set_thread_debugging_flags(nubPort, threadID, threadDebugFlags);
/haiku-fatelf/src/kits/debug/
H A DTeamDebugger.cpp47 port_id nubPort = install_team_debugger(team, fDebuggerPort);
48 if (nubPort < 0) {
51 return nubPort;
54 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-fatelf/headers/private/debug/
H A DDebugContext.h17 status_t Init(team_id team, port_id nubPort);
H A Ddebug_support.h23 port_id nubPort);
/haiku-fatelf/src/system/kernel/debug/
H A Duser_debugger.cpp560 port_id nubPort = -1; local
579 nubPort = thread->team->debug_info.nub_port;
630 origin->nub_port = nubPort;
2439 port_id debuggerPort, port_id nubPort, thread_id nubThread,
2444 team->debug_info.nub_port = nubPort;
2523 port_id nubPort = -1; local
2547 result = nubPort = team->debug_info.nub_port;
2553 debuggerPort, nubPort, team->debug_info.nub_thread,
2576 if (handOver && set_port_owner(nubPort, debuggerTeam) != B_OK) {
2590 notification.origin.nub_port = nubPort;
2438 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
2837 port_id nubPort = -1; local
[all...]
/haiku-fatelf/src/apps/debugger/debugger_interface/
H A DDebuggerInterface.cpp55 status_t Init(team_id team, port_id nubPort) argument
57 return init_debug_context(this, team, nubPort);
73 DebugContextPool(team_id team, port_id nubPort) argument
77 fNubPort(nubPort),
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp119 status_t Init(port_id nubPort);
346 TeamDebugHandler::Init(port_id nubPort) argument
367 error = init_debug_context(&fDebugContext, fTeam, nubPort);
371 fTeam, nubPort, strerror(error));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhaiku-nat.c600 port_id nubPort; local
624 nubPort = install_team_debugger(sTeamDebugInfo.team,
626 if (nubPort < 0) {
628 sTeamDebugInfo.team, strerror(nubPort));
645 nubPort);

Completed in 131 milliseconds