public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/16210] New: repeated "py gdb.write" without newlines defers outputting second and subsequent writes
@ 2013-11-23 21:31 xdje42 at gmail dot com
  0 siblings, 0 replies; only message in thread
From: xdje42 at gmail dot com @ 2013-11-23 21:31 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 16210
           Summary: repeated "py gdb.write" without newlines defers
                    outputting second and subsequent writes
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: xdje42 at gmail dot com

bash$ gdb
[...]
(gdb) show width
Number of characters gdb thinks are in a line is 79.
(gdb) py gdb.write ("abcd")
abcd(gdb) py gdb.write ("efgh")
(gdb) py gdb.write ("ijkl")
efgh(gdb) pwd
ijklWorking directory /home/dje.
(gdb) 


Patch to follow.

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-23 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-23 21:31 [Bug gdb/16210] New: repeated "py gdb.write" without newlines defers outputting second and subsequent writes xdje42 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).