Summary: | "info files" says "serial" twice when remote debugging via TCP | ||
---|---|---|---|
Product: | gdb | Reporter: | flash |
Component: | remote | Assignee: | Tom Tromey <tromey> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | flash, gdb-prs, tromey |
Priority: | P3 | ||
Version: | 6.3 | ||
Target Milestone: | 12.1 | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
flash
2006-01-23 21:38:02 UTC
Still there. 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 Fixed. What a lovely sweet sixteen birthday present for this bug; thank you kindly. What a lovely sweet sixteen birthday present for this bug; thank you kindly. |