- Jul 27, 2016
-
-
Cedric Roux authored
left click: enable autoscroll and go to end of list right click: disable autoscroll
-
Cedric Roux authored
to scroll by only one line, hold CONTROL key and scroll with mouse wheel
-
Cedric Roux authored
-
- Jul 12, 2016
-
-
Cedric Roux authored
-
- Jul 08, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
iqlog.c should change its name, it's too specific. This new one is more generic and should take over the name.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 28, 2016
-
-
Cedric Roux authored
-
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.
-
- Jun 24, 2016
-
-
Cedric Roux authored
we have to free memory in any case...
-
Cedric Roux authored
git status was way too noisy
-
Cedric Roux authored
-
- Jun 23, 2016
-
-
Cedric Roux authored
ctrl+c did not work when the program was not connected yet. It also didn't work if no event was received.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
And it's sent at each connection attempt. Before it was sent only once to the first tracer. Plus there was a bug (length:(len) should have been length:(send_size)).
-
Cedric Roux authored
needed because of the following commit
-
- Jun 22, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
stuff put in there is of lower quality / coding standard / whatever and serves as example to do quick debugging taks using the T infrastructure
-
Cedric Roux authored
-
Cedric Roux authored
the current version is very specific to PUSCH IQ data, where the input buffer has a special format to be rewritten cleanly at some point
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 20, 2016
-
-
Cedric Roux authored
XY_LOOP_MODE: replace old points with new ones, using the maximum size of the view XY_FORCE_MODE: append_forced sets those and only those points and we crash if we pass too much points
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 17, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
to be used in conjunction with another tracer so conceptually it's more a tracee than a tracer
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 16, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 10, 2016
-
-
Cedric Roux authored
very basic, to be refined, find a nice way to display (plot? text?) protocol data movement
-
Cedric Roux authored
to be refined, it's rough
-
- Jun 09, 2016
-
-
Cedric Roux authored
-