public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/9622] tui over-eagerly initializes readline
       [not found] <20080903165805.9622.tromey@redhat.com>
@ 2009-10-06 15:05 ` jan dot kratochvil at redhat dot com
  2010-02-04 16:06 ` tromey at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2009-10-06 15:05 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan dot kratochvil at redhat
                   |                            |dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug tui/9622] tui over-eagerly initializes readline
       [not found] <20080903165805.9622.tromey@redhat.com>
  2009-10-06 15:05 ` [Bug tui/9622] tui over-eagerly initializes readline jan dot kratochvil at redhat dot com
@ 2010-02-04 16:06 ` tromey at redhat dot com
  2010-02-04 17:07 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at redhat dot com @ 2010-02-04 16:06 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-02-04 16:06 -------
*** Bug 11250 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug tui/9622] tui over-eagerly initializes readline
       [not found] <20080903165805.9622.tromey@redhat.com>
  2009-10-06 15:05 ` [Bug tui/9622] tui over-eagerly initializes readline jan dot kratochvil at redhat dot com
  2010-02-04 16:06 ` tromey at redhat dot com
@ 2010-02-04 17:07 ` hjl dot tools at gmail dot com
  2010-02-04 17:38 ` cvs-commit at gcc dot gnu dot org
  2010-02-04 17:39 ` hjl dot tools at gmail dot com
  4 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-02-04 17:07 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From hjl dot tools at gmail dot com  2010-02-04 17:07 -------
A patch is posted at

http://sourceware.org/ml/gdb-patches/2010-02/msg00120.html

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug tui/9622] tui over-eagerly initializes readline
       [not found] <20080903165805.9622.tromey@redhat.com>
                   ` (2 preceding siblings ...)
  2010-02-04 17:07 ` hjl dot tools at gmail dot com
@ 2010-02-04 17:38 ` cvs-commit at gcc dot gnu dot org
  2010-02-04 17:39 ` hjl dot tools at gmail dot com
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2010-02-04 17:38 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-02-04 17:38 -------
Subject: Bug 9622

CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2010-02-04 17:38:00

Modified files:
	gdb            : ChangeLog 
	gdb/tui        : tui-interp.c 

Log message:
	Call tui_initialize_readline only if gdb_stdout is a tty.
	
	2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR tui/9622
	* tui/tui-interp.c (tui_init): Call tui_initialize_readline
	only if gdb_stdout is a tty.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11325&r2=1.11326
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tui-interp.c.diff?cvsroot=src&r1=1.23&r2=1.24



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug tui/9622] tui over-eagerly initializes readline
       [not found] <20080903165805.9622.tromey@redhat.com>
                   ` (3 preceding siblings ...)
  2010-02-04 17:38 ` cvs-commit at gcc dot gnu dot org
@ 2010-02-04 17:39 ` hjl dot tools at gmail dot com
  4 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-02-04 17:39 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From hjl dot tools at gmail dot com  2010-02-04 17:39 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.1
            Version|unknown                     |7.0


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-02-04 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20080903165805.9622.tromey@redhat.com>
2009-10-06 15:05 ` [Bug tui/9622] tui over-eagerly initializes readline jan dot kratochvil at redhat dot com
2010-02-04 16:06 ` tromey at redhat dot com
2010-02-04 17:07 ` hjl dot tools at gmail dot com
2010-02-04 17:38 ` cvs-commit at gcc dot gnu dot org
2010-02-04 17:39 ` hjl dot tools at gmail 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).