Skip to content

[jtag] Add mi mode flag (RDT-290) #143

Open
@hfudev

Description

@hfudev

For now we're using string mode for gdb by default. there're two ways to support mi2 mode

  1. run gdbmiparser.parse_response to parse the output
  2. use gdbmi = GdbController() instead of bare subprocess.popen

Prefer to use the first one. make the gdb write blocking as well, like the openocd one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions