import gdb-2000-01-05 snapshot

This commit is contained in:
Jason Molenda 2000-01-06 03:07:20 +00:00
parent 1b45fe546b
commit c3f6f71df3
74 changed files with 18148 additions and 14752 deletions

View file

@ -271,7 +271,7 @@ if { $hp_aCC_compiler } {
}
}
gdb_test "next" ".*"
gdb_test "next" "t_structs_c\\(struct_val1\\);.*"
do_function_calls
return 0

View file

@ -212,6 +212,8 @@ enum colors {yellow, purple, pink} nonprimary;
enum {chevy, ford} clunker;
enum cars {bmw, porsche} sportscar;
#undef FALSE
#undef TRUE
typedef enum {FALSE, TRUE} boolean;
boolean v_boolean;
/*note: aCC has bool type predefined with 'false' and 'true'*/