• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修订版452a569eff947a21369d43cc7632c320e5b8a085 (tree)
时间2013-11-06 23:43:45
作者Muhammad Bilal <mbilal@code...>
CommiterMuhammad Bilal

Log Message

Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"

This reverts commit dd99d3d15a7d8f41e139dea7871c4fe44cd4b616.

更改概述

差异

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,10 +1,5 @@
11 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
22
3- PR cli/15224
4- * top.c (init_main): 'set history save on' by default.
5-
6-2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
7-
83 PR cli/16122
94 * top.c (command_line_input): Unify interactivity tests to use
105 input_from_terminal_p.
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1708,7 +1708,7 @@ init_main (void)
17081708 /* Set the important stuff up for command editing. */
17091709 command_editing_p = 1;
17101710 history_expansion_p = 0;
1711- write_history_p = 1;
1711+ write_history_p = 0;
17121712
17131713 /* Setup important stuff for command line editing. */
17141714 rl_completion_word_break_hook = gdb_completion_word_break_characters;