OSDN Git Service

gdb/testsuite/
authorjkratoch <jkratoch>
Mon, 11 Apr 2011 17:40:41 +0000 (17:40 +0000)
committerjkratoch <jkratoch>
Mon, 11 Apr 2011 17:40:41 +0000 (17:40 +0000)
commit2ec35f984d1ff6717e467f859a81476c3b61a401
tree48a8ec23c71f72aa165af2d122f329593784bc04
parentcf5920367f8d36ecf927ec52a1fb997d55e92ef0
gdb/testsuite/
* gdb.python/py-prettyprint.c (struct hint_error): New.
(main): New variable hint_error.
* gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
"print hint_error".
* gdb.python/py-prettyprint.py (class pp_hint_error): New.
(register_pretty_printers): Register it.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-prettyprint.c
gdb/testsuite/gdb.python/py-prettyprint.exp
gdb/testsuite/gdb.python/py-prettyprint.py