This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/16210] New: repeated "py gdb.write" without newlines defers outputting second and subsequent writes


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]