| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | "Joao Belo" <jbelo AT isel DOT pt> |
| To: | <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Debug problem |
| Date: | Wed, 1 Mar 2000 11:16:57 -0000 |
| Message-ID: | <NDBBKFGCDKEECMHLHDNOAEPICAAA.jbelo@isel.pt> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
Hi,
I've posted this message in 'gcc-bugs' but the problem seems to be
platform-specific.
I'm having a problem trying to debug C++ code with GDB. The problem is this:
The ':n' command in GDB at line 8 of the following code makes the program
run to completion.
1 void g()
2 {
3 }
4
5 template<class T>
6 void f(T a)
7 {
8 g();
9 g();
10 }
11
12 int main()
13 {
14 f(1);
15 }
command line:
g++ -g a.cc
I'm using gcc version 2.95.2 19991024 (release) with cygwin B20.
The problem occurs both with GNU gdb 19991101 and GNU gdb 4.17.1.
I suspect the problem is not in 'GDB' but in 'as'.
Is this known behavior?
Thank you,
Joao Belo
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |