From: Mathieu Desnoyers Date: Tue, 26 Apr 2011 21:31:35 +0000 (-0400) Subject: Markers: temporarily remove GDB support X-Git-Tag: v0.13~12 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=fe566790e6be3f27f0befd85b715a3e84977bf6c;hp=fe566790e6be3f27f0befd85b715a3e84977bf6c;p=ust.git 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 Tested-by: Jason Wessel ---