Skip to content

Upload methods should have a way to specify whether the debugger halts/resets on connect #25

Open
@multiplemonomials

Description

@multiplemonomials

Currently, the different suupported GDB servers do different things on connection:

  • Some reset the chip, while others don't
  • Some halt the chip, while others don't

To the extent possible, we should standardize this behavior and allow users to select what they want. Maybe make a number of different gdbserver targets such as gdb-halt-reset, gdb-reset, gdb-halt, and gdb-continue? It could also be a CMake variable but I think having the targets available might make things more convenient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TaskNot a bug per se, just something that needs to be doneUsabilityThis makes Mbed harder to use, and needs to be cleaned up.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions