Files
wxWidgets/misc/gdb
Vadim Zeitlin d558eda426 Remove gdb pretty printer for wxArrayString
Now that this class is based on std::vector, having a pretty printer for
it is not really useless, but actively counterproductive, as it doesn't
have the fields used by this printer and so displaying it in gdb doesn't
work at all with it, while it works just fine without it.
2025-01-20 03:36:50 +01:00
..