Can I view other tasks in gdb?
Posted: Fri Jun 29, 2018 8:43 pm
Debugging with the gdb stub is very useful. But I can only see the thread/task that crashed, not any others -- `info threads` only shows that thread. I'm trying to debug a problem where a thread is hung inside system code (`select`), and while I can easily make another task force an exception and drop into gdb, I don't know how to find or inspect the task that's hung. Is there any way to do this?