From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Keith Seitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Don't ignore UI_OUT for print_insn Date: Tue, 21 Aug 2001 12:22:00 -0000 Message-id: <3B82B4FC.5000906@cygnus.com> References: X-SW-Source: 2001-08/msg00250.html > Hi, > > This small patch will honor the given UI_OUT for print_insn, which is > currently ignored. > > Ok? > Keith > > ChangeLog > 2001-08-21 Keith Seitz > > * printcmd.c (print_insn): Use the given stream for > output. Given GDB is moving to adding explict ui_out/ui_file parameters, honoring the ones that are already there I think is pretty obvious. Yes. Andrew