public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/12149] New: sys.stderr uses gdb.write() which writes to stdout
@ 2010-10-21 20:11 markflorisson88 at gmail dot com
  2011-03-17 15:50 ` [Bug python/12149] " pmuldoon at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: markflorisson88 at gmail dot com @ 2010-10-21 20:11 UTC (permalink / raw)
  To: gdb-prs

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

           Summary: sys.stderr uses gdb.write() which writes to stdout
           Product: gdb
           Version: 7.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markflorisson88@gmail.com


Strings written to sys.stderr (e.g. tracebacks) should go to the stderr output
stream.

-- 
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] 4+ messages in thread

* [Bug python/12149] sys.stderr uses gdb.write() which writes to stdout
  2010-10-21 20:11 [Bug python/12149] New: sys.stderr uses gdb.write() which writes to stdout markflorisson88 at gmail dot com
@ 2011-03-17 15:50 ` pmuldoon at redhat dot com
  2011-03-18  8:45 ` cvs-commit at gcc dot gnu.org
  2011-03-18  9:06 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2011-03-17 15:50 UTC (permalink / raw)
  To: gdb-prs

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

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |pmuldoon at redhat dot com
         AssignedTo|unassigned at sourceware    |pmuldoon at redhat dot com
                   |dot org                     |

-- 
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] 4+ messages in thread

* [Bug python/12149] sys.stderr uses gdb.write() which writes to stdout
  2010-10-21 20:11 [Bug python/12149] New: sys.stderr uses gdb.write() which writes to stdout markflorisson88 at gmail dot com
  2011-03-17 15:50 ` [Bug python/12149] " pmuldoon at redhat dot com
@ 2011-03-18  8:45 ` cvs-commit at gcc dot gnu.org
  2011-03-18  9:06 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-03-18  8:45 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-03-18 08:44:53 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    pmuldoon@sourceware.org    2011-03-18 08:44:48

Modified files:
    gdb            : ChangeLog 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : python.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: python.exp 

Log message:
    2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/12149

    * python/python.c (gdbpy_write): Accept a stream argument and
    operate to the appropriate stream.
    (gdbpy_flush): Likewise.
    (_initialize_python): Add stream constants.
    (finish_python_initialization): Add GdbOutputErrorFile class.

    2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/12149

    * gdb.texinfo (Basic Python): Update gdb.write and flush text.

    2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>

    PR python/12149

    * gdb.python/python.exp: Add gdb.write tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12829&r2=1.12830
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1165&r2=1.1166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.813&r2=1.814
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python.c.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2638&r2=1.2639
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/python.exp.diff?cvsroot=src&r1=1.20&r2=1.21

-- 
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] 4+ messages in thread

* [Bug python/12149] sys.stderr uses gdb.write() which writes to stdout
  2010-10-21 20:11 [Bug python/12149] New: sys.stderr uses gdb.write() which writes to stdout markflorisson88 at gmail dot com
  2011-03-17 15:50 ` [Bug python/12149] " pmuldoon at redhat dot com
  2011-03-18  8:45 ` cvs-commit at gcc dot gnu.org
@ 2011-03-18  9:06 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pmuldoon at redhat dot com @ 2011-03-18  9:06 UTC (permalink / raw)
  To: gdb-prs

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

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.3

--- Comment #2 from Phil Muldoon <pmuldoon at redhat dot com> 2011-03-18 09:06:39 UTC ---
See cvs commit message above

-- 
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] 4+ messages in thread

end of thread, other threads:[~2011-03-18  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-21 20:11 [Bug python/12149] New: sys.stderr uses gdb.write() which writes to stdout markflorisson88 at gmail dot com
2011-03-17 15:50 ` [Bug python/12149] " pmuldoon at redhat dot com
2011-03-18  8:45 ` cvs-commit at gcc dot gnu.org
2011-03-18  9:06 ` pmuldoon 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).