You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/23 20:46:04 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2390: Documentation: improve debugging section

Ouss4 commented on pull request #2390:
URL: https://github.com/apache/incubator-nuttx/pull/2390#issuecomment-732416539


   I was referring to the part where we retrieve the offsets.  Loading the symbols should come after connecting to OpenOCD.
   Something like:
   ```
   > gdb 
   (gdb) target remote :3333
   (gdb) symbol-file nuttx
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org