Bug 15224

Summary: should "set history save on" by default
Product: gdb Reporter: Tom Tromey <tromey>
Component: cliAssignee: hmb <mbilal>
Status: NEW ---    
Severity: normal CC: jan, mbilal, pedro
Priority: P2 Keywords: archer
Version: unknown   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 16123, 16128, 16135, 16136, 15715, 15841, 16122    
Bug Blocks:    

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.