Skip to content

Commit

Permalink
openbsd: include process information into crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Steuck authored and dvyukov committed Nov 21, 2018
1 parent 5d9a392 commit 5bb36a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/vmm/vmm.go
Expand Up @@ -325,6 +325,8 @@ func (inst *instance) Diagnose() bool {
"show panic",
"trace",
"show registers",
"show proc",
"ps",
}
for _, c := range commands {
inst.consolew.Write([]byte(c + "\n"))
Expand Down

0 comments on commit 5bb36a9

Please sign in to comment.