Documentation | Draft: Add section "Debugging" to RTEMS documentation (!43)

Christian Mauderer (@c-mauderer) gitlab at rtems.org
Mon Aug 19 06:40:06 UTC 2024




Christian Mauderer commented on a discussion on user/debugging/gdb.rst: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/43#note_111259

 > +    
 > +#. *Debugging commands*
 > +    Once connected, the code needs to be loaded before it can be run.
 > +
 > +    .. code-block:: none
 > +
 > +        (gdb) load
 > +        (gdb) b main
 > +        (gdb) continue
 > +    
 > +
 > +Debugging with GDB & OpenOCD
 > +------------- 
 > +
 > +OpenOCD is a JTAG debugging package that interfaces to a wide of JTAG pods. JTAG
 > +is a low level high speed serial interface modern processors provide as a means

I think your new version is better readable. Thank you.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/43#note_111259
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240819/3d70c639/attachment.htm>


More information about the bugs mailing list