]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tracepoint.h
2011-01-05 Michael Snyder <msnyder@vmware.com>
[thirdparty/binutils-gdb.git] / gdb / tracepoint.h
index 875966cd2c64fc515bb08fd996b9da480421d3a6..ecde64dd3041b4c697f0e1414e8764ac229cdcc4 100644 (file)
@@ -139,7 +139,8 @@ struct uploaded_tp
   /* String that is the encoded form of the tracepoint's condition.  */
   char *cond;
 
-  /* Vectors of strings that are the encoded forms of a tracepoint's actions.  */
+  /* Vectors of strings that are the encoded forms of a tracepoint's
+     actions.  */
   VEC(char_ptr) *actions;
   VEC(char_ptr) *step_actions;
 
@@ -209,7 +210,8 @@ extern int encode_source_string (int num, ULONGEST addr,
 
 extern void parse_trace_status (char *line, struct trace_status *ts);
 
-extern void parse_tracepoint_definition (char *line, struct uploaded_tp **utpp);
+extern void parse_tracepoint_definition (char *line,
+                                        struct uploaded_tp **utpp);
 extern void parse_tsv_definition (char *line, struct uploaded_tsv **utsvp);
 
 extern struct uploaded_tp *get_uploaded_tp (int num, ULONGEST addr,