This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The attached patch adds to the debugger a capability I thought about
[perl5.git] / perldtrace.d
index f87a27a..95eb066 100644 (file)
@@ -4,8 +4,8 @@
  */
 
 provider perl {
-    probe sub__entry(char *, char *, int, char *);
-    probe sub__return(char *, char *, int, char *);
+    probe sub__entry(const char *, const char *, int, const char *);
+    probe sub__return(const char *, const char *, int, const char *);
 
     probe phase__change(const char *, const char *);
 };