From 269f82e5eb0aa5d5b4c1accc858f95b62bc16df4 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 13 Nov 2009 17:17:57 +0000 Subject: gdb/ChangeLog: 2009-11-13 Paul Pluzhnikov * python/py-prettyprint.c (print_string_repr): Suppress address printing testsuite/ChangeLog: 2009-11-13 Paul Pluzhnikov * gdb.python/py-prettyprint.exp: Adjust. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/py-prettyprint.exp | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'gdb/testsuite') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4296099..b6d9c79 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-11-13 Paul Pluzhnikov + + * gdb.python/py-prettyprint.exp: Adjust. + 2009-11-12 Daniel Jacobowitz * lib/cell.exp (skip_cell_tests): Clean up test files before diff --git a/gdb/testsuite/gdb.python/py-prettyprint.exp b/gdb/testsuite/gdb.python/py-prettyprint.exp index 14119f0..f8cf36d 100644 --- a/gdb/testsuite/gdb.python/py-prettyprint.exp +++ b/gdb/testsuite/gdb.python/py-prettyprint.exp @@ -99,10 +99,10 @@ proc run_lang_tests {lang} { gdb_py_test_silent_cmd "set print elements 200" "" 1 } - gdb_test "print x" " = $hex \"this is x\"" - gdb_test "print cstring" " = $hex \"const string\"" + gdb_test "print x" " = \"this is x\"" + gdb_test "print cstring" " = \"const string\"" - gdb_test "print c" " = container $hex \"container\" with 2 elements = {$nl *.0. = 23,$nl *.1. = 72$nl}" + gdb_test "print c" " = container \"container\" with 2 elements = {$nl *.0. = 23,$nl *.1. = 72$nl}" gdb_test "continue" "Program exited normally\." -- cgit v1.1