English Amiga Board


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

 
 
Thread Tools
Old 15 June 2018, 17:40   #41
alkis
Registered User
 
Join Date: Dec 2010
Location: Athens/Greece
Age: 53
Posts: 719
Oh man this is so cool. How is the host communicating with amiga? Tcp, serial something else?
alkis is offline  
Old 15 June 2018, 19:25   #42
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
Quote:
Originally Posted by alkis View Post
Oh man this is so cool. How is the host communicating with amiga? Tcp, serial something else?
I'm using TCP with port 2345 as default.
  1. To remote debug on the Amiga you only have to transfer the binary to the Amiga (which is usually a post build copy command).
  2. Then start on the Amiga 'bgdbserver <program>'
  3. Now on Linux/Cygwin:
    m68k-amigaos-gdb <program>
    target remote :2345
And the program get's loaded and is waiting for your commands.
bebbo is offline  
Old 17 June 2018, 14:19   #43
cla
dev
 
cla's Avatar
 
Join Date: Aug 2014
Location: Copenhagen
Age: 48
Posts: 65
Send a message via ICQ to cla
Looking forward to having the last 3 IN PROGRESS resolved ! Who would believe it could be possible a few year ago ?!!! :-)
cla is offline  
Old 17 June 2018, 20:02   #44
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
I started a new thread: http://eab.abime.net/showthread.php?t=93055
bebbo 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? MartinW Coders. C/C++ 10 03 January 2018 20:59
Debugging over Serial-Port sigma63 support.WinUAE 1 14 March 2016 19:02
Remote C/C++ debugging? alkis Coders. C/C++ 1 03 January 2014 12:17
Remote GDB debugging copse support.WinUAE 6 31 August 2011 01:05
The enemy at the end of a level - strategies Rick Dangerous support.Games 6 05 May 2006 12:58

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 01:58.

Top

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