aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.tui/new-layout.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.tui/new-layout.exp')
-rw-r--r--gdb/testsuite/gdb.tui/new-layout.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.tui/new-layout.exp b/gdb/testsuite/gdb.tui/new-layout.exp
index 0d49d03..883c760 100644
--- a/gdb/testsuite/gdb.tui/new-layout.exp
+++ b/gdb/testsuite/gdb.tui/new-layout.exp
@@ -71,6 +71,11 @@ set layouts \
[list h "{-horizontal asm 1 src 1} 1 status 0 cmd 1" \
{{0 0 40 15} {39 0 41 15}} \
"$hex <main>.*21.*return 0"] \
+ [list example3 "{-horizontal src 1 cmd 1} 1 status 0 asm 1" \
+ {{0 0 40 11} {0 12 80 12}} \
+ "21.*return 0.*$hex <main>"] \
+ [list example4 "src 1 status 0 {-horizontal cmd 1 regs 1} 1" \
+ {{0 0 80 11} {40 12 40 12}} ""] \
[list cmd_only "cmd 1" {} ""]]
# Helper function to verify a list of boxes.