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


   > > @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)
   
   It's #2679. Please take a look.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to