From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15927 invoked by alias); 19 Dec 2007 13:41:24 -0000 Received: (qmail 15915 invoked by uid 22791); 19 Dec 2007 13:41:23 -0000 X-Spam-Check-By: sourceware.org Received: from s200aog12.obsmtp.com (HELO psmtp.com) (207.126.144.126) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 13:41:01 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob012.postini.com ([207.126.147.11]) with SMTP; Wed, 19 Dec 2007 13:40:57 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 8972FDAAC for ; Wed, 19 Dec 2007 13:40:56 +0000 (GMT) Received: from mail2.cro.st.com (mail2.cro.st.com [164.129.40.132]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D6A624C019 for ; Wed, 19 Dec 2007 13:40:55 +0000 (GMT) Received: from crx595.cro.st.com (crx595.cro.st.com [164.129.44.95]) by mail2.cro.st.com (MOS 3.7.5a-GA) with ESMTP id CKB87435 (AUTH "denis pilat"); Wed, 19 Dec 2007 14:40:54 +0100 (CET) Message-ID: <47691F62.4000404@st.com> Date: Wed, 19 Dec 2007 13:52:00 -0000 From: Denis PILAT User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: gdb-patches Subject: Re: [RFA] TUI do not display current execution point References: <47691CE9.9020302@st.com> In-Reply-To: <47691CE9.9020302@st.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-12/txt/msg00301.txt.bz2 I forgot the ChangeLog entry, here it is with a better format for the patch: -- Denis 2007-12-19 Denis Pilat * tui/tui-data.h: MAX_LOCATOR_ELEMENT_LEN defined to PATH_MAX. Index: tui-data.h =================================================================== --- tui-data.h (revision 615) +++ tui-data.h (working copy) @@ -196,7 +196,7 @@ struct tui_command_element }; -#define MAX_LOCATOR_ELEMENT_LEN 100 +#define MAX_LOCATOR_ELEMENT_LEN PATH_MAX /* Elements in the locator window content. */ struct tui_locator_element