From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12624 invoked by alias); 22 May 2012 18:03:58 -0000 Received: (qmail 12611 invoked by uid 22791); 22 May 2012 18:03:57 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausxippc101.us.dell.com (HELO ausxippc101.us.dell.com) (143.166.85.207) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 May 2012 18:03:44 +0000 X-Loopcount0: from 10.175.216.249 From: To: CC: , , Subject: Re: Will therefore GDB utilize C++ or not? Date: Tue, 22 May 2012 18:03:00 -0000 Message-ID: <03B278D5-20FA-48DD-BAE1-B49019FA30C4@Dell.com> References: <20120330161403.GA17891@host2.jankratochvil.net> <87aa2rjkb8.fsf@fleche.redhat.com> <4F832D5B.9030308@redhat.com> <87ehqhfenc.fsf@fleche.redhat.com> <4FBA6583.5000002@redhat.com> <20120521161456.GA5429@host2.jankratochvil.net> <1271EA6F-A335-45D0-A509-4FD969DF0F69@dell.com> <20120521175744.GA8775@host2.jankratochvil.net> In-Reply-To: <20120521175744.GA8775@host2.jankratochvil.net> Content-Type: text/plain; charset="us-ascii" Content-ID: <1DD7A4B5EED9884B97AD7172AFACF2EE@dell.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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: 2012-05/txt/msg00116.txt.bz2 It's a NetBSD/MIPS64 derivative embedded system. No other secondary storag= e for code. Threading support is needed. (That doesn't add much.) I don'= t currently have multi-inferior support, although I've thought about adding= that. paul On May 21, 2012, at 1:57 PM, Jan Kratochvil wrote: > On Mon, 21 May 2012 19:36:57 +0200, Paul_Koning@Dell.com wrote: >> I'm working on a system where the boot device has about a megabyte free >> space, on a good day. >=20 > Which arch/os is that (to guess the gdbserver size differences)? Is some > secondary storage really unavailable? How much simple gdbserver would be > enough - for example do you need threading in that stage? >=20 >=20 > Thanks, > Jan