From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23665 invoked by alias); 21 May 2012 18:54:07 -0000 Received: (qmail 23651 invoked by uid 22791); 21 May 2012 18:54:04 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 May 2012 18:53:51 +0000 Received: by yenm7 with SMTP id m7so5654407yen.0 for ; Mon, 21 May 2012 11:53:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.6.18 with SMTP id j18mr7127225ani.33.1337626430538; Mon, 21 May 2012 11:53:50 -0700 (PDT) Received: by 10.236.108.6 with HTTP; Mon, 21 May 2012 11:53:50 -0700 (PDT) In-Reply-To: <4FBA72B9.9010103@redhat.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> <4FBA72B9.9010103@redhat.com> Date: Mon, 21 May 2012 18:54:00 -0000 Message-ID: Subject: Re: Will therefore GDB utilize C++ or not? From: Matt Rice To: Pedro Alves Cc: Jan Kratochvil , Tom Tromey , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00110.txt.bz2 On Mon, May 21, 2012 at 9:52 AM, Pedro Alves wrote: > > Google around for OpenWrt or DD-WRT for example, to find configurations > where 4-32MB flash is common. FWIW, I have an openwrt install on a 4MB flash, and figuring out how to find enough space for the existing gdbserver was a pain. to the point where I just made a ramdisk and copied gdbserver to it when i needed it (which lucky for me wasn't debugging any issue at boot time/user space worked enough to get gdbserver to its destination.) many of these newer openwrt/dd-wrt systems also have usb they can use to add additional storage. that is to say, i think regardless of c/c++ gdbserver is possibly too big for some of these small but not tiny installations or at least on the cusp of being so, and getting larger, thus a smaller gdbserver might be warranted regardless of c/c++