This is the mail archive of the gdb-prs@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]

[Bug gdb/16999] HISTSIZE behavior should match Bash's


https://sourceware.org/bugzilla/show_bug.cgi?id=16999

patrick at parcs dot ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from patrick at parcs dot ath.cx ---
The next version of GDB will no longer read HISTSIZE at all because doing so
causes more problems than it solves.  Instead GDBHISTSIZE is read for the same
purpose.  And for good measure, the behavior of GDBHISTSIZE will match how bash
reads HISTSIZE, so setting GDBHISTSIZE to -1 will cause GDB's history size to
be unlimited.

Hope these changes are sensible.  Let us know if you disagree.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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