From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7003 invoked by alias); 27 Dec 2014 14:40:28 -0000 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 Received: (qmail 6991 invoked by uid 89); 27 Dec 2014 14:40:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: nm35-vm9.bullet.mail.ir2.yahoo.com Received: from nm35-vm9.bullet.mail.ir2.yahoo.com (HELO nm35-vm9.bullet.mail.ir2.yahoo.com) (212.82.97.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 27 Dec 2014 14:40:26 +0000 Received: from [212.82.98.57] by nm35.bullet.mail.ir2.yahoo.com with NNFMP; 27 Dec 2014 14:40:22 -0000 Received: from [212.82.98.78] by tm10.bullet.mail.ir2.yahoo.com with NNFMP; 27 Dec 2014 14:40:22 -0000 Received: from [127.0.0.1] by omp1015.mail.ir2.yahoo.com with NNFMP; 27 Dec 2014 14:40:22 -0000 Received: by 212.82.98.117; Sat, 27 Dec 2014 14:40:22 +0000 Date: Sat, 27 Dec 2014 14:40:00 -0000 From: Hannes Domani Reply-To: Hannes Domani To: "gdb@sourceware.org" Message-ID: <1007829038.1780704.1419691186453.JavaMail.yahoo@jws11139.mail.ir2.yahoo.com> In-Reply-To: <83lhltkwo4.fsf@gnu.org> References: <83lhltkwo4.fsf@gnu.org> Subject: Re: building gdb with TUI support on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00046.txt.bz2 Hello Eli Zaretskii schrieb am 15:14 Samstag, 27.Dezember 2014: > > Date: Sat, 27 Dec 2014 15:52:16 +0200 > > From: Ofir Cohen > > Cc: gdb@sourceware.org > > > > It seems like there is something wrong with the keys binding, because > > Ctrl+P - works, but up arrow doesn't > > Ctrl+D - works, but delete doesn't.. > > If that's your only problem, then the solution should be simple: find > the place where the keyboard keys are interpreted, find out what GDB > gets when you press the PC keys, and simply add them to the dispatch. You might want to check out this link (plus the comments): http://opensourcepack.blogspot.co.at/2012/02/gdb-74-with-tui-win32.html > > So either I'll get response from someone who has been there before, or I'll > > debug it myself as you suggested. > > I doubt that anyone builds GDB with TUI on Windows. I do. > AFAIR, there was a suggestion some time ago to remove TUI support altogether. So the developers don't use it at all themselves?