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] Remove deprecated_command_loop_hook


On 05/09/2013 6:00 PM, Andrew Burgess wrote:
> On 05/09/2013 5:31 PM, Pedro Alves wrote:
>> On 09/05/2013 05:04 PM, Andrew Burgess wrote:
>>
>>> 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
>>>
>>> 	* gdb/defs.h (deprecated_command_loop_hook): Remove, including
>>> 	references in comments.
>>> 	* gdb/interps.c (current_interp_command_loop): No longer use
>>> 	deprecated_command_loop_hook.
>>> 	(clear_interpreter_hooks): Remove deprecated_command_loop_hook
>>> 	setup.
>>> 	* gdb/top.c (deprecated_command_loop_hook): Remove.
>>
>> OK.
> 
> Committed.

Apologies, I got the filenames wrong in the above changelog entry.  I've
committed the following patch to fix them.

Once again, sorry for the mistake.
Andrew

Index: gdb/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.15982
diff -u -p -r1.15982 ChangeLog
--- gdb/ChangeLog	6 Sep 2013 08:23:46 -0000	1.15982
+++ gdb/ChangeLog	6 Sep 2013 08:25:09 -0000
@@ -11,13 +11,13 @@

 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>

-	* gdb/defs.h (deprecated_command_loop_hook): Remove, including
+	* defs.h (deprecated_command_loop_hook): Remove, including
 	references in comments.
-	* gdb/interps.c (current_interp_command_loop): No longer use
+	* interps.c (current_interp_command_loop): No longer use
 	deprecated_command_loop_hook.
 	(clear_interpreter_hooks): Remove deprecated_command_loop_hook
 	setup.
-	* gdb/top.c (deprecated_command_loop_hook): Remove.
+	* top.c (deprecated_command_loop_hook): Remove.

 2013-09-05  Pedro Alves  <palves@redhat.com>




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