|
|
|
@ -121,6 +121,6 @@ gdb_test "p e" "= \{<No data fields>\}" "print object with no data fields" |
|
|
|
# Printing NULL pointers with "set print object on" |
|
|
|
|
|
|
|
gdb_test "set print object on" "" |
|
|
|
gdb_test "p acp" "= \\(C \\*\\) 0x\[a-f0-9\]+" |
|
|
|
gdb_test "p acp" "= \\(C \\*\\) ${hex}" |
|
|
|
gdb_test "p acp->c1" "\\(A \\*\\) 0x0" |
|
|
|
gdb_test "p acp->c2" "\\(A \\*\\) 0xf+" |
|
|
|
gdb_test "p acp->c2" "\\(A \\*\\) ${hex}f" |
|
|
|
|