2007-04-16 Denis Pilat <denis.pilat@st.com>
* gdb.base/setshow.exp: Reset height after having set it to 100.
This commit is contained in:
parent
5d3e9c8525
commit
7d90fdfa95
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-04-16 Denis Pilat <denis.pilat@st.com>
|
||||
|
||||
* gdb.base/setshow.exp: Reset height after having set it to 100.
|
||||
|
||||
2007-04-16 Denis Pilat <denis.pilat@st.com>
|
||||
|
||||
* gdb.mi/mi2-stack.exp: update from mi-stack.exp.
|
||||
|
|
|
@ -155,6 +155,8 @@ gdb_test "show environment FOOBARBAZ" "FOOBARBAZ = grbxgrbxgrbx.*" "show enviro
|
|||
gdb_test "set height 100" "" "set height 100"
|
||||
#test show height 100
|
||||
gdb_test "show height" "Number of lines gdb thinks are in a page is 100..*" "show height"
|
||||
# back to infinite height to avoid pagers
|
||||
gdb_test "set height 0" "" ""
|
||||
#test set history expansion on
|
||||
gdb_test "set history expansion on" "" "set history expansion on"
|
||||
#test show history expansion on
|
||||
|
|
Loading…
Reference in a new issue