[Bug binutils/31527] gdb is not working for UNC path

2025-05-03 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug binutils/31527] gdb is not working for UNC path

2024-04-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #19 from Nick Clifton --- Oops - I missed that too. Sorry. Patch applied as commit: ab0a395b54d Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/31527] gdb is not working for UNC path

2024-04-16 Thread simon.cook at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #18 from Simon Cook --- Created attachment 15466 --> https://sourceware.org/bugzilla/attachment.cgi?id=15466&action=edit Remove debug output Oh drat, I missed that when I was scanning the final patch before submitting (scanned f

[Bug binutils/31527] gdb is not working for UNC path

2024-04-16 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Pekka Seppänen changed: What|Removed |Added CC||pexu at sourceware dot mail.kapsi.

[Bug binutils/31527] gdb is not working for UNC path

2024-04-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Nick Clifton changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug binutils/31527] gdb is not working for UNC path

2024-04-15 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #15 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9dd918142787246ea7ed53494d9cbc6b51486133 commit 9dd918142787246ea7ed53494d9cbc6b51486

[Bug binutils/31527] gdb is not working for UNC path

2024-04-15 Thread simon.cook at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Simon Cook changed: What|Removed |Added Attachment #15460|0 |1 is obsolete|

[Bug binutils/31527] gdb is not working for UNC path

2024-04-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #13 from Nick Clifton --- (In reply to Simon Cook from comment #12) Hi Simon, > Patch with my suggested change, and done some testing pre-the previous fix > and with my change and verified UNC paths still work. (Tested using ld >

[Bug binutils/31527] gdb is not working for UNC path

2024-04-11 Thread simon.cook at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #12 from Simon Cook --- Created attachment 15460 --> https://sourceware.org/bugzilla/attachment.cgi?id=15460&action=edit Patch to fix issue without pulling in shlwapi Patch with my suggested change, and done some testing pre-the

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #11 from Zhiqing Xiong --- > 2. Implement an alternative to using PathIsNetworkPathA. From its > description, I think it might be possible to substitute that call for > something like `is_network_path = strncmp(filename, "//", 2) =

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #10 from Zhiqing Xiong --- Hi Simon Attachment change was built success with (GDB14.2) https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.gz I didn't use python either. following are my build comands >> ./configure --with-gmp-include

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org -- You are

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Nick Clifton changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug binutils/31527] gdb is not working for UNC path

2024-04-09 Thread simon.cook at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #8 from Simon Cook --- The definition is there (I have the header file), this was a linking issue (and to confirm we are using the same tools to build). I've looked through the Makefile/config.status files for my build, and what s

[Bug binutils/31527] gdb is not working for UNC path

2024-04-08 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #7 from Zhiqing Xiong --- Hi Simon I saw several bugs about gdb not support UNC path without comment, sorry, I didn't know you are working on it. I have to upgrade gdb to latest version to support ZSTD compressed Dwarf. I found

[Bug binutils/31527] gdb is not working for UNC path

2024-04-08 Thread simon.cook at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Simon Cook changed: What|Removed |Added CC||simon.cook at embecosm dot com --- Comme

[Bug binutils/31527] gdb is not working for UNC path

2024-04-08 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #5 from Zhiqing Xiong --- That's great. Thanks Nick. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/31527] gdb is not working for UNC path

2024-04-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #4 from Nick Clifton --- (In reply to Zhiqing Xiong from comment #3) > does this change will be released in GDB 15.1 ? Yes. Or maybe 14.3. I am not sure of the number of the next GDB release... -- You are receiving this mail

[Bug binutils/31527] gdb is not working for UNC path

2024-04-08 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #3 from Zhiqing Xiong --- Thanks Nick. does this change will be released in GDB 15.1 ? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/31527] gdb is not working for UNC path

2024-04-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/31527] gdb is not working for UNC path

2024-04-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eac88f3298491fdf2caa0d7dd97a3dde954b8b74 commit eac88f3298491fdf2caa0d7dd97a3dde954b8b