An error occurred fetching the project authors.
  1. 14 Jan, 2019 1 commit
    • Cedric Roux's avatar
      T: fix early logs · 0019707c
      Cedric Roux authored
      The variable T_stdout needs to be 1 at startup to avoid missing logs.
      0019707c
  2. 17 Aug, 2018 2 commits
    • Cedric Roux's avatar
      T: bug fixes for the T cache · 475d5eb8
      Cedric Roux authored
      - 'busy' has to be handled in a more atomic fashion to avoid crazy
        runtime race conditions
      - the basic simulator is too fast sometimes; rewrite the accesses to
        the T cache to avoid there again crazy behaviors
      
      Hopefully that's better...
      475d5eb8
    • Cedric Roux's avatar
      minor: remove TABs · 40543301
      Cedric Roux authored
      40543301
  3. 13 Aug, 2018 1 commit
  4. 30 Jul, 2018 1 commit
  5. 13 Jul, 2018 1 commit
  6. 05 Jul, 2018 1 commit
  7. 24 Apr, 2018 2 commits
  8. 11 Oct, 2017 1 commit
  9. 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
  10. 23 Jun, 2016 1 commit
  11. 06 Jun, 2016 1 commit
    • Cedric Roux's avatar
      monitor tracee and local tracer to avoid "dead" processes · e0966584
      Cedric Roux authored
      this may be removed at some point, it's very brutal. But when you
      write some code, it may happen (it "may"!!) that *sometimes* the
      code does not work and crashes. In thoses cases I prefer the
      local tracer (or the tracee) to go away immediately without even
      thinking about it maybe still running in the background.
      
      In case of monitoring (as opposed to debugging) maybe it's preferable
      to let the process live its life as it wants.
      
      Time will tell.
      e0966584
  12. 05 Jun, 2016 1 commit
  13. 01 Jun, 2016 1 commit
  14. 31 May, 2016 4 commits
  15. 25 May, 2016 1 commit
    • Cedric Roux's avatar
      the tracee (lte-softmodem) now sends the content of T_messages.txt · 2e64d54e
      Cedric Roux authored
      as special events.
      
      If we store all received events to a file, this dump is now
      self-contained. Helps to analyze traces.
      
      Some functions have also been factorized in the process, too much
      duplication.
      
      (Also tracer/Makefile was forgotten in previous commit, included
      in this one...)
      2e64d54e
  16. 01 May, 2016 1 commit
  17. 25 Apr, 2016 1 commit
  18. 11 Apr, 2016 1 commit
  19. 21 Mar, 2016 1 commit
  20. 14 Mar, 2016 1 commit