From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by sourceware.org (Postfix) with ESMTPS id 9B3EC3858D1E for ; Wed, 4 May 2022 22:06:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B3EC3858D1E Received: by mail-qk1-x72c.google.com with SMTP id f186so1985885qke.8 for ; Wed, 04 May 2022 15:06:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vcGJJ2W2gZp8diWqEwccEol0CzLAzwEjinnXjHgg+qE=; b=AwSBPYU6n0nmKSKpO1eVOvMQQB9fLLffeMeoKzTtZrIUjAScPhvonNHCVAL5smV0cu yvUiqdFwrKoY+ZyVLV4Vfu3cg4sDJrRCbUX8HbKcq0ZVi8q/nTcwWIPaO8+WjGVcJ1lR L9ufVd1hlx7YG7ZH5G25aSXCoRn+hEdzSlqsAZ8uUEcS/YKoZIEv0S3QAnjzeK6gAkzB Bj05foWX4Ivn6gH64G+eR0h5ItuK71pDaJwJROKdZHoMwKgQDrqC3OFB241yah98kuuj lzwpFzFffCHtHmSTO6lZSZCNwne+TRlFgz71wA1+eem1Eh8slCjxQAOpRfkXBNC0X4AU qztw== X-Gm-Message-State: AOAM530jY773+blIXj/qnyx+3fKuuhWG6mWg/ShmAhwQcrSzkiIjnDFm wwlGdQyhsEAPrFzOIhXAH7OLQN36OTu2F81POJI= X-Google-Smtp-Source: ABdhPJwhtA7rq8wQjfJEraShEIpXc9Ch79FrEsSpUDAf80OXszoASh33f3Y19B/o3ytdRnm5vnyamRJWW1BTHttWXiA= X-Received: by 2002:a37:b3c2:0:b0:69f:8e78:b6ea with SMTP id c185-20020a37b3c2000000b0069f8e78b6eamr17133239qkf.88.1651701980953; Wed, 04 May 2022 15:06:20 -0700 (PDT) MIME-Version: 1.0 References: <20220223212617.909465-1-simon.marchi@polymtl.ca> <20220223212617.909465-2-simon.marchi@polymtl.ca> In-Reply-To: From: Dominik Czarnota Date: Thu, 5 May 2022 00:04:01 +0200 Message-ID: Subject: Re: [PATCH 2/2] gdb/linux-tdep: move "Perms" column right To: Simon Marchi Cc: John Baldwin , gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2022 22:06:23 -0000 Hey, I can see this change in latest release 12.1 but it is not noted in the changelog e.g. on https://www.sourceware.org/gdb/. Can we maybe still add it on the release changelog? Could be sth like: - The 'info proc mappings' command will now display a column with memory protections (similar as present in the proc filesystem /proc/$pid/maps file on Linux) Thanks, Dominik On Thu, 24 Feb 2022 at 13:29, Simon Marchi wrote: > > > Yeah, it looks good to me. Thanks a lot for taking care of this. > > Thanks, pushed. > > Simon