mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* gdb.mi/mi-var-child.c (do_children_tests): Initialize
struct_declarations. * gdb.mi/mi-var-child.exp: Step over the initialization of struct_declarations.
This commit is contained in:
parent
8be260b6f9
commit
6e650a6732
@ -1,3 +1,10 @@
|
||||
2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-var-child.c (do_children_tests): Initialize
|
||||
struct_declarations.
|
||||
* gdb.mi/mi-var-child.exp: Step over the initialization of
|
||||
struct_declarations.
|
||||
|
||||
2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
|
||||
|
@ -208,6 +208,7 @@ do_children_tests (void)
|
||||
int bar;
|
||||
|
||||
struct _struct_decl struct_declarations;
|
||||
memset (&struct_declarations, 0, sizeof (struct_declarations));
|
||||
weird = &struct_declarations;
|
||||
|
||||
struct_declarations.integer = 123;
|
||||
|
@ -47,6 +47,10 @@ mi_runto do_children_tests
|
||||
# #
|
||||
##### #####
|
||||
|
||||
# Step past the initialization of struct_declarations.
|
||||
set line_weird [gdb_get_line_number "weird = &struct_declarations;"]
|
||||
mi_execute_to "exec-next" "end-stepping-range" do_children_tests {} ".*${srcfile}" \
|
||||
[expr $line_weird] {} "step \$line_weird"
|
||||
|
||||
# Test: c_variable-4.2
|
||||
# Desc: create variable "struct_declarations"
|
||||
|
Loading…
Reference in New Issue
Block a user