No longer create readonly regcache
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 18fdcf389dcb978079e49edf3087440d87bd1b2b..9f4596ecd152da6e7a96b5cd20f8240b5900ee8b 100644 (file)
@@ -1,5 +1,5 @@
 /* Data structures associated with tracepoints in GDB.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -269,7 +269,7 @@ public:
 
   void finish ();
 
-  char **stringify ();
+  std::vector<std::string> stringify ();
 
   const std::vector<std::string> &wholly_collected ()
   { return m_wholly_collected; }
@@ -328,7 +328,8 @@ extern void encode_actions (struct bp_location *tloc,
                            struct collection_list *stepping_list);
 
 extern void encode_actions_rsp (struct bp_location *tloc,
-                               char ***tdp_actions, char ***stepping_actions);
+                               std::vector<std::string> *tdp_actions,
+                               std::vector<std::string> *stepping_actions);
 
 extern void validate_actionline (const char *, struct breakpoint *);
 extern void validate_trace_state_variable_name (const char *name);
This page took 0.024398 seconds and 4 git commands to generate.