From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118318 invoked by alias); 4 Aug 2019 16:23:03 -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 118310 invoked by uid 89); 4 Aug 2019 16:23:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:142 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Aug 2019 16:23:01 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1huJHf-0005In-S1; Sun, 04 Aug 2019 12:22:59 -0400 Received: from [176.228.60.248] (port=3689 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1huJHf-0000R0-9O; Sun, 04 Aug 2019 12:22:59 -0400 Date: Sun, 04 Aug 2019 16:23:00 -0000 Message-Id: <83zhkodhnw.fsf@gnu.org> From: Eli Zaretskii To: Philippe Waroquiers CC: gdb-patches@sourceware.org In-reply-to: <20190804151051.3356-1-philippe.waroquiers@skynet.be> (message from Philippe Waroquiers on Sun, 4 Aug 2019 17:10:51 +0200) Subject: Re: [RFAv2] Output the Ada task name in more messages, output task names between "". References: <20190804151051.3356-1-philippe.waroquiers@skynet.be> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00092.txt.bz2 > From: Philippe Waroquiers > Cc: Philippe Waroquiers > Date: Sun, 4 Aug 2019 17:10:51 +0200 > > gdb/ChangeLog > 2019-08-04 Philippe Waroquiers > > * NEWS: Announce that Ada task names are now shown at more places, > and between quotes. > * gdb/ada-tasks.c (task_to_str): New function. > (display_current_task_id): Call task_to_str. > (task_command_1): Likewise. > (info_task): Output quotes around task name. > (print_ada_task_info): In non-mi mode, Properly align headers and data > when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR). > > gdb/doc/ChangeLog > 2019-08-04 Philippe Waroquiers > > * gdb.texinfo (Ada Tasks): Tell the task name is printed, update > examples. > > 2019-08-04 Philippe Waroquiers > > * gdb.ada/rdv_wait.exp: Update to new task names. > * gdb.base/task_switch_in_core.exp: Likewise. > * gdb.base/info_sources_base.c: Likewise. Thanks, the documentation parts look OK.