]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.python/pretty-print-call-by-hand.exp
gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_command_core
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.python / pretty-print-call-by-hand.exp
index 0aeb2218f9114d1f7d43d1f9fa177aa86e350227..eb3fc9e35faf3c470da9e068616067c3abbdafe7 100644 (file)
@@ -98,6 +98,14 @@ with_test_prefix "frame print" {
        "backtrace test"
     }
 }
+
+# Test the "info frame" command
+with_test_prefix "info frame" {
+    if { [start_test "TAG: first frame"] == 0 } {
+       gdb_test "info frame" "mytype is $hex \"hello world\".*"
+    }
+}
+
 # Testing the down command.
 with_test_prefix "frame movement down" {
     if { [start_test "TAG: first frame"] == 0 } {