diff options
author | Jason King <jason.king@joyent.com> | 2018-09-10 17:00:41 -0500 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2018-09-10 20:10:51 -0500 |
commit | 9c4c8cab4de50f98dd50cee2eeef61f204061c10 (patch) | |
tree | d3516db1261b020990df0e867efd5e20819effeb | |
parent | e639e7fb5bc8e8f25f3c1ea960c37baf9fcd5f3f (diff) | |
download | illumos-joyent-9c4c8cab4de50f98dd50cee2eeef61f204061c10.tar.gz |
OS-7200 would like thread name API (fix debug)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/thread.c b/usr/src/cmd/mdb/common/modules/genunix/thread.c index fadbfec863..410f9973d8 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/thread.c +++ b/usr/src/cmd/mdb/common/modules/genunix/thread.c @@ -782,7 +782,6 @@ int stackinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) { kthread_t t; - proc_t p; uint64_t *ptr; /* pattern pointer */ caddr_t start; /* kernel stack start */ caddr_t end; /* kernel stack end */ |