* gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
for 'set print symbol' change.
This commit is contained in:
parent
bbf96e4eef
commit
4196f32530
@ -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
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user