stas        02/03/18 08:58:38

  Modified:    src/docs/2.0/devel/debug_c/code .debug-modperl-xs
  Log:
  - forgot to add the optional shared libs loading
  
  Revision  Changes    Path
  1.3       +16 -0     
modperl-docs/src/docs/2.0/devel/debug_c/code/.debug-modperl-xs
  
  Index: .debug-modperl-xs
  ===================================================================
  RCS file: 
/home/cvs/modperl-docs/src/docs/2.0/devel/debug_c/code/.debug-modperl-xs,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .debug-modperl-xs 18 Mar 2002 16:55:47 -0000      1.2
  +++ .debug-modperl-xs 18 Mar 2002 16:58:38 -0000      1.3
  @@ -25,6 +25,17 @@
       continue
   end
   
  +define sharedap
  +    sharedlibrary apr
  +    sharedlibrary aprutil
  +    #sharedlibrary mod_ssl.so
  +    continue
  +end
  +
  +define sharedperl
  +    sharedlibrary libperl
  +end
  +
   define gopoll
       b apr_poll
       continue
  @@ -45,3 +56,8 @@
   gopoll
   mybp
   
  +# ADJUST: uncomment if you need to step through the code in apr libs
  +#sharedap
  +
  +# ADJUST: uncomment if you need to step through the code in perlib
  +#sharedperl
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to