Bug 15224 - should "set history save on" by default
Summary: should "set history save on" by default
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: cli (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: hmb
URL:
Keywords: archer
Depends on: 16123 16128 16135 16136 15715 15841 16122
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-04 18:41 UTC by Tom Tromey
Modified: 2013-11-07 11:06 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2013-03-04 18:41:04 UTC
I think users would benefit if "set history save on" were the default.
Comment 1 Sourceware Commits 2013-11-06 13:55:13 UTC
       via  dd99d3d15a7d8f41e139dea7871c4fe44cd4b616 (commit)
      from  afa332ce951d4283519e4bca2fdf24a747c4261c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dd99d3d15a7d8f41e139dea7871c4fe44cd4b616

commit dd99d3d15a7d8f41e139dea7871c4fe44cd4b616
Author: Muhammad Bilal <mbilal@codesourcery.com>
Date:   Wed Nov 6 18:53:50 2013 +0500

    2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
    
    	PR cli/15224
    	* top.c (init_main): 'set history save on' by default.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/top.c     |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
Comment 2 Pedro Alves 2013-11-07 11:06:30 UTC
The change was reverted, because some of the dependencies aren't sorted out yet.