delphix / sdb

The Slick Debugger
Apache License 2.0
57 stars 20 forks source link

Need Command Module System #303

Closed sdimitro closed 1 year ago

sdimitro commented 1 year ago

Motivation

sdb can be used for userland core dumps but most current commands assume that we are in the kernel. E.g. stacks blows up in userland core dumps and other commands like slabs make no sense.

What we need

SDB should detect: