History log of /netbsd/sys/gdbscripts/lwps (Results 1 – 6 of 6)
Revision Date Author Comments
# 84beffc1 17-Jul-2019 skrll <skrll@NetBSD.org>

Remove the 'procs' from lwps and use the one from procs.

OK mrg@


# 5d01a82f 30-May-2019 mrg <mrg@NetBSD.org>

fix some minor issues in these user functions, and add more to
investigate lwps/processes:

- fix header formatting
- separate proc and thread info
- add per-thread and per-proc functions, use them a

fix some minor issues in these user functions, and add more to
investigate lwps/processes:

- fix header formatting
- separate proc and thread info
- add per-thread and per-proc functions, use them as building
blocks for the existing functions;
- 'threadinfo' to display just one thread,
- 'procthreadsaddr' to display one process by struct proc *
- 'procthreadspid' to find process by pid
- add 'procs' as a ps(1) a-like

show more ...


# 670d2d76 05-Feb-2011 yamt <yamt@NetBSD.org>

fix format


# 4758e235 18-Nov-2009 eeh <eeh@NetBSD.org>

Add a command to dump all thread stacks in the system and a command to dump
lockdebug state.


# 55222df8 28-Jul-2009 skrll <skrll@NetBSD.org>

Use the right pointer to traverse the proc's lwp list.

From PR 41788.


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

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