XuNeo opened a new pull request, #14770:
URL: https://github.com/apache/nuttx/pull/14770

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   Add arm64 support.
   
   Fixed the merging issue that removed 64bit register parser.
   Parse tcb info from elf file instead of user provided(crash log, memory dump 
or coredump) file in case user provided is corrupted.
   
   
   ## Impact
   
   New feature added, and now less error prone to corruption.
   
   ## Testing
   
   Tested with arm64 qemu generated crash log.
   
   ```bash
   python3 nuttx/tools/gdbserver.py -e build/nuttx -l crash.log -a arm64 -g 
gdb-multiarch
   ```
   
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to