Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-04-11 Thread Martin Baulig
On Mon, 2008-04-07 at 09:30 +0200, Harald Krapfenbauer wrote: I understand all of the problems you have with integrating the patch. It is partly a hack (though it works of course), and I wonder if all of these problems can be solved so that integration would be possible. Would you be

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-04-07 Thread Harald Krapfenbauer
Hello Martin, I understand all of the problems you have with integrating the patch. It is partly a hack (though it works of course), and I wonder if all of these problems can be solved so that integration would be possible. Would you be willing to work on it together with me? I'm currently busy

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-04-03 Thread Martin Baulig
Hello Harald, I had a look at your remote debugging patch and unfortunately, I have some bigger problems with it. There are basically three major issues which need to be resolved before I can integrate this into the main debugger release. I.) Libbfd I don't like modifying the libbfd which is

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-03-19 Thread Harald Krapfenbauer
Hello Miguel, After discussing the license issue with our project partners, we agreed to relicense it under MIT X11 license. I've updated the source file headers and the website http://www.streamunlimited.com/vimem. We're looking forward to the integration of our code! Best regards, Harald

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-03-19 Thread Miguel de Icaza
Hello Harald! After discussing the license issue with our project partners, we agreed to relicense it under MIT X11 license. These are great news! I've updated the source file headers and the website http://www.streamunlimited.com/vimem. We're looking forward to the integration of our

[Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-03-13 Thread Harald Krapfenbauer
Hello Martin, Hello Mono community! We are currently working on a project that makes use of Mono and the Mono debugger. Now, because we deal with embedded systems, we wanted to have a resource-saving debugger. We developed a remote debugger based on MDB that follows the concept of GDB and

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-03-13 Thread Miguel de Icaza
Hello Harald, This is really cool code, and am looking forward to testing it, this is something that am sure many users will like to use. Regarding the license: The extension is available under the GNU GPL license and can be downloaded here: http://www.streamunlimited.com/vimem

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-03-13 Thread Martin Baulig
Hello Harald, just read your paper and I'm really impressed, this is some awesome news, thanks a lot for this great work ! I'm very interested in integrating this into the official MDB. Regarding your bugzilla bugs, I have really neglected bugzilla the last three months because I was so busy