From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8398 invoked by alias); 21 Oct 2011 09:03:53 -0000 Received: (qmail 8389 invoked by uid 22791); 21 Oct 2011 09:03:52 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-bw0-f41.google.com (HELO mail-bw0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 09:03:38 +0000 Received: by bkbzu5 with SMTP id zu5so5288622bkb.0 for ; Fri, 21 Oct 2011 02:03:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.29.8 with SMTP id o8mr9873947bkc.48.1319187816884; Fri, 21 Oct 2011 02:03:36 -0700 (PDT) Received: by 10.205.115.138 with HTTP; Fri, 21 Oct 2011 02:03:36 -0700 (PDT) In-Reply-To: <20111020214253.GA22387@host1.jankratochvil.net> References: <20111020214253.GA22387@host1.jankratochvil.net> Date: Sat, 22 Oct 2011 01:18:00 -0000 Message-ID: Subject: Re: Accessing std::cout and std::cin from within gdb. From: Delcypher To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00167.txt.bz2 Thanks for the reply. I'm not familiar with the inner workings of linking but I will look into it when I have time. Looks like this bug has been around for a while so I don't expect it to fixed any time soon. Thanks, Dan.