* gdb.trace/unavailable.exp (gdb_collect_globals_test): Update

for 'set print symbol' change.
This commit is contained in:
Maciej W. Rozycki 2012-05-25 21:54:16 +00:00
parent bbf96e4eef
commit 4196f32530
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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" \