]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't mention "serial" in target remote description
authorTom Tromey <tromey@adacore.com>
Tue, 11 Jan 2022 18:52:33 +0000 (11:52 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 12 Jan 2022 14:43:57 +0000 (07:43 -0700)
commitae9adb365189f0f8c04aa5d7348c8e8a73a65f61
treefb0b974df81fd7d3715a8da66b4e8ad892213cbd
parent72aa81732b3aff00e5bf1f69bb794513b3b37464
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
gdb/remote.c
gdb/testsuite/gdb.multi/multi-target-info-inferiors.exp
gdb/testsuite/lib/gdb.exp