An error occurred fetching the project authors.
  1. 09 Feb, 2017 1 commit
  2. 03 Jan, 2017 1 commit
  3. 28 Jun, 2016 1 commit
    • 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
  4. 01 Jun, 2016 1 commit
  5. 31 May, 2016 2 commits
  6. 20 May, 2016 1 commit
  7. 11 May, 2016 1 commit
    • Cedric Roux's avatar
      send time in events · aacb2ff7
      Cedric Roux authored
      this calls clock_gettime for each active T macro, hopefully it
      does not eat too much CPU
      
      can be deactivated by commenting one line in T_defs.h
      aacb2ff7
  8. 11 Apr, 2016 1 commit
  9. 21 Mar, 2016 1 commit
  10. 19 Mar, 2016 1 commit
  11. 18 Mar, 2016 1 commit
  12. 15 Mar, 2016 2 commits
  13. 14 Mar, 2016 1 commit