>>>>> "Manuel" == Manuel López-Ibáñez <lopeziba...@gmail.com> writes:
Manuel> It seems it will never work for statement expressions: Manuel> http://article.gmane.org/gmane.comp.gcc.devel/107339 It could be done, but it is non-trivial for sure. Manuel> I see how these small functions can quickly become annoying. Is it Manuel> really that hard to make GDB ignore some functions? There's a new "skip" feature in gdb specifically for this. It is in gdb 7.4. Tom