aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-07-29 01:40:22 +0000
committerMark Johnston <markj@FreeBSD.org>2024-07-29 01:40:22 +0000
commite24a65528388f4debfb12e936f314f85ba6ac407 (patch)
treefd04aa02202350a88a410a18d254417816524d8e /sys/gdb
parent8370e9dfa188da4716c209a475e360d2b1a842f7 (diff)
Diffstat (limited to 'sys/gdb')
-rw-r--r--sys/gdb/gdb_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c
index 3e8ada42adac..8ba8b14fd4b1 100644
--- a/sys/gdb/gdb_main.c
+++ b/sys/gdb/gdb_main.c
@@ -522,8 +522,6 @@ do_qXfer_threads_read(void)
sbuf_cat(&ctx.qXfer.sb, "Blocked");
else if (TD_IS_SLEEPING(ctx.iter))
sbuf_cat(&ctx.qXfer.sb, "Sleeping");
- else if (TD_IS_SWAPPED(ctx.iter))
- sbuf_cat(&ctx.qXfer.sb, "Swapped");
else if (TD_AWAITING_INTR(ctx.iter))
sbuf_cat(&ctx.qXfer.sb, "IthreadWait");
else if (TD_IS_SUSPENDED(ctx.iter))