[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] doc: explain the floating point flag in kdb output
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 6/6] doc: explain the floating point flag in kdb output |
Date: |
Wed, 11 Jun 2014 09:51:39 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Justus Winter, le Mon 09 Jun 2014 18:38:35 +0200, a écrit :
> * doc/mach.texi (Kernel Debugger Commands): Explain the floating point
> flag.
Ack.
> ---
> doc/mach.texi | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/doc/mach.texi b/doc/mach.texi
> index 49c0d67..2da670f 100644
> --- a/doc/mach.texi
> +++ b/doc/mach.texi
> @@ -7029,8 +7029,9 @@ session. If the execution is resumed again, the
> numbers may change.
> The current thread can be distinguished from others by a @code{#} after
> the thread id instead of @code{:}. Without @code{l} option, it only
> shows thread id, thread structure address and the status for each
> -thread. The status consists of 5 letters, R(run), W(wait), S(suspended),
> -O(swapped out) and N(interruptible), and if corresponding
> +thread. The status consists of 6 letters, R(run), W(wait), S(suspended),
> +O(swapped out), N(interruptible), and F(loating) point arithmetic used (if
> +supported by the platform). If the corresponding
> status bit is off, @code{.} is printed instead. If @code{l} option is
> specified, more detail information is printed for each thread.
>
> --
> 2.0.0
>
>
--
Samuel
#include <culture.h>
- [PATCH 1/6] kern: set the name of the kernel task to 'gnumach', Justus Winter, 2014/06/09
- [PATCH 2/6] ddb: print task names if available, Justus Winter, 2014/06/09
- [PATCH 3/6] ddb: use db_thread_stat to format the flags, Justus Winter, 2014/06/09
- [PATCH 4/6] i386: reformat the key map, Justus Winter, 2014/06/09
- [PATCH 5/6] i386: remap some keys, Justus Winter, 2014/06/09
- [PATCH 6/6] doc: explain the floating point flag in kdb output, Justus Winter, 2014/06/09
- Re: [PATCH 6/6] doc: explain the floating point flag in kdb output,
Samuel Thibault <=
- Re: [PATCH 1/6] kern: set the name of the kernel task to 'gnumach', Samuel Thibault, 2014/06/11