Daniel Collin

Results 324 comments of Daniel Collin

@DrMefistO I built it from source using http://crosstool-ng.org/ for Linux and I also built it for Mac by just grabbing the latest GDB source and compiling it from m68k-target. Right...

@FrodeSolheim Thanks for the heads up. I plan to work on this again during the next week.

@jens-maus I will take that into consideration but right now I will focus on the tcp socket implementation.

Hi, I started to dig in this again. When I call `debugger_boot()` (this code) ``` C++ void debugger_boot(void) { Unit *u; for (u = units; u; u = u->next) {...

@tonioni Will do. Thanks!

I just wanted to say that even if progress isn't super fast it's progressing. Here is a screenshot of my debugger ProDBG connected to FS-UAE and doing assembly stepping. ![prodbg_fs_uae](https://cloud.githubusercontent.com/assets/350822/16170065/9e6f9ebe-3545-11e6-8759-f68e3aad72a4.jpg)

@tonioni working on getting executables to launch again and I think I found one issue here: https://github.com/FrodeSolheim/fs-uae/blob/master/src/filesys.asm#L2746 ``` lea doslibname(pc),a1 jsr -$0228(a6) ; OpenLibrary moveq #2,d1 >> move.w #$FF3C,d0 bsr.w...

It just returns 1. I also tested to do a program that crashes the machine to just make sure it gets executed but doesn't seem to be. I tested the...

I can try with a crate task also in my test program to make sure it works fine there. I looked at the code in filesys.asm and it looks fine...

yeah I used full path name when testing but I will make sure to double check it.