From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23764 invoked by alias); 7 Dec 2010 16:13:19 -0000 Received: (qmail 23747 invoked by uid 22791); 7 Dec 2010 16:13:17 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Dec 2010 16:13:09 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B7D42CB01E2; Tue, 7 Dec 2010 17:13:07 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AzfyxGFBBpyZ; Tue, 7 Dec 2010 17:13:07 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 70AA6CB01E0; Tue, 7 Dec 2010 17:13:07 +0100 (CET) Subject: Re: Using telnet to control a running GDB Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Tue, 07 Dec 2010 16:13:00 -0000 Cc: Marc Khouzam , "'Jan Kratochvil'" , "'gdb\@sourceware.org'" Content-Transfer-Encoding: quoted-printable Message-Id: References: <20101129025627.GA4356@host0.dyn.jankratochvil.net> <20101129185524.GA13721@host0.dyn.jankratochvil.net> To: Tom Tromey 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: 2010-12/txt/msg00022.txt.bz2 On Dec 7, 2010, at 4:51 PM, Tom Tromey wrote: > TBH I think it would be better if we could remove some modes. For > example, if we could make target-async either the default, or enabled > automatically if the user uses some async command. Just keep in mind that a lot of probes only implement the minimal set of co= mmands. So if we remove some modes (which I think is a good idea), we need= to keep the veteran sync/all-stop mode. Tristan.