This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Colon-separated path on Windows
- From: "Marc Khouzam" <marc dot khouzam at ericsson dot com>
- To: <gdb at sourceware dot org>
- Date: Wed, 30 Jul 2008 11:39:29 -0400
- Subject: Colon-separated path on Windows
Hi,
when dealing with colon-separated paths for such things as set solib-search-path,
how should I format the path on Windows when there are already colons after the drive?
e.g., set solib-search-path c:\my path:c:\your path
Also, I believe I should not quote the path, right?
Thanks
Marc