English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. C/C++

 
 
Thread Tools
Old 16 November 2013, 11:01   #1
alkis
Registered User
 
Join Date: Dec 2010
Location: Athens/Greece
Age: 53
Posts: 719
Remote C/C++ debugging?

Hi.

I came across http://vincent.riviere.free.fr/soft/m68k-atari-mint/

And the interesting bit (for me) is:
Quote:
Quick HOWTO for remote debugging using Cygwin and ARAnyM:
Let say that your ARAnyM IP address is 192.168.0.2, and you want to debug an executable named hello using the TCP port 4444. Any unused port between 1024 and 65535 can be used.
Make sure TCP/IP works between Cygwin and ARAnyM (check with ping in both directions).
Compile hello with debug information: m68k-atari-mint-gcc hello.c -o hello -g
Keep the executable with debug information on Cygwin, and put a copy (or stripped copy) into ARAnyM (or better: use HOSTFS).
On ARAnyM, run the command gdbserver :4444 hello
gdbserver will start hello in suspended mode and will wait for incoming connections. No further action will be required on the ARAnyM side (except looking at the program output).
On Cygwin, run the command m68k-atari-mint-gdb hello.
At the (gdb) prompt, type target remote 192.168.0.2:4444
On both sides, the message "Remote debuggin using..." will be displayed.
On Cygwin, use gdb as usual. Put a breakpoing using b main. Then type cont (instead of run), because the remote process has already been started remotely.
Debugging can be more user-friendly !
Run m68k-atari-mint-gdb with the --tui option to enable full-screen source debugging.

You can even use the graphical debugger ddd for remote debugging MiNT programs.

On Cygwin, install the ddd package.
On ARAnyM, run gdbserver as described above.
On Cygwin, start X-Window with the command startx.
In the xterm window, type ddd --debugger m68k-atari-mint-gdb hello
In the ddd command window, type the target remote... command.
Use ddd as usual !
So...anyone attempted/failed/achieved this or something similar to this on Amiga? What's missing to have this?
alkis is offline  
Old 03 January 2014, 12:17   #2
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,187
The Code PRobe debugger on SAS/C does something similar.
Samurai_Crow is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Debugging and JIT issues copse support.WinUAE 4 01 April 2012 05:50
Serial debugging while booting jman Coders. General 1 25 March 2012 03:02
Remote GDB debugging copse support.WinUAE 6 31 August 2011 01:05
Help debugging a faulty CD32 UberFreak support.Hardware 0 23 October 2009 03:29
Enforcer debugging tool M&F support.WinUAE 0 21 May 2002 22:53

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:20.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06556 seconds with 13 queries