]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb, remote: adjust debug printing
authorMarkus Metzger <markus.t.metzger@intel.com>
Mon, 24 Jun 2024 08:21:17 +0000 (08:21 +0000)
committerMarkus Metzger <markus.t.metzger@intel.com>
Mon, 3 Nov 2025 06:30:10 +0000 (06:30 +0000)
commit732ed016e23e77b9351d3c363cc13fc3082027e8
treea77416d60e1306fd3dd7e233365587770f5e0e04
parent921838d6db313817bf9eb625452dd7de67c627cb
gdb, remote: adjust debug printing

remote::wait () may get called rather frequently, polluting the logging
output with tons of

    [remote] wait: enter
    [remote] wait: exit

messages.

Similarly, remote_target::remote_notif_remove_queued_reply () will print
the debug message even if nothing was actually removed.  Change that to
only print a debug message if a stop reply was removed.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/remote.c