From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc] Add uiout param to libgdb functions Date: Mon, 17 Sep 2001 21:24:00 -0000 Message-id: <3BA6CC8B.9020104@cygnus.com> References: <3B9A4BF2.6030209@cygnus.com> X-SW-Source: 2001-09/msg00213.html I've checked this in. Andrew > 2001-09-07 Andrew Cagney > > * thread.c (do_captured_thread_select): Add uiout parameter. > (do_captured_list_thread_ids): Ditto. > * breakpoint.c (do_captured_breakpoint_query): Ditto. > > * breakpoint.c (gdb_breakpoint_query): Update. Use > catch_exceptions. > * thread.c (gdb_list_thread_ids): Ditto. > (gdb_thread_select): Ditto. > (thread_command): Pass uiout to gdb_thread_select. > > * gdb.h (gdb_breakpoint_query): Add parameter ui_out. > (gdb_thread_select, gdb_list_thread_ids): Ditto. > > Index: mi/ChangeLog > 2001-08-12 Andrew Cagney > > * mi-main.c (mi_cmd_thread_select): Pass uiout to > gdb_thread_select. > (mi_cmd_thread_list_ids): Pass uiout to gdb_list_thread_ids. > > * mi-cmd-break.c (breakpoint_notify): Pass uiout to > gdb_breakpoint_query. > >