Commit a0327c2
committed
Add infinite loop detection script for debugging
- Introduced a new script `run_infinite_loop_debug.sh` to automate the detection of infinite loops in the specified command execution.
- The script runs the command multiple times, checks for termination, and utilizes `lldb` for debugging if the process does not terminate as expected.
- This addition aims to enhance debugging capabilities and streamline the process of identifying infinite loops in the application.1 parent dfdb807 commit a0327c2
2 files changed
+256
-111
lines changed
0 commit comments