How can I force the "next" command to use breakpoints and continue instead of single instruction stepping?
"Trippi, Mike" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <5ED107A64DF3F24EAA84337F259F2A919F084104@NA-MBX-03.mgc.mentorg.com> |
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