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 python/18066] New: argument "word" seems broken in Command.complete (text, word)


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

            Bug ID: 18066
           Summary: argument "word" seems broken in Command.complete
                    (text, word)
           Product: gdb
           Version: 7.8
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: rage4pwn at gmail dot com

Created attachment 8157
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8157&action=edit
How To

The word argument is supposed to return the last argument of the commandline.
But it returns the first 8 characters of the commandline padded with null
bytes.

-- 
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]