Skip to content
  • ck's avatar
    Inferior interruption handling changes · 0d3709c3
    ck authored
    On UNIX, use SIGINT to interrupt the child, as the remote debugger's
    -exec-interrupt does so as well.
    On Windows, we get a SIGTRAP which we cannot influence.
    As we currently do not know on which OS a remote debuggee is running,
    accept either signal in that mode.
    
    Reviewed-By: ossi
    0d3709c3