Author Topic: Gdb work with openocd in pipe mode,but in C::B ,some message seems missing ?  (Read 36621 times)

Offline jjingwer

  • Multiple posting newcomer
  • *
  • Posts: 13
So  I think terminal  in   C::B  do not  have  enough  buffer or  cache  .
But  I  am not  Familiar with the code  about C::B.
« Last Edit: October 14, 2020, 07:49:49 am by jjingwer »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
I do not understand how a child process of gdb can be affected by anything what is going on in codeblocks. It is a separate process...

Can you try the network option, and see if this works?


I will try to replicate your problem, but this will take some time, i have to set up the whole opneocd thing and my electronics setup first...
« Last Edit: October 14, 2020, 10:15:44 am by BlueHazzard »

Offline jjingwer

  • Multiple posting newcomer
  • *
  • Posts: 13
@BlueHazzard

Thank you  for  doing  so much , it  works  well  through  tcp connection ,  but  I  can not  find   plugins for  Openocd .
In  fact ,   I  use  tcp connection  before,  but  I  can not  find  plugins for  Openocd , So  I  tryied to   use  it   in  pipe  mode.