Hello:
I write a little tool for sequentially copying a directory, but it's not the point.
The point is when I set the breakpoint at
DirList.cpp:47(inner the member fn DirList::wxDirTraverserDirs::OnDir(const wxString& dirname)),
and added a watch for param "dirname", then gdb crashed.
GDB crashing happened with C::B, but not with eclipse,
so I guess it was maybe a bug of C::B.
My environment is win xp sp2, using MinGW(GCC 4.1.1), gdb 5.2.1.
you can download the tool for testing here:
http://home.kimo.com.tw/ctm2006ctm2006/wxCpDir.7zThanks for concerned about my report.