Date: Sun, 2 Oct 2005 22:57:31 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_command.c db_output.c Message-ID: <200510022257.j92MvV4N007297@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2005-10-02 22:57:31 UTC FreeBSD src repository Modified files: sys/ddb db_command.c db_output.c Log: - Call db_setup_paging() for traceall. - Make it so one can't call db_setup_paging() if it has already been called before. traceall needs this, or else the db_setup_paging() call from db_trace_thread() will reset the printed line number, and override its argument. This is not perfect for traceall, because even if one presses 'q' while in the middle of printing a backtrace it will finish printing the backtrace before exiting, as db_trace_thread() won't be notified it should stop, but it is hard to do better without reworking the pager interface a lot more. Revision Changes Path 1.63 +5 -0 src/sys/ddb/db_command.c 1.34 +8 -5 src/sys/ddb/db_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510022257.j92MvV4N007297>