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]

[PATCH 0/7] PR gdb/15224 should "set history save on" by default


Hi,

Here is the proposed patch series of 'set history save on' by default
A thread has been discussed here http://sourceware.org/ml/gdb-patches/2013-04/msg00067.html




Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.15497
diff -u -p -r1.15497 ChangeLog
--- ChangeLog    1 May 2013 14:54:18 -0000    1.15497
+++ ChangeLog    6 May 2013 09:33:22 -0000
@@ -1,3 +1,16 @@
+2013-05-06  Muhammad Bilal  <mbilal@codesourcery.com>
+
+    PR gdb/15224
+    * top.c (init_main): Modified write_history_p.
+    (quit_force): Add condition input_from_terminal_p.
+    (command_line_input): Unify interactivity tests to
+    use input_from_terminal_p.
+
+    * cli/cli-setshow.c (do_set_command): set history filaname
+    with absolute patch.
+
+    * NEWS: Updated.
+


Thanks,
-Bilal


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