How do I skip over a portion on code while debugging with GDB

Gedare Bloom gedare at rtems.org
Tue Nov 17 18:41:09 UTC 2020


Use 'next' to step by instructions in program order ignoring their
control flow. This also will skip over function calls.

On Tue, Nov 17, 2020 at 8:54 AM Richi Dubey <richidubey at gmail.com> wrote:
>
> Hi,
>
> When I am trying to debug the tm24 test suite, there's some line of code that repeats the same code that creates a task around 100 times. Is there a way I can skip that code while debugging? Please let me know.
>
> Thanks,
> Richi.
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list