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/13345] New: ~ expansion broken for "source" with .pyfiles


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

             Bug #: 13345
           Summary: ~ expansion broken for "source" with .py files
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: naesten@gmail.com
    Classification: Unclassified


Using recent HEAD, I'm seeing this happen:

(gdb) source ~/.gdb.d/qattach.py
  File "~/.gdb.d/qattach.py", line 1
    h7Íh7Í | |_printer())
      ^
SyntaxError: invalid syntax

I'm not sure what's going on, but that's certainly not the contents of the file
I wanted, and it doesn't happen with the version in the Debian package
(7.3-1+b1).

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


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