From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5412 invoked by alias); 26 Mar 2013 19:59:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5402 invoked by uid 89); 26 Mar 2013 19:59:34 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 26 Mar 2013 19:59:32 +0000 Received: by mail-ob0-f179.google.com with SMTP id un3so7463017obb.38 for ; Tue, 26 Mar 2013 12:59:30 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.88.103 with SMTP id bf7mr2794973obb.7.1364327970650; Tue, 26 Mar 2013 12:59:30 -0700 (PDT) Received: by 10.76.73.166 with HTTP; Tue, 26 Mar 2013 12:59:30 -0700 (PDT) Date: Tue, 26 Mar 2013 21:48:00 -0000 Message-ID: Subject: How to exam struct structname structname in C++ From: "H.J. Lu" To: GDB Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-03/txt/msg00987.txt.bz2 GCC is compiled with C++ now and I can't exam recog_data: recog.h:struct recog_data recog.h:extern struct recog_data recog_data; under GDB due to: http://sourceware.org/bugzilla/show_bug.cgi?id=7737 Is there a work around for this without touching GCC source? -- H.J.