Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index e224f89120b01e1976281e0f9322a666a2b98044..1af9e830c831c056f0492909e9fb51ce98de1285 100644 (file)
@@ -164,6 +164,10 @@ public:
   virtual void low_new_fork (struct lwp_info *parent, pid_t child_pid)
   {}
 
+  /* The method to call, if any, when a new clone event is detected.  */
+  virtual void low_new_clone (struct lwp_info *parent, pid_t child_lwp)
+  {}
+
   /* The method to call, if any, when a process is no longer
      attached.  */
   virtual void low_forget_process (pid_t pid)
This page took 0.023358 seconds and 4 git commands to generate.