Minor change to wxString pretty-printer for gdb.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 May 2012 21:37:13 +0000 (21:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 May 2012 21:37:13 +0000 (21:37 +0000)
commited4caec714eff47f39ed6fb0e7177ad8488cfab5
tree65f556a82852c4c88f59c6f80ab87259da206dee
parentf3027fae17ede01f3f2107e55d55678f5d5c5b9c
Minor change to wxString pretty-printer for gdb.

Calling string() explicitly isn't necessary, at least not with gdb 7.2, and is
actually harmful when using Python 2.5 (which doesn't support UTF-32) with
wide strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
misc/gdb/print.py