This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] Delete interp_exec_p


Pedro Alves writes:
 > [...]
 > I considered whether it would be a cleaner to not install
 > a exec_proc hook.   But I think it'd be just as good to
 > have gdbtk_interpreter_exec itself return the error
 > instead of returning exception_none.
 > 
 > > Regression tested on amd64-linux.
 > > 
 > > Ok to check in?
 > > 
 > > 2013-11-12  Doug Evans  <dje@google.com>
 > > 
 > >     	* interps.h (interp_exec_p): Delete.
 > >     	* interps.c (interp_exec_p): Delete.
 > >     	(interp_exec): Update.  Assert interp->procs->exec_proc != NULL.
 > >     	* mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
 > 
 > Looks good to me.

Thanks.
Committed.


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