This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [rfc] Add uiout param to libgdb functions


I've checked this in.

Andrew

> 2001-09-07  Andrew Cagney  <ac131313@redhat.com>
> 
> * 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  <ac131313@redhat.com>
> 
> * 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.
> 
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]