public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/20741] set pagination off "breaks" backtrace output
       [not found] <bug-20741-4717@http.sourceware.org/bugzilla/>
@ 2022-01-09  1:10 ` tromey at sourceware dot org
  2022-01-09  1:29 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-01-09  1:10 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
This happens because the pager code skips all the output wrapping
when pagination is disabled.

I tend to think this is a bug and what what should happen is
wrapping should still occur, just paging should be disabled.

The manual seems to agree because it talks about using
'set width unlimited' to get this behavior.

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

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

* [Bug cli/20741] set pagination off "breaks" backtrace output
       [not found] <bug-20741-4717@http.sourceware.org/bugzilla/>
  2022-01-09  1:10 ` [Bug cli/20741] set pagination off "breaks" backtrace output tromey at sourceware dot org
@ 2022-01-09  1:29 ` tromey at sourceware dot org
  2022-04-15 17:53 ` cvs-commit at gcc dot gnu.org
  2022-04-15 17:54 ` tromey at sourceware dot org
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-01-09  1:29 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
I have a patch for this on my pager branch, but I haven't
written a test case yet.

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

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

* [Bug cli/20741] set pagination off "breaks" backtrace output
       [not found] <bug-20741-4717@http.sourceware.org/bugzilla/>
  2022-01-09  1:10 ` [Bug cli/20741] set pagination off "breaks" backtrace output tromey at sourceware dot org
  2022-01-09  1:29 ` tromey at sourceware dot org
@ 2022-04-15 17:53 ` cvs-commit at gcc dot gnu.org
  2022-04-15 17:54 ` tromey at sourceware dot org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-15 17:53 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1f0f8b5d9d9053c4d164d01c6915c2e6b8c6ea48

commit 1f0f8b5d9d9053c4d164d01c6915c2e6b8c6ea48
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Jan 8 18:26:35 2022 -0700

    Allow word wrapping even when paging is disabled

    PR cli/20741 points out that when pagination is disabled, this also
    disabled word wrapping.  However, the manual documents that these
    settings are separate -- if you intend to disable the wrapping, you
    must use "set width unlimited".

    This patch fixes the bug by letting the pagination-disabled case fall
    through to the code that also handles word-wrapping.

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

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

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

* [Bug cli/20741] set pagination off "breaks" backtrace output
       [not found] <bug-20741-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-04-15 17:53 ` cvs-commit at gcc dot gnu.org
@ 2022-04-15 17:54 ` tromey at sourceware dot org
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-04-15 17:54 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |13.1
         Resolution|---                         |FIXED

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

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

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

end of thread, other threads:[~2022-04-15 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20741-4717@http.sourceware.org/bugzilla/>
2022-01-09  1:10 ` [Bug cli/20741] set pagination off "breaks" backtrace output tromey at sourceware dot org
2022-01-09  1:29 ` tromey at sourceware dot org
2022-04-15 17:53 ` cvs-commit at gcc dot gnu.org
2022-04-15 17:54 ` tromey at sourceware dot org

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).