www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <1d9535c10703070346v3d26bdf2md325e27bd5263e14@mail.gmail.com> |
Date: | Wed, 7 Mar 2007 12:46:16 +0100 |
From: | "Domen Vrankar" <domen DOT vrankar AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | managing breakpoints in gdb |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
I can't set breakpoints in gdb under cygwin with whole path to the source file: break "C:/cygwin/home/moon/uart/hello.c:69" break "/cygdrive/c/cygwin/home/moon/uart/hello.c:69" The only thing similar to those two that works is: break "/home/moon/uart/hello.c:69" Can this somehow be set to be able to use the whole path? Is this a cygwin bug or was cygwin intended to work like that (the version of gdb is built on linux form the same sources and there the entire path works OK)? regards, Domen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |