public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/17476] New: The TUI interface interacts poorly with program output
@ 2014-10-10 14:53 netheril96 at gmail dot com
2015-07-02 13:02 ` [Bug tui/17476] " palves at redhat dot com
2015-07-02 13:05 ` palves at redhat dot com
0 siblings, 2 replies; 3+ messages in thread
From: netheril96 at gmail dot com @ 2014-10-10 14:53 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=17476
Bug ID: 17476
Summary: The TUI interface interacts poorly with program output
Product: gdb
Version: 7.7
Status: NEW
Severity: normal
Priority: P2
Component: tui
Assignee: unassigned at sourceware dot org
Reporter: netheril96 at gmail dot com
Created attachment 7825
--> https://sourceware.org/bugzilla/attachment.cgi?id=7825&action=edit
A screenshot of how the tui mode gets scrambled
Whenever the program being debugged by gdb in tui mode produces any output, on
stdout or stderr, the tui gets mangled.
To reproduce the result, compile and debug this file in tui mode
```c
#include <unistd.h>
#include <stdio.h>
int main()
{
for (;;)
{
sleep(1);
fputs("hello, world\n", stdout);
}
}
```
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug tui/17476] The TUI interface interacts poorly with program output
2014-10-10 14:53 [Bug tui/17476] New: The TUI interface interacts poorly with program output netheril96 at gmail dot com
@ 2015-07-02 13:02 ` palves at redhat dot com
2015-07-02 13:05 ` palves at redhat dot com
1 sibling, 0 replies; 3+ messages in thread
From: palves at redhat dot com @ 2015-07-02 13:02 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=17476
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] 3+ messages in thread
* [Bug tui/17476] The TUI interface interacts poorly with program output
2014-10-10 14:53 [Bug tui/17476] New: The TUI interface interacts poorly with program output netheril96 at gmail dot com
2015-07-02 13:02 ` [Bug tui/17476] " palves at redhat dot com
@ 2015-07-02 13:05 ` palves at redhat dot com
1 sibling, 0 replies; 3+ 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=17476
Pedro Alves <palves at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from Pedro Alves <palves at redhat dot com> ---
Merging.
*** This bug has been marked as a duplicate of bug 14332 ***
--
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:[~2015-07-02 13:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-10 14:53 [Bug tui/17476] New: The TUI interface interacts poorly with program output netheril96 at gmail dot com
2015-07-02 13:02 ` [Bug tui/17476] " palves at redhat dot com
2015-07-02 13:05 ` palves at redhat dot com
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).