diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-08-19 23:01:59 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-08-19 23:01:59 +0000 |
| commit | 54a210d407664b0c6937623f970ae41f81c08c6d (patch) | |
| tree | e4a2fc485002786deae3a00cf5ec699c75b709ef /sys/gdb | |
| parent | 3bbe6e643c39377e5b30792673a9595a2eed12b4 (diff) | |
Notes
Diffstat (limited to 'sys/gdb')
| -rw-r--r-- | sys/gdb/gdb_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c index 20d9fcc3bc971..62c06880735ec 100644 --- a/sys/gdb/gdb_main.c +++ b/sys/gdb/gdb_main.c @@ -310,7 +310,6 @@ gdb_trap(int type, int code) gdb_tx_char('C'); gdb_tx_varhex((long)kdb_thread->td_tid); gdb_tx_end(); - break; } else if (gdb_rx_equal("fThreadInfo")) { thr_iter = kdb_thr_first(); gdb_do_threadinfo(&thr_iter); |
