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 2021/01/13 22:47:22 UTC

[GitHub] [incubator-nuttx] yamt commented on pull request #2673: esp32: Add a gdb script to show backtrace

yamt commented on pull request #2673:
URL: https://github.com/apache/incubator-nuttx/pull/2673#issuecomment-759787885


   > @yamt for reference I have this little script that I use with the backtrace. It requires a few manual input though (copying the backtrace to a file).
   > 
   > ```shell
   > for bt in `cat $1 | cut -d':' -f3`; do
   >   xtensa-esp32-elf-addr2line -pfiaCs -e nuttx $bt
   > done
   > ```
   
   btw, can you consider to put the script somewhere in the tree? (regardless of this PR)


----------------------------------------------------------------
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