Searched defs:tid_cstr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3379 const char *tid_cstr = strstr (p, "thread:"); local
3380 if (tid_cstr)
3382 tid_cstr += strlen ("thread:");
3383 tid = strtoul(tid_cstr, NULL, 16);
3411 char *tid_cstr = NULL; local
3412 uint32_t reg = strtoul (p + 1, &tid_cstr, 16);
3418 nub_thread_t tid = ExtractThreadIDFromThreadSuffix (tid_cstr);

Completed in 197 milliseconds