I tried the procedure with a standard INET example, set the breakpoint before those lines that you've mentioned. No problem here.
Which version of INET are you using?
I did an upgrade of the windows MinGW GDB, since the standard version 7.4 has problems with certain breakpoints and newer features are supported since version 7.5 (e.g. display of run-time types of variables).
Try updating your MinGW GDB too. There are versions with and without Python support available. If you take a newer version with Python support, then a pretty-printers will also work.
Here are newer versions without Python support (remember to disable pretty printing under Eclipse Preferences -> C/C++ -> Debug -> GDB):
http://sourceforge.net/projects/mingw/files/MinGW/Extension/gdb/And here is a repository with newer versions, compiled with Python support:
http://sourceforge.net/projects/gdbmingw/files/You can also compile your own version of GDB for the MinGW environment with Python support, I am currently using ver 7.7.50 from the GDB repository.