bug-binutils
[Top][All Lists]
Advanced

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]