Page 1 of 1

Network GDB for OSX

Posted: Fri Mar 27, 2015 2:19 pm
by John.Ohl
I was just curious if there were any plans or a timeline available on when network GDB would be included /w NBEclipse for OSX.

I was able to get it working by re-building the m68k-elf manually (it took me a lot of googling to find the a similar version as the windows one)... As you can see from the screenshot it works just fine. Although, I can't seem to get it to work /w the NBEclipse GUI - I couldn't locate the source java files for the NBEclipse plugins.

If anyone else is interested in how I got it working/compiled just let me know and I'll write out the instructions on it.

Re: Network GDB for OSX

Posted: Fri Mar 27, 2015 4:42 pm
by pbreed
Elicpse based network debugging works out of the box with on OSX....

If this does not work for you with the OSX tools install open a support ticket... this has worked from the first day of our OSX tools release.

Re: Network GDB for OSX

Posted: Fri Mar 27, 2015 5:04 pm
by Forrest
Welp,

Paul came in to ask about this and I gave him the wrong answer. You are correct, debugging is not in the OSX release. I'm not entirely sure why it's not in the OSX release, as the gdb build requires no modification to the source. Seeing that you have the command line working, I may be able to get the NBEclipse side of things working as well. It's friday at 5pm, so next week I'll get back to this post and see if we can get this feature working.

Forrest

pbreed wrote:Elicpse based network debugging works out of the box with on OSX....

If this does not work for you with the OSX tools install open a support ticket... this has worked from the first day of our OSX tools release.

Re: Network GDB for OSX

Posted: Fri Mar 27, 2015 10:02 pm
by John.Ohl
Fantastic! I can't express how awesome it'd be to have it! Would make debugging significantly easier!

Re: Network GDB for OSX

Posted: Thu Apr 02, 2015 12:55 pm
by John.Ohl
Forrest,

Thought I'd take a moment to check in and see if you had a chance to take a look at it? Let me know if you guys need any help! ;-)

Re: Network GDB for OSX

Posted: Wed Jul 22, 2015 8:11 pm
by yibbidy
I'd also like to see GDB working for Mac OS X.

I also built GDB, version 7.5.1 which works fine too. I picked that version as it's the same for an existing Codesourcery Coldfire toolchain that I have on linux.

I was thinking of interfacing to it with DDD or Insight debuggers but it would be much better to have it working on Eclipse.

What is involved to make this work on Eclipse?

Regards, Shaun

Re: Network GDB for OSX

Posted: Thu Jul 30, 2015 1:58 pm
by Forrest
I now have network debugging working on my macbook. Unfortunately, there are some software fixes to make this work, so it's not a matter of just changing some settings. These changes will be in the next release (2.7.4), which is looking to be 4-6 weeks out.

The next release will include gdb 7.9.1 on the osx release, and NBEclipse + GDB will work out of the box.

Re: Network GDB for OSX

Posted: Fri Mar 18, 2016 10:30 am
by John.Ohl
Any update on this? Doesn't appear to be working in 2.7.4 or 2.7.5.

Thanks!!

Re: Network GDB for OSX

Posted: Mon Mar 28, 2016 2:30 pm
by Forrest
Hello,
The backend work is in place in 2.7.5. ie, if you have your own m68k-elf-gdb in the bin directory and you try to debug in NBEclipse, it should work.

I just tested 2.8.0 (new upcoming beta) and it works. In 2.8, gcc5.2 was built in to the release, and includes the OSX gdb version.
John.Ohl wrote:Any update on this? Doesn't appear to be working in 2.7.4 or 2.7.5.

Thanks!!