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

/haiku/src/bin/debug/strace/
H A Dstrace.cpp156 status_t InstallDebugger(port_id debuggerPort, bool traceTeam, argument
168 (traceTeam ? B_TEAM_DEBUG_PRE_SYSCALL | B_TEAM_DEBUG_POST_SYSCALL : 0)
565 bool traceTeam = false; local
700 traceTeam = true;
753 || !get_id(*programArgs, (traceTeam ? teamID : threadID))) {
790 status_t error = team->InstallDebugger(debuggerPort, traceTeam,
803 if (!traceTeam) {

Completed in 31 milliseconds