Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] MI parser and badly formatted mi line

Hi All
  Currently CDT-CDI mi parser is sending   all badly formatted  mi line to target console.  It treats all of such line as  MIStreamRecord. Because of this  when 'shell' commands( like 'shell ls' ) are used in gdb  console   in launch session    with  process_input_out  connected to terminal   the output from the command is lost..  Even though gdb gives the output.

Isn't it  good to send such  mi output to gdb console rather than target process console ?  Or is there any issues with this approach ?


Thanks
Shaiju.P



Back to the top