Skip to content
Snippets Groups Projects
  1. May 18, 2021
  2. Mar 03, 2021
  3. Feb 11, 2021
  4. Mar 30, 2020
  5. Jan 15, 2020
  6. Oct 10, 2019
  7. Aug 23, 2019
  8. Aug 02, 2019
  9. Jul 18, 2019
  10. Jul 17, 2019
  11. Apr 04, 2019
  12. Jan 08, 2019
  13. Nov 28, 2018
  14. Oct 18, 2018
  15. 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
  16. Jun 29, 2018
  17. Jan 10, 2018
  18. Dec 18, 2017
  19. May 24, 2017
  20. May 19, 2017
Loading