2

Possible Duplicate:
Preventing GDB from stepping into a function (or file)

I have some infrastructure C++ code (containers, memory managers etc.) and I want the debugger to never step into those methods while debugging an application issue.

I know this can be done with Visual Studio and I have used that before on other projects:

Is there a way to automatically avoiding stepping into certain functions in Visual Studio?

Is this at all possible with gdb or ddd?

Community
  • 1
  • 1
Jeroen Dirks
  • 7,705
  • 12
  • 50
  • 70
  • This is a duplicate of [this](http://stackoverflow.com/questions/1133365/preventing-gdb-from-stepping-into-a-function-or-file) question. See also [this](http://stackoverflow.com/questions/1448426/how-to-avoid-entering-librarys-source-files-while-debugging-in-qt-creator-with-g/1475262#1475262) answer. Short answer: no. – Employed Russian Nov 26 '09 at 06:52
  • The actual question is about not stepping into a specific function during a debugging session. What I am looking for is for 'blacklisting' a whole list of functions. But you are right it seems that GDB can not do it (yet). – Jeroen Dirks Nov 27 '09 at 15:17

0 Answers0