This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debugging on ARM Base FVP

Hello,

I would like to know how do I attach gdbserver to my ARM Base FVP for debugging. All tutorials online explain using DS-5. I would like to use gdb since I am more comfortable with it. I already enabled networking on my FVP.

Thanks for your help!

Best regards,

Mohannad Ismail

Parents
  • Hello Ronan,

    I finally got it to work! It was a silly mistake from my end. Thanks to your blog, I noticed the bp.hostbridge.userNetPorts parameter in my script did not include an extra port for connecting the gdb server. It only had the ssh port. I am able to hook to it successfully now. I am so frustrated I never noticed this earlier! 

    Thank you very much for your help!

    Best regards,

    Mohannad Ismail

Reply
  • Hello Ronan,

    I finally got it to work! It was a silly mistake from my end. Thanks to your blog, I noticed the bp.hostbridge.userNetPorts parameter in my script did not include an extra port for connecting the gdb server. It only had the ssh port. I am able to hook to it successfully now. I am so frustrated I never noticed this earlier! 

    Thank you very much for your help!

    Best regards,

    Mohannad Ismail

Children