gdb: remove use of vfprintf_filtered
authorAndrew Burgess <aburgess@redhat.com>
Mon, 4 Apr 2022 12:41:49 +0000 (13:41 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 4 Apr 2022 12:41:49 +0000 (13:41 +0100)
commitedbc15e6c4f463173b25b1f8042346c2e1a78602
treeefd062897d869efaea165ae55d1722191da536ad
parentfbbb45cef5f740d0e273b0f5fe4d19a093c2bf8f
gdb: remove use of vfprintf_filtered

Commit:

  commit 60a3da00bd5407f07d64dff82a4dae98230dfaac
  Date:   Sat Jan 22 11:38:18 2022 +0000

      objdump/opcodes: add syntax highlighting to disassembler output

Introduced a new use of vfprintf_filtered, which has been deprecated.
This commit replaces this with gdb_vprintf instead.
gdb/disasm.c