A Saturday 12 April 2008 00:21:33, Pedro Alves wrote: > A Friday 11 April 2008 23:54:48, Pedro Alves wrote: > > A Friday 11 April 2008 23:19:58, Daniel Jacobowitz wrote: > > > Any idea how to do this? > > > Actually, get_last_target_status should give you the ptid > you want, I think. Like so ? The only way I could find to pass args != NULL, was to attach, and then "quit $signo". "detach $SIGNO" doesn't work: (gdb) detach 21 Undefined detach command: "21". Try "help detach". -- and was glad it didn't. I'm was hoping we can use "detach $pid" in the future, to mirror "attach $pid", but now I'm not sure we can... Anyway, "q 19" did send a SIGSTOP, and the process was stopped. And I was able to attach to stopped processes, and the new tests passed, which is nice. Hurray! -- Pedro Alves