Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] mi-stack.exp
@ 2005-06-20  0:57 Nick Roberts
  2005-06-20  1:34 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Roberts @ 2005-06-20  0:57 UTC (permalink / raw)
  To: gdb-patches

2005-06-20  Nick Roberts  <nickrob@snap.net.nz>

	* gdb.mi/mi-stack.exp (test_stack_locals_listing): 
	Remove test for -stack-select-frame without arguments.
	(test_stack_frame_listing): 
	Add test for newly implemented command -stack-info-frame.


*** /home/nick/src/gdb/testsuite/gdb.mi/mi-stack.exp.~1.15.~	2005-05-18 20:18:15.000000000 +1200
--- /home/nick/src/gdb/testsuite/gdb.mi/mi-stack.exp	2005-06-19 18:49:18.000000000 +1200
***************
*** 55,60 ****
--- 55,61 ----
      # -stack-list-frames
      # -stack-list-frames 1 1
      # -stack-list-frames 1 3
+     # -stack-info-frame
  
      mi_gdb_test "231-stack-list-frames" \
  	    "231\\^done,stack=\\\[frame=\{level=\"0\",addr=\"$hex\",func=\"callee4\",file=\".*basics.c\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$line_callee4_body\"\},frame=\{level=\"1\",addr=\"$hex\",func=\"callee3\",.*\},frame=\{level=\"2\",addr=\"$hex\",func=\"callee2\",.*\},frame=\{level=\"3\",addr=\"$hex\",func=\"callee1\",.*\},frame=\{level=\"4\",addr=\"$hex\",func=\"main\",.*\}\\\]" \
***************
*** 69,74 ****
--- 70,79 ----
      mi_gdb_test "234-stack-list-frames 1" \
  	    "234\\^error,msg=\"mi_cmd_stack_list_frames: Usage.*FRAME_LOW FRAME_HIGH.*\"" \
  	    "stack frame listing wrong"
+ 
+     mi_gdb_test "235-stack-info-frame" \
+             "235\\^done,frame=\{level=\"0\",addr=\"$hex\",func=\"callee4\",file=\".*basics.c\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$line_callee4_body\"\}" \
+ 	       "selected frame listing"
  }
  
  proc test_stack_args_listing {} {
***************
*** 187,202 ****
  	    "232\\^done,locals=\\\[\\\]" \
                  "stack locals listing for new frame"
  
- # this should be a no-op
- 
-     mi_gdb_test "232-stack-select-frame" \
- 	    "232\\^done" \
-                 "stack select same frame"
- 
      mi_gdb_test "232-stack-list-locals 1" \
  	    "232\\^done,locals=\\\[\\\]" \
                  "stack locals for same frame (level 1)"
- 
  }
  
  mi_runto callee4
--- 192,200 ----


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-20  3:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-20  0:57 [PATCH] mi-stack.exp Nick Roberts
2005-06-20  1:34 ` Daniel Jacobowitz
2005-06-20  3:28   ` Nick Roberts
2005-06-20  3:00     ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox