From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26503 invoked by alias); 23 Nov 2014 12:41:30 -0000 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 Received: (qmail 26487 invoked by uid 89); 23 Nov 2014 12:41:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com Received: from mail-pd0-f173.google.com (HELO mail-pd0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 23 Nov 2014 12:41:27 +0000 Received: by mail-pd0-f173.google.com with SMTP id ft15so8149500pdb.4 for ; Sun, 23 Nov 2014 04:41:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=h2ORfY/wQQg0HXp5BhefbjUpZZKURC2JqlZIhheg7ZI=; b=GgyvI3lSFSAeu7BnliIi89rGd+dx1YDTumAIaNKHhVM9ldE/xLKIq+WlXbuyoJLRFK WAY9AAhJPcCmNtGvA49qVB+FbUqGz9E7xO6nt2+X+vTrnxCi+uT+zQOey8k7+7jrH/aW oFFWE+yJUedCh6ABWKbn47KZfFcPYUMENQzDI1if6sKfWATV2zO7wfVs9ymqXd5vgb2R ltNAViei06rO6pVhI49nuVUqD5W6Q+99P8PyZ3TkVzawxTvypnNrd/GnAezmVNQ4K0LK ITWx7boEbkmJjKLTcu0HEj0YqMynL7YiSsU0T9UFk0f9KcT98/DjmcWRxqZgmvQMokxC E1hw== X-Gm-Message-State: ALoCoQmwryKL0ntBj06QLBO0ZaQSC8o/15RNn24UKRnwDb9k2S+F4gQqxsHTdQw3/XvbB7cPQk87 X-Received: by 10.68.143.226 with SMTP id sh2mr23636242pbb.62.1416746485728; Sun, 23 Nov 2014 04:41:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.70.31.100 with HTTP; Sun, 23 Nov 2014 04:41:05 -0800 (PST) In-Reply-To: <20141123100817.GG5774@adacore.com> References: <1408740286-29326-1-git-send-email-patrick@parcs.ath.cx> <53FF12FF.3020003@redhat.com> <53FF5534.3050209@redhat.com> <20141123100817.GG5774@adacore.com> From: Patrick Palka Date: Sun, 23 Nov 2014 12:41:00 -0000 Message-ID: Subject: Re: [PATCH] Fix the processing of Meta-key commands in TUI To: Joel Brobecker Cc: Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00567.txt.bz2 On Sun, Nov 23, 2014 at 5:08 AM, Joel Brobecker wrote: > Patrick, > >> Attached is the patch that Pedro approved, augmented with a comment >> describing the potential problem with 3+ byte sequences. I wonder if >> someone could commit this for me? > [...] >> gdb/ChangeLog: >> >> * event-top.h (call_stdin_event_handler_again_p): Declare. >> * event-top.c (call_stdin_event_handler_again_p): Define. >> (stdin_event_handler): Use it. >> * tui/tui-io.c (tui_getc): Prepare to call the stdin event >> handler again if there is pending input following a >> start sequence. > > Your patch did not apply to today's sources. The conflict was trivially > resolved, but it would be good if you could check the "master" branch > out, and rebuild, to make sure your fix was correctly pushed. Looks like the patch was correctly pushed. Thanks Joel. > > Attached is what I did push. > > Thanks for the patch. > -- > Joel