public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP
       [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
@ 2022-01-07 20:53 ` tromey at sourceware dot org
  2022-01-11 18:55 ` tromey at sourceware dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2022-01-07 20:53 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=9177

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Still there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP
       [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
  2022-01-07 20:53 ` [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP tromey at sourceware dot org
@ 2022-01-11 18:55 ` tromey at sourceware dot org
  2022-01-12 15:18 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2022-01-11 18:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=9177

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
https://sourceware.org/pipermail/gdb-patches/2022-January/185020.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP
       [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
  2022-01-07 20:53 ` [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP tromey at sourceware dot org
  2022-01-11 18:55 ` tromey at sourceware dot org
@ 2022-01-12 15:18 ` cvs-commit at gcc dot gnu.org
  2022-01-12 15:19 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-12 15:18 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=9177

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae9adb365189f0f8c04aa5d7348c8e8a73a65f61

commit ae9adb365189f0f8c04aa5d7348c8e8a73a65f61
Author: Tom Tromey <tromey@adacore.com>
Date:   Tue Jan 11 11:52:33 2022 -0700

    Don't mention "serial" in target remote description

    PR remote/9177 points out that "info files" mentions "serial" a couple
    of times:

        Remote serial target in gdb-specific protocol:
        Debugging a target over a serial line.

    However, often the remote target isn't really a serial connection.

    It seems to me that this text could be a bit clearer; and furthermore
    since "info files" prints the target's long description,
    remote_target::files_info doesn't really add much and can simply be
    removed.

    Regression tested on x86-64 Fedora 34.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=9177

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP
       [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-01-12 15:18 ` cvs-commit at gcc dot gnu.org
@ 2022-01-12 15:19 ` tromey at sourceware dot org
  2022-01-13 14:55 ` flash at pobox dot com
  2022-01-13 14:55 ` flash at pobox dot com
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2022-01-12 15:19 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=9177

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |12.1
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP
       [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-01-12 15:19 ` tromey at sourceware dot org
@ 2022-01-13 14:55 ` flash at pobox dot com
  2022-01-13 14:55 ` flash at pobox dot com
  5 siblings, 0 replies; 6+ messages in thread
From: flash at pobox dot com @ 2022-01-13 14:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=9177

flash at pobox dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flash at pobox dot com

--- Comment #5 from flash at pobox dot com ---
What a lovely sweet sixteen birthday present for this bug; thank you kindly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP
       [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-01-13 14:55 ` flash at pobox dot com
@ 2022-01-13 14:55 ` flash at pobox dot com
  5 siblings, 0 replies; 6+ messages in thread
From: flash at pobox dot com @ 2022-01-13 14:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=9177

--- Comment #6 from flash at pobox dot com ---
What a lovely sweet sixteen birthday present for this bug; thank you kindly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-13 14:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9177-4717@http.sourceware.org/bugzilla/>
2022-01-07 20:53 ` [Bug remote/9177] "info files" says "serial" twice when remote debugging via TCP tromey at sourceware dot org
2022-01-11 18:55 ` tromey at sourceware dot org
2022-01-12 15:18 ` cvs-commit at gcc dot gnu.org
2022-01-12 15:19 ` tromey at sourceware dot org
2022-01-13 14:55 ` flash at pobox dot com
2022-01-13 14:55 ` flash at pobox dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).