[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/31527] gdb is not working for UNC path
From: |
zhiqxion at qti dot qualcomm.com |
Subject: |
[Bug binutils/31527] gdb is not working for UNC path |
Date: |
Thu, 11 Apr 2024 06:15:25 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31527
--- Comment #11 from Zhiqing Xiong <zhiqxion at qti dot qualcomm.com> ---
> 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?
It is also possible by this way.
--
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, (continued)
- [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, 2024/04/10
- [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 <=
- [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
- [Bug binutils/31527] gdb is not working for UNC path, nickc at redhat dot com, 2024/04/16