Markers: temporarily remove GDB support
[ust.git] / libust / tracectl.c
index 1487ac73a3dd0b462798c3095fceed0f44d5a4a9..bc0a07c046d26333f36ef1b19145f79c8ba53fa8 100644 (file)
@@ -113,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.022474 seconds and 4 git commands to generate.