开发者

gdb over serial port using ppp

I would like use GDB server over serial port (as i don't have network port)on my Linux embedded board for appl开发者_开发百科ication debugging? I think i need to have following things in my code..

  1. GDB server module
  2. PPP(want to use over serial port and i am not sure it is module or application kind of thing which can be used by other application, in our case GDB server)
  3. Driver for serial port

Can anyone explain how GDB server uses PPP which in turn uses serial driver? What are all the changes i need to make if all the above mentioned modules are individually part of my code? i.e how can interconnect all the three modules?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜