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 win32/23547] New: GDB didn't work with unix-way names under windows environment


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

            Bug ID: 23547
           Summary: GDB didn't work with unix-way names under windows
                    environment
           Product: gdb
           Version: 8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: win32
          Assignee: unassigned at sourceware dot org
          Reporter: pavel.seleznev at gmail dot com
  Target Milestone: ---

Hello,

I have compiled program using linux subsystem under Windows 10. Compiled binary
contains paths like "/mnt/c/<...>" to source files.

And gdb via gdbgui gives me error "No source file named c."

I have tried to use path substitution
set substitute-path '/mnt/c/projectname' 'c:\projectname'
but without success.

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