apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
287 stars 539 forks source link

testing/debug: Enhancement for watch address by cmd line #2549

Closed no1wudi closed 1 month ago

no1wudi commented 2 months ago

Summary

This patch add some command line arguments for debug program, then you can use it to insert watchpoint or breakpoint to arbitrary address at runtime.

Impact

New debug feature

Testing

ESP32C3

xiaoxiang781216 commented 2 months ago

this test become useful after this patch, so it could move to apps/system.

no1wudi commented 2 months ago

this test become useful after this patch, so it could move to apps/system.

OK