gdb how to switch kernel threads
Beesdeckar <[email protected]> Mon, 23 Feb 2026 19:37:46 +0100
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello, how to display kernel threads and switch among them in gdb when debugging kernel crash dump ? When I try "info threads" I am seeing only one thread which causes crash. Does exist some gdbscript for it ?