Daniel Collin

Results 324 comments of Daniel Collin

I will but in some cases it will be hard because copper debugging is like debugging a different CPU at the same time as the regular CPU. I have no...

But that wouldn't be compatible with the GDB api no?

Ah yes true. Thanks for the input. I will start with getting the basics up and running and the plan for my debugger in general is to allow people using...

I will go on implementing this as outlined in my previous post above unless someone objects.

@tonioni Thanks for the comments. Sounds good. Yes. The plan is to keep debug.c changes minimal. If we want to have close to zero changes in debug.c I suggest that...

Yeah that was pretty much my idea. It shouldn't be that many changes really.

Just wanted to let everyone know that I will be starting to work on this now.

I have one question. I need to place my ``` C remote_debug_update (); ``` call somewhere (this is to keep the update the socket, check for incoming events, etc) this...

Will do. Thanks!

Just wanted to give a update: ![gdb_session](https://cloud.githubusercontent.com/assets/350822/8936509/ffaba824-3552-11e5-9d0f-ae9b7d84c995.png) As I decided to go for implementing the GDB protocol I can of course use GDB for testing. In this screenshot gdb is...