Searched refs:tid_str (Results 1 – 2 of 2) sorted by relevance
2557 static char tid_str[80]; in proc_string() local2559 sprintf (tid_str, "process %d", proc->inf->pid); in proc_string()2561 sprintf (tid_str, "thread %d.%d", in proc_string()2563 return tid_str; in proc_string()2577 static char tid_str[80]; in gnu_pid_to_str() local2578 sprintf (tid_str, "bogus thread id %d", tid); in gnu_pid_to_str()2579 return tid_str; in gnu_pid_to_str()
2199 llvm::StringRef tid_str; in SetThreadStopInfo() local2200 std::tie(tid_str, value) = value.split(','); in SetThreadStopInfo()2201 if (tid_str.getAsInteger(16, tid)) in SetThreadStopInfo()