Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 24, 2016
  3. Jun 23, 2016
  4. Jun 22, 2016
  5. Jun 20, 2016
  6. Jun 17, 2016
  7. Jun 16, 2016
  8. Jun 10, 2016
  9. Jun 09, 2016
  10. Jun 08, 2016
    • Cédric Roux's avatar
      add 'and' filter operation · 1dff773e
      Cédric Roux authored
      1dff773e
    • Cédric Roux's avatar
      add a filter to loggers · 72f56da6
      Cédric Roux authored
      events are accepted by the logger if the filter accepts them
      the filter is optional (no filter means to accept all events)
      72f56da6
    • Cédric Roux's avatar
      tick timeview/log · 63652f94
      Cédric Roux authored
      this is like timeview but the plotting is done at frame/subframe
      resolution of a given reference clock signal, let's say.
      
      The realtime information of the events is not used. It's all
      logical.
      
      It will be used to log harq processes for the moment.
      63652f94
Loading