public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/27088] New: Documentation  error in range checking bounds of type
@ 2020-12-17 11:01 martin.kielhorn at philips dot com
  2020-12-17 14:42 ` [Bug gdb/27088] " cvs-commit at gcc dot gnu.org
  2020-12-17 14:43 ` simark at simark dot ca
  0 siblings, 2 replies; 3+ messages in thread
From: martin.kielhorn at philips dot com @ 2020-12-17 11:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=27088

            Bug ID: 27088
           Summary: Documentation  error in range checking bounds of type
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: martin.kielhorn at philips dot com
  Target Milestone: ---

The documentation for range checking the bounds of a type has a mistake:

https://sourceware.org/gdb/current/onlinedocs/gdb/Range-Checking.html#Range-Checking


The last paragraph says:

> show range
>         Show the current setting of the range checker, and 
>         whether or not it is being set automatically by GDB.

Instead it should say:

> show check range
>         Show the current setting of the range checker, and 
>         whether or not it is being set automatically by GDB.


Example call:

(gdb) show range
Debugger's willingness to use range stepping is on.
(gdb) show check range
Range checking is "auto; currently off".

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-17 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 11:01 [Bug gdb/27088] New: Documentation error in range checking bounds of type martin.kielhorn at philips dot com
2020-12-17 14:42 ` [Bug gdb/27088] " cvs-commit at gcc dot gnu.org
2020-12-17 14:43 ` simark at simark dot ca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).