aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.tui/basic.exp5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f4c2d30..df5f39eb 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2019-07-27 Tom Tromey <tom@tromey.com>
+ * gdb.tui/basic.exp: Add "layout asm" test.
+
+2019-07-27 Tom Tromey <tom@tromey.com>
+
* lib/tuiterm.exp: New file.
* gdb.tui/basic.exp: New file.
diff --git a/gdb/testsuite/gdb.tui/basic.exp b/gdb/testsuite/gdb.tui/basic.exp
index 61dcacb..6a664a2 100644
--- a/gdb/testsuite/gdb.tui/basic.exp
+++ b/gdb/testsuite/gdb.tui/basic.exp
@@ -39,3 +39,8 @@ Term::check_contents "list main" "21 *return 0"
# box.
setup_xfail *-*-*
Term::check_box "source box" 3 0 77 15
+
+Term::command "layout asm"
+Term::check_contents "asm window shows main" "$hex <main>"
+
+Term::check_box "asm box" 3 0 77 15