From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27719 invoked by alias); 4 Jul 2014 02:41:08 -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 27674 invoked by uid 89); 4 Jul 2014 02:41:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: shell0.rawbw.com Received: from shell0.rawbw.com (HELO shell0.rawbw.com) (198.144.192.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 Jul 2014 02:41:00 +0000 Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s642exsg098559 for ; Thu, 3 Jul 2014 19:40:59 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <53B6143B.1080003@rawbw.com> Date: Fri, 04 Jul 2014 02:41:00 -0000 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "'gdb@sourceware.org'" Subject: TUI mode is messed up Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00010.txt.bz2 I see these problems in TUI mode: source window shows lines not in the right order. This happens after several next/up/down commands. Also, when the program begins to print something to the standard output, TUI window gets scrolled out from the screen, and also lines coming from debugged program are shifted to the right, like they didn't wrap around properly. Is TUI broken? Maybe it works only in some terminals and not others? I use kde konsole. Or maybe my FreeBSD port of gdb is broken? gdb-7.6.2 Yuri