Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
  2. Aug 17, 2018
    • Cédric Roux's avatar
      T: bug fixes for the T cache · 475d5eb8
      Cédric 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
    • Cédric Roux's avatar
      minor: remove TABs · 40543301
      Cédric Roux authored
      40543301
  3. Aug 13, 2018
  4. Jul 30, 2018
  5. Jul 13, 2018
  6. Jul 05, 2018
  7. Apr 24, 2018
  8. Oct 11, 2017
  9. Jun 28, 2016
    • Cédric Roux's avatar
      add option --T_dont_fork to tracee (lte-softmodem, oaisim) · 3d78e5a3
      Cédric 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. Jun 23, 2016
  11. Jun 06, 2016
    • Cédric Roux's avatar
      monitor tracee and local tracer to avoid "dead" processes · e0966584
      Cédric 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. Jun 05, 2016
  13. Jun 01, 2016
  14. May 31, 2016
  15. May 25, 2016
    • Cédric Roux's avatar
      the tracee (lte-softmodem) now sends the content of T_messages.txt · 2e64d54e
      Cédric 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. May 01, 2016
  17. Apr 25, 2016
  18. Apr 11, 2016
  19. Mar 21, 2016
  20. Mar 14, 2016
Loading