From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15955 invoked by alias); 26 Jul 2013 09:26:37 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 15942 invoked by uid 89); 26 Jul 2013 09:26:37 -0000 X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,TW_BT,TW_DB autolearn=no version=3.3.1 Received: from Unknown (HELO outdoor.onevision.de) (212.77.172.51) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 26 Jul 2013 09:26:35 +0000 Received: from sanders.onevision.de (moonrace [212.77.172.62]) by outdoor.onevision.de (8.14.3/8.13.7/ROSCH/DDB) with ESMTP id r6Q9QMHu006549 for ; Fri, 26 Jul 2013 11:26:27 +0200 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.3) with ESMTP id 2013072611261736-111156 ; Fri, 26 Jul 2013 11:26:17 +0200 Message-ID: <51F240B9.1000709@onevision.com> Date: Fri, 26 Jul 2013 09:26:00 -0000 From: Roland Schwingel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: insight@sourceware.org Subject: gdbtk-cmds.c is no longer compiling Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed X-SW-Source: 2013-q3/txt/msg00016.txt.bz2 Hi... Yesterday Tom Tromey removed in gdb's target.c function pop_target() which is in use by gdb_clear_file() in gdbtk-cmds.c. Yet I could not spot a suitable replacement to pop_target() so I cannot propose a patch to make insight compiling again. For myself I have resurrected pop_target() again. Any clue on how to continue here? Roland