Searched refs:num_lwps (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | fbsd-nat.c | 61 unsigned int num_lwps = 0; member 991 fbsd_inf->num_lwps++; in fbsd_add_threads() 996 fbsd_inf->num_lwps = nlwps; in fbsd_add_threads() 1396 fbsd_inf->num_lwps--; in wait_1() 1442 fbsd_inf->num_lwps++; in wait_1() 1833 fbsd_inf->num_lwps = 1; in create_inferior() 1844 fbsd_inf->num_lwps = 1; in attach() 2202 fbsd_inf->num_lwps = 1; in follow_fork()
|
| D | linux-nat.c | 485 num_lwps (int pid) in num_lwps() function 1558 gdb_assert (num_lwps (pid) == 1 in detach() 1559 || (target_is_non_stop_p () && num_lwps (pid) == 0)); in detach() 3211 && num_lwps (inf->pid) > 1 in check_zombie_leaders() 3981 || num_lwps (ptid.pid ()) > 1)) in pid_to_str()
|
| D | ChangeLog-2009 | 9279 * linux-nat.c (num_lwps): Delete global. 9281 (num_lwps): New function. 9287 we're detaching from. Adjust to num_lwps being a function. Don't 9297 (linux_nat_filter_event): Adjust to num_lwps being a function. 9305 (linux_nat_pid_to_str): Use `num_lwps'.
|
| D | ChangeLog-2006 | 3118 (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check
|
| D | ChangeLog-2012 | 12405 (num_lwps): Move here from downwards. 12410 (num_lwps): Move upwards.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 18573 gdb_assert (num_lwps (pid) == 1); 18575 The num_lwps call will return 0 as the main thread has exited and all 18580 gdb_assert (num_lwps (pid) == 1 18581 || (target_is_non_stop_p () && num_lwps (pid) == 0)); 135094 …reads] operator(): check_zombie_leaders: leader_pid=713931, leader_lp!=NULL=1, num_lwps=2, zombie=0 135095 …reads] operator(): check_zombie_leaders: leader_pid=713935, leader_lp!=NULL=1, num_lwps=2, zombie=1 135162 …reads] operator(): check_zombie_leaders: leader_pid=724595, leader_lp!=NULL=1, num_lwps=2, zombie=0 135163 …reads] operator(): check_zombie_leaders: leader_pid=724597, leader_lp!=NULL=1, num_lwps=2, zombie=1
|