History log of /netbsd-src/sys/gdbscripts/procs (Results 1 – 4 of 4)
Revision Date Author Comments
# 13e21196 09-May-2019 mrg <mrg@NetBSD.org>

document 'devs' and 'procs' commands.


# 0f723754 06-May-2019 mrg <mrg@NetBSD.org>

add a 'devs' script to display a list of all devices by device_t,
name, parent, private data.

for procs, put the printf \n into the same line. non trivial
speed up with large process table.


# 4d55497a 18-Nov-2009 eeh <eeh@NetBSD.org>

Add the lwp address so you don't have to leave gdb and use ps to grab an lwp's
stack.


# 9c235d70 20-Feb-2008 ad <ad@NetBSD.org>

- Replace 'xps' with 'procs' and 'lwps'.
- Needs a bit more work.