From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4007 invoked by alias); 30 Apr 2008 14:42:06 -0000 Received: (qmail 3969 invoked by uid 22791); 30 Apr 2008 14:42:03 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Apr 2008 14:41:44 +0000 Received: from d620muller (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 06311187022; Wed, 30 Apr 2008 16:48:12 +0200 (CEST) From: "Pierre Muller" To: "'Pedro Alves'" Cc: References: <200804292221.52239.pedro@codesourcery.com> <1209559986.7131.9.camel@gargoyle> <200804301416.19459.pedro@codesourcery.com> In-Reply-To: <200804301416.19459.pedro@codesourcery.com> Subject: RE: continuations and breakpoint commands Date: Wed, 30 Apr 2008 17:00:00 -0000 Message-ID: <000001c8aad0$4d7cc080$e8764180$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00705.txt.bz2 >> Just a minor gotcha: >> >> - /* If the continuation did not start the target again, >> - prepare for interation with the user. */ >> + /* If no breakpoint command resumed the inferior, prepare for >> + >>interation<< with the user. */ >> >> Is "interation" supposed to be "interaction"? >> > >Yep. Thanks for spotting that. We're going to display the prompt >so the user can enter commands, that's what it means. > >-- >Pedro Alves Hi Pedro, I am confused, but it is probably because I didn't have time and courage to read the whole non-stop threads. What happens if the user is currently typing some commands on prompt? Are there two different prompts to let the user know if we are running or stopped? What happens to the already typed chars in the case of a prompt switch? Pierre Muller Pascal language support maintainer for GDB