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]

Re: [PATCH 2/2] Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]


Patrick Palka <patrick@parcs.ath.cx> writes:

Hi Patrick,

> +# A huge number (hopefully larger than INT_MAX)
> +test_histsize_history_setting "99999999999999999999999999999999999"
> "unlimited"

This test fails on some targets (32-bit?) as shown in buildbot,
https://www.sourceware.org/ml/gdb-testers/2015-q2/msg06883.html

 (gdb) show history size
 The size of the command history is 2147483647.
 (gdb) FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size

-- 
Yao (éå)


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