Daniel Collin

Results 324 comments of Daniel Collin

Hi. I'm really sorry for the lack of updates on this. One of the reasons is that I decided to switch UI system for my debugger (ProDBG) and that has...

I have started to bring back local remote debugging changes to FS-UAE here https://github.com/emoon/fs-uae I hope to have some more info/example done next week.

I have now added my local changes to my fork of fs-uae. Also here is a tutorial of how to use it. As stated before this is super early but...

Hi, So almost all code (except some small hooks in the rest of the code calling this) is located here https://github.com/emoon/fs-uae/tree/master/src/remote_debug The debug protocol is based on the GDB serial...

Also the code in https://github.com/emoon/fs-uae/tree/master/src/remote_debug is quite much WIP and could need a bunch of cleanup and error checking added to it. I haven't done much of it as it...

No, I looked at GDB serial protocol (which is somewhat working already) as many debuggers already have GDB wrappers implemented and thus it would work "out of the box" for...

@prb28 I parse the debug info inside the debugger (which is what most debuggers will do) my code for this is here https://github.com/emoon/ProDBG/blob/master/src/addons/amiga_uae_plugin/src/debug_info.rs When running an executable in remote_debug.cpp this...

Hi. Thanks for the report. Could you try to make a PR with this change? As I have some CI running for non-Windows platforms it should report if something goes...

Yeah. It may be a directory that gets populated later and things like that.

What errors are you seeing? Could you please include the errors generated here.