update copyright year range in GDB files
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 855bb1da0308f147136f2a844dee98e32a07c1e5..8c4dedcecffe1d5a3e35f543fab18d64c91b34e4 100644 (file)
@@ -1,5 +1,5 @@
 /* Data structures associated with tracepoints in GDB.
-   Copyright (C) 1997-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -77,7 +77,7 @@ enum trace_stop_reason
   {
     trace_stop_reason_unknown,
     trace_never_run,
-    tstop_command,
+    trace_stop_command,
     trace_buffer_full,
     trace_disconnected,
     tracepoint_passcount,
@@ -252,7 +252,8 @@ public:
   void add_aexpr (agent_expr_up aexpr);
 
   void add_register (unsigned int regno);
-  void add_memrange (int type, bfd_signed_vma base,
+  void add_memrange (struct gdbarch *gdbarch,
+                    int type, bfd_signed_vma base,
                     unsigned long len);
   void collect_symbol (struct symbol *sym,
                       struct gdbarch *gdbarch,
This page took 0.025998 seconds and 4 git commands to generate.