Markers: temporarily remove GDB support
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2011 21:31:35 +0000 (17:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2011 21:31:35 +0000 (17:31 -0400)
commitfe566790e6be3f27f0befd85b715a3e84977bf6c
tree9748cf1600a3b5145037380185d152a2d451b9a5
parent332b3a18ea9e3be7ec5d65a4d75c5cf2b6a59525
Markers: temporarily remove GDB support

Remove GDB support temporarily, awaiting a better implementation that
does not require so much asm trickery. Imported the kernel LTTng code
back into UST to use C declarations for the marker structures.

The plan is to move to a SDT-based implementation (using variable
number of arguments).

This patch is required to make the MIPS port work. Tested by Jason
Wessel.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tested-by: Jason Wessel <jason.wessel@windriver.com>
doc/info/ust.texi
include/ust/marker.h
include/ust/processor.h
libust/marker.c
libust/serialize.c
libust/tracectl.c
libust/tracer.h
libust/type-serializer.c
tests/make_shared_lib/Makefile
This page took 0.024228 seconds and 4 git commands to generate.