I've modified geanydebug 0.0.1 so that it can open big endian elf files. I've tested my changes on x86_64 and powerpc (PlayStation3) running Ubuntu 8.10. All that needed to be changed we reading the elf type correctly for the different endians. Once that was fixed so far everything else has just worked.
Regards,
Cameron
On Fri, 26 Dec 2008 23:37:20 +1300, Cameron Hart cam@bitshifter.net.nz wrote:
Hi,
I've modified geanydebug 0.0.1 so that it can open big endian elf files. I've tested my changes on x86_64 and powerpc (PlayStation3) running Ubuntu 8.10. All that needed to be changed we reading the elf type correctly for the different endians. Once that was fixed so far everything else has just worked.
cool, I think we can accept these changes. But for some reason the patch doesn't apply against latest SVN. Cameron, could you please create the patch against the SVN version? Please note that the plugin has been renamed recently.
Furthermore, I'd like to ask you to follow the existing coding style in the plugin so the whole code doesn't clutter too much and it stays easier to read. Thanks.
Regards, Enrico
I've attached an updated patch file which works against the current trunk version of geanygdb.
I thought I had followed the coding style in the existing plugin, although it looks like it has changed a little between the tar version I originally created the patch against and the current SVN version. If there's any stylistic things you'd like me to change please let me know more specifically.
Regards, Cameron.
Enrico Tröger wrote:
On Fri, 26 Dec 2008 23:37:20 +1300, Cameron Hart cam@bitshifter.net.nz wrote:
Hi,
I've modified geanydebug 0.0.1 so that it can open big endian elf files. I've tested my changes on x86_64 and powerpc (PlayStation3) running Ubuntu 8.10. All that needed to be changed we reading the elf type correctly for the different endians. Once that was fixed so far everything else has just worked.
cool, I think we can accept these changes. But for some reason the patch doesn't apply against latest SVN. Cameron, could you please create the patch against the SVN version? Please note that the plugin has been renamed recently.
Furthermore, I'd like to ask you to follow the existing coding style in the plugin so the whole code doesn't clutter too much and it stays easier to read. Thanks.
Regards, Enrico
Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
On Sun, 04 Jan 2009 16:33:43 +1300, Cameron Hart cam@bitshifter.net.nz wrote:
I've attached an updated patch file which works against the current trunk version of geanygdb.
Committed, thanks.
Regards, Enrico