summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index 875966cd2c6..ecde64dd304 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -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,