How can I force the "next" command to use breakpoints and continue instead of single instruction stepping?

Trippi, Mike mike_trippi@mentor.com
Fri Oct 25 20:38:00 GMT 2013


How can I force the "next" command to use breakpoints and continue instead of single instruction stepping?

I have a case where my GDB client is sending the "next" command to do a C instruction step, and I would like my GDB client to implement that using a temporary breakpoint and a continue instead of an assembly step instruction. Is this a configurable option?

Mike Trippi



More information about the Gdb mailing list