[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/31527] gdb is not working for UNC path
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/31527] gdb is not working for UNC path |
Date: |
Wed, 10 Apr 2024 10:09:07 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31527
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
Ever confirmed|0 |1
Last reconfirmed| |2024-04-10
--- Comment #9 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Simon Cook from comment #8)
> 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) == 0 ||
> strncmp(filename, "\\\\", 2) == 0` since I think that's the behaviour we
> actually care about.
>
> Any thoughts?
Simpler is better in my opinion. But since I am not a UNC expert I do not know
if the above test is sufficient. If it is then I would definitely suggest that
we use it.
--
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, cvs-commit at gcc dot gnu.org, 2024/04/05
- [Bug binutils/31527] gdb is not working for UNC path, nickc at redhat dot com, 2024/04/05
- [Bug binutils/31527] gdb is not working for UNC path, zhiqxion at qti dot qualcomm.com, 2024/04/08
- [Bug binutils/31527] gdb is not working for UNC path, nickc at redhat dot com, 2024/04/08
- [Bug binutils/31527] gdb is not working for UNC path, zhiqxion at qti dot qualcomm.com, 2024/04/08
- [Bug binutils/31527] gdb is not working for UNC path, simon.cook at embecosm dot com, 2024/04/08
- [Bug binutils/31527] gdb is not working for UNC path, zhiqxion at qti dot qualcomm.com, 2024/04/08
- [Bug binutils/31527] gdb is not working for UNC path, simon.cook at embecosm dot com, 2024/04/09
- [Bug binutils/31527] gdb is not working for UNC path,
nickc at redhat dot com <=
- [Bug binutils/31527] gdb is not working for UNC path, tromey at sourceware dot org, 2024/04/10
- [Bug binutils/31527] gdb is not working for UNC path, zhiqxion at qti dot qualcomm.com, 2024/04/11
- [Bug binutils/31527] gdb is not working for UNC path, zhiqxion at qti dot qualcomm.com, 2024/04/11
- [Bug binutils/31527] gdb is not working for UNC path, simon.cook at embecosm dot com, 2024/04/11
- [Bug binutils/31527] gdb is not working for UNC path, nickc at redhat dot com, 2024/04/11
- [Bug binutils/31527] gdb is not working for UNC path, simon.cook at embecosm dot com, 2024/04/15
- [Bug binutils/31527] gdb is not working for UNC path, cvs-commit at gcc dot gnu.org, 2024/04/15
- [Bug binutils/31527] gdb is not working for UNC path, nickc at redhat dot com, 2024/04/15
- [Bug binutils/31527] gdb is not working for UNC path, pexu at sourceware dot mail.kapsi.fi, 2024/04/16
- [Bug binutils/31527] gdb is not working for UNC path, simon.cook at embecosm dot com, 2024/04/16