This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog mi/mi-interp.c
- From: aburgess at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: Fri, 02 Aug 2013 10:31:41 +0000
- Subject: src/gdb ChangeLog mi/mi-interp.c
CVSROOT: /cvs/src
Module name: src
Changes by: aburgess@sourceware.org 2013-08-02 10:31:41
Modified files:
gdb : ChangeLog
gdb/mi : mi-interp.c
Log message:
Remove duplicate call to add_file_handler.
http://sourceware.org/ml/gdb-patches/2013-08/msg00067.html
This call to add_file_handler is a duplicate of one that is in
gdb_setup_readline that is always executed.
gdb/ChangeLog
* mi/mi-interp.c (mi_interpreter_resume): Remove call to
add_file_handler.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15859&r2=1.15860
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-interp.c.diff?cvsroot=src&r1=1.84&r2=1.85