Does GDB support Stepping into a Specific function, say either f or g, on lines containing expressions of nested function calls such as
f(g());
similar to what Visual Studio 2010 support. Maybe a GDB script is the solution?
Does GDB support Stepping into a Specific function, say either f or g, on lines containing expressions of nested function calls such as
f(g());
similar to what Visual Studio 2010 support. Maybe a GDB script is the solution?