Add a gdb pretty-printer for wxFileName objects.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:24:52 +0000 (22:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:24:52 +0000 (22:24 +0000)
commita6a181a303aeebb013d5237bfc8dd8b3b12aea50
treeac823ea2178e56766ba8f4dbc6da6f12f3859862
parentc8648b64a64029ec84a2f7ee234917d1fd5f4883
Add a gdb pretty-printer for wxFileName objects.

This pretty-printer works by calling the C++ wxFileName::GetFullPath()
directly instead of interpreting the object data from gdb because this is much
simpler to do, so it can only be used when debugging live programs. If this is
a serious restriction, it would need to be changed to use gdb data access only
later.

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