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

Suraj Kumar (@the.m3chanic) gitlab at rtems.org
Sun Aug 18 17:00:22 UTC 2024




Suraj  Kumar commented on a discussion on user/debugging/gdb.rst: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/43#note_111225

 > +
 > +        gdb -iex "set auto-load safe-path /" executable
 > +    
 > +If you do not want to allow for these changes, and want to continue GDB
 > +without pretty-printing support, adding the following line to ``~/.gdbinit``
 > +will disable all forms of auto-loading and no pretty-printing will take
 > +place. It will also suppress warnings that GDB emits with regards to
 > +auto-loading paths.
 > +
 > +.. code-block:: none
 > +
 > +    set auto-load no
 > +
 > +
 > +Debugging with GDB & QEMU
 > +-------------

I don't think I follow what you are referring to? Are there repeating sections anywhere? 

If I am not wrong, I removed the `Debugging` section from underneath `Executables` and made it standalone, and wrote everything from scratch except the `JTAG` and `OpenOCD` parts. Please let me know where information is repeating so I can rectify it.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/43#note_111225
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/20240818/0247f308/attachment.htm>


More information about the bugs mailing list