Skip to content
Snippets Groups Projects
  1. Jul 31, 2016
  2. Jul 29, 2016
  3. Jul 28, 2016
  4. Jul 27, 2016
  5. Jul 26, 2016
  6. Jul 25, 2016
  7. Jul 24, 2016
  8. Jul 23, 2016
  9. Jul 22, 2016
  10. Jul 20, 2016
  11. Jul 19, 2016
  12. Jul 17, 2016
  13. Jul 15, 2016
  14. Jul 12, 2016
  15. Jul 08, 2016
  16. Jul 07, 2016
  17. Jul 06, 2016
  18. Jul 05, 2016
  19. Jul 04, 2016
  20. Jul 01, 2016
  21. Jun 29, 2016
  22. Jun 28, 2016
    • Sandeep Kumar's avatar
      init if before rf, cleaning usrp blocks · 36a3d857
      Sandeep Kumar authored
      36a3d857
    • Cedric Roux's avatar
      add option --T_dont_fork to tracee (lte-softmodem, oaisim) · 3d78e5a3
      Cedric Roux authored
      The T has 2 processes: the tracee and the local tracer
      if the tracee dies (segfault or whatever) the tracee
      may still be running.
      
      So there is a third process that monitors those two others
      and kill everything when one dies.
      
      The problem is that this third process has to be the parent
      of the two others. That makes debugging the tracee with gdb
      impossible. This new option disables the third monitor process.
      3d78e5a3
Loading