public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/14332] New: Output from inferior confuses gdbtui
@ 2012-07-05 13:10 joachim.protze at zih dot tu-dresden.de
  2015-07-02 13:04 ` [Bug tui/14332] " palves at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: joachim.protze at zih dot tu-dresden.de @ 2012-07-05 13:10 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14332

             Bug #: 14332
           Summary: Output from inferior confuses gdbtui
           Product: gdb
           Version: 7.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
        AssignedTo: unassigned@sourceware.org
        ReportedBy: joachim.protze@zih.tu-dresden.de
    Classification: Unclassified


Created attachment 6510
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6510
print 20 lines of "hello world!"

To reproduce:
gcc -g hello2.c -o hello
gdb -ex run -tui ./hello

The first "Hello World!\n" is overwritten by the gdb output, therefore the
printf is in a for-loop. 

Two symptoms can be viewed: 

- the \n produces a line feed only, no carriage return

- the output of the inferior is not fetched and reported in the output
subscreen

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug tui/14332] Output from inferior confuses gdbtui
  2012-07-05 13:10 [Bug tui/14332] New: Output from inferior confuses gdbtui joachim.protze at zih dot tu-dresden.de
@ 2015-07-02 13:04 ` palves at redhat dot com
  2015-07-02 13:05 ` palves at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2015-07-02 13:04 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
Can't see how to get around with unless we create a new pty master/slave for
the inferior, instead of having it share the terminal with gdb.

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


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

* [Bug tui/14332] Output from inferior confuses gdbtui
  2012-07-05 13:10 [Bug tui/14332] New: Output from inferior confuses gdbtui joachim.protze at zih dot tu-dresden.de
  2015-07-02 13:04 ` [Bug tui/14332] " palves at redhat dot com
@ 2015-07-02 13:05 ` palves at redhat dot com
  2023-01-23  0:32 ` levraiphilippeblain at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2015-07-02 13:05 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |netheril96 at gmail dot com

--- Comment #2 from Pedro Alves <palves at redhat dot com> ---
*** Bug 17476 has been marked as a duplicate of this bug. ***

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


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

* [Bug tui/14332] Output from inferior confuses gdbtui
  2012-07-05 13:10 [Bug tui/14332] New: Output from inferior confuses gdbtui joachim.protze at zih dot tu-dresden.de
  2015-07-02 13:04 ` [Bug tui/14332] " palves at redhat dot com
  2015-07-02 13:05 ` palves at redhat dot com
@ 2023-01-23  0:32 ` levraiphilippeblain at gmail dot com
  2023-05-22 16:24 ` vries at gcc dot gnu.org
  2023-05-24 14:13 ` vries at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: levraiphilippeblain at gmail dot com @ 2023-01-23  0:32 UTC (permalink / raw)
  To: gdb-prs

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

Philippe Blain <levraiphilippeblain at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |levraiphilippeblain at gmail dot c
                   |                            |om

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

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

* [Bug tui/14332] Output from inferior confuses gdbtui
  2012-07-05 13:10 [Bug tui/14332] New: Output from inferior confuses gdbtui joachim.protze at zih dot tu-dresden.de
                   ` (2 preceding siblings ...)
  2023-01-23  0:32 ` levraiphilippeblain at gmail dot com
@ 2023-05-22 16:24 ` vries at gcc dot gnu.org
  2023-05-24 14:13 ` vries at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-05-22 16:24 UTC (permalink / raw)
  To: gdb-prs

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vries at gcc dot gnu.org

--- Comment #5 from Tom de Vries <vries at gcc dot gnu.org> ---
*** Bug 30440 has been marked as a duplicate of this bug. ***

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

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

* [Bug tui/14332] Output from inferior confuses gdbtui
  2012-07-05 13:10 [Bug tui/14332] New: Output from inferior confuses gdbtui joachim.protze at zih dot tu-dresden.de
                   ` (3 preceding siblings ...)
  2023-05-22 16:24 ` vries at gcc dot gnu.org
@ 2023-05-24 14:13 ` vries at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: vries at gcc dot gnu.org @ 2023-05-24 14:13 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from Tom de Vries <vries at gcc dot gnu.org> ---
*** Bug 28482 has been marked as a duplicate of this bug. ***

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

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

end of thread, other threads:[~2023-05-24 14:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-05 13:10 [Bug tui/14332] New: Output from inferior confuses gdbtui joachim.protze at zih dot tu-dresden.de
2015-07-02 13:04 ` [Bug tui/14332] " palves at redhat dot com
2015-07-02 13:05 ` palves at redhat dot com
2023-01-23  0:32 ` levraiphilippeblain at gmail dot com
2023-05-22 16:24 ` vries at gcc dot gnu.org
2023-05-24 14:13 ` vries at gcc dot gnu.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).