summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index b50266a7912..d26c9505089 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -97,9 +97,9 @@ struct trace_status
int traceframe_count;
- size_t buffer_size;
+ unsigned long long buffer_size;
- size_t buffer_free;
+ unsigned long long buffer_free;
};
struct trace_status *current_trace_status (void);