(Ada) do not print Ada task names in quotes in "info tasks" output
authorJoel Brobecker <brobecker@adacore.com>
Tue, 17 Sep 2019 18:27:55 +0000 (13:27 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 17 Sep 2019 18:27:55 +0000 (14:27 -0400)
commit743321899674e03cf572fcfeb6c7705aded7c9a5
tree4129c52dc091ae5d1008e7d449529fd45d34a85f
parentf2f24aa9c438e540fd751690f52dbcbf5e5b8aa6
(Ada) do not print Ada task names in quotes in "info tasks" output

A recent change enhanced a couple of notifications about Ada tasks to
include the task's name in addition to the task's number. That change
also modified the output of the "info tasks" when printing the detailed
information of one given task. I believe this change was unintentionally
left over from the initial version after it was decided that quoting
the task's name should not be done. This patch therefore undoes this
part of the patch.

gdb/ChangeLog:

        * ada-tasks.c (info_task): Remove quoting of the task's name.

Tested on x86_64-linux, with both the official testsuite as well as
AdaCore's testsuite.
gdb/ChangeLog
gdb/ada-tasks.c
This page took 0.052527 seconds and 4 git commands to generate.