Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
    • Andrej Shadura's avatar
      Force allocating a PTY when running gdbserver · 3fd44401
      Andrej Shadura authored
      
      A gdbserver may be running left over from a previous debug session.
      It will still be listening on the TCP port, preventing a new instance
      from starting, so we need to kill it.
      
      However, if we allocate a PTY when spawning it, it will die once the
      session ends.
      
      For some reason, with get_pty=True, the gdbserver’s output is coming
      from stdout, not stderr.
      
      Apertis: T4463
      
      Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
      3fd44401
  2. Jun 29, 2018
  3. Jan 10, 2018
  4. Dec 18, 2017
  5. May 24, 2017
  6. May 19, 2017
  7. May 16, 2017
  8. May 15, 2017
  9. May 08, 2017
  10. May 03, 2017
  11. Mar 30, 2017
  12. Mar 17, 2017
  13. Mar 10, 2017
  14. Jan 30, 2017
  15. Jan 04, 2017
  16. Dec 23, 2016
  17. Dec 21, 2016
  18. Dec 16, 2016
Loading