Home
last modified time | relevance | path

Searched refs:tid_str (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDgnu-nat.c2557 static char tid_str[80]; in proc_string() local
2559 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() local
2578 sprintf (tid_str, "bogus thread id %d", tid); in gnu_pid_to_str()
2579 return tid_str; in gnu_pid_to_str()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp2199 llvm::StringRef tid_str; in SetThreadStopInfo() local
2200 std::tie(tid_str, value) = value.split(','); in SetThreadStopInfo()
2201 if (tid_str.getAsInteger(16, tid)) in SetThreadStopInfo()