delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
Date: | Mon, 05 May 2003 14:03:10 -0400 |
From: | "Julin, Joshua" <joshua DOT julin AT lmco DOT com> |
Subject: | RE: Cygwin-gdb can't find linker symbol for virtual table |
To: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
Message-id: | <3888FB26DD0ACF43B7D763789F84289629F339@EMSS03M13.us.lmco.com> |
MIME-version: | 1.0 |
I tried running gdb with "set language c++" and "set print vtbl" and still got the same old warning. Josh //-------------------------------------------------- (gdb) set language c++ (gdb) set print vtbl (gdb) file josh Reading symbols from josh...done. (gdb) set language c++ (gdb) set print vtbl (gdb) b main Breakpoint 1 at 0x4010ae: file josh.cpp, line 17. (gdb) r Starting program: /home/josh/rearch/tryAgain/josh.exe Breakpoint 1, main () at josh.cpp:17 17 Object3 * ptr3 = new Object3; (gdb) n 18 Object4 * ptr4 = new Object4; (gdb) n 19 } (gdb) p ptr4->x warning: can't find linker symbol for virtual table for `Object4' value $1 = 0 (gdb) -- 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 |