commit | 75b36a49c1a9e6a39957fd29be652e9009525fad | [log] [tgz] |
---|---|---|
author | Clark Scheff <clark@cyngn.com> | Tue Dec 23 13:30:51 2014 -0800 |
committer | Adnan Begovic <adnan@cyngn.com> | Tue Oct 06 18:02:47 2015 -0700 |
tree | 2301c981c72d995f7e4cbe54a9b46f65a142934e | |
parent | e5b5a276e7ff8d0b68bc4b6f21fef8232855efc7 [diff] |
Add ddclient function for debugging with DDD While debugging via the CLI is great, it is nice to have the option to debug using a graphical front end. This patch adds a function for using ddd to debug native code. Simply replace gdbclient with dddclient and start debugging. Change-Id: I3d3afe08772007b11ad6e0f839868e85386340f1 Note: Requires that ddd be installed on the host PC.