Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-thread-db.c1906 size_t this_pid_len; in info_auto_load_libthread_db() local
1908 for (this_pid_len = 0; pid != 0; pid /= 10) in info_auto_load_libthread_db()
1909 this_pid_len++; in info_auto_load_libthread_db()
1921 pids_len += this_pid_len + strlen (", "); in info_auto_load_libthread_db()