Markers: temporarily remove GDB support
[ust.git] / libust / tracectl.c
index 9634f2270d58790cf088ef69e39b63e664ca5956..bc0a07c046d26333f36ef1b19145f79c8ba53fa8 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
@@ -112,7 +113,10 @@ static void print_ust_marker(FILE *fp)
                        (*iter.ust_marker)->name,
                        (int)(*iter.ust_marker)->state,
                        (*iter.ust_marker)->format,
-                       (*iter.ust_marker)->location);
+                       NULL);  /*
+                                * location is null for now, will be added
+                                * to a different table.
+                                */
                ust_marker_iter_next(&iter);
        }
        unlock_ust_marker();
This page took 0.022141 seconds and 4 git commands to generate.