diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-25 21:54:16 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-25 21:54:16 +0000 |
commit | 4196f325308032e069e6ab937b086f9602d21b14 (patch) | |
tree | 68b0dfb6f3b319cf2231c8006090835edf5a6d8a /gdb/testsuite | |
parent | bbf96e4eef9eddce8e421bf9a004e7916c5ef95d (diff) | |
download | gdb-4196f325308032e069e6ab937b086f9602d21b14.zip gdb-4196f325308032e069e6ab937b086f9602d21b14.tar.gz gdb-4196f325308032e069e6ab937b086f9602d21b14.tar.bz2 |
* gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
for 'set print symbol' change.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.trace/unavailable.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9b8afca..c09f5a1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-05-25 Maciej W. Rozycki <macro@codesourcery.com> + + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update + for 'set print symbol' change. + 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and diff --git a/gdb/testsuite/gdb.trace/unavailable.exp b/gdb/testsuite/gdb.trace/unavailable.exp index ca2e9eb..60bb41b 100644 --- a/gdb/testsuite/gdb.trace/unavailable.exp +++ b/gdb/testsuite/gdb.trace/unavailable.exp @@ -475,7 +475,7 @@ proc gdb_collect_globals_test { } { with_test_prefix "collect globals" { "non collected const string is still printable" gdb_test "print g_string_p" \ - " = $hex \"hello world\"" \ + " = $hex <g_const_string> \"hello world\"" \ "printing constant string through collected pointer" gdb_test "print g_string_unavail" \ |