Changes between Version 2 and Version 3 of ZynqGDBDebug
- Timestamp:
- Jun 14, 2018, 12:25:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZynqGDBDebug
v2 v3 25 25 (gdb) target remote <zynq IP><port number> 26 26 }}} 27 28 At this point you can run your gdb commands like "bt" to get the stack trace.