Hello Adam, I was wondering if you know of any issues of mri with gdb in windows8, Im trying to debug one app that uses the official rtos from mbed but my gdb doesnt seem to connect with the target. I tested with the TCPSocket_HelloWorld sample without success, the app seems to break after the mriInit but when gdb fires it shows only
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
I still have to test your other code samples without the mbed-rtos sources.
As soon as I get it to work with gdb I'll be working on a howto for the visualstudio 2012 integration by means of wingdb, we develop realtime apps for a lot of different platforms and I frankly prefer VS ide for all my gcc stuff.
Salu2
I have written a debug stub which allows gdb to attach and debug code running on the mbed 1768 device. I am calling this project MRI, Monitor for Remote Inspection.
It already supports the basics:
Some of the additional things that will be added for the alpha version:
I would love to get the community's feedback on this project. Especially in these areas:
Thanks for your time. I appreciate it!
-Adam