diff options
Diffstat (limited to 'vm/vmimpl')
| -rw-r--r-- | vm/vmimpl/openbsd.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/vmimpl/openbsd.go b/vm/vmimpl/openbsd.go index 221e1e4db..c758bd5e4 100644 --- a/vm/vmimpl/openbsd.go +++ b/vm/vmimpl/openbsd.go @@ -21,6 +21,9 @@ func DiagnoseOpenBSD(w io.Writer) bool { "show registers", "show proc", "ps", + "show all locks", + "show malloc", + "show all pools", } for _, c := range commands { w.Write([]byte(c + "\n")) |
