stas 2002/12/30 20:07:37
Modified: src/docs/2.0/devel/debug c.pod
src/docs/2.0/devel/debug/code .debug-modperl-init
.debug-modperl-register
Log:
shared lib is now called mod_perl.so and not libmodperl.so, fix the debug
scripts
Revision Changes Path
1.3 +3 -3 modperl-docs/src/docs/2.0/devel/debug/c.pod
Index: c.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug/c.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- c.pod 10 Dec 2002 02:49:10 -0000 1.2
+++ c.pod 31 Dec 2002 04:07:37 -0000 1.3
@@ -84,7 +84,7 @@
b ap_run_pre_config
run -d `pwd`/t -f `pwd`/t/conf/httpd.conf \
-DONE_PROCESS -DAPACHE2 -DPERL_USEITHREADS
- sharedlibrary modperl
+ sharedlibrary mod_perl
b modperl_hook_init
# start: modperl_hook_init
continue
@@ -145,8 +145,8 @@
Also notice that you don't have to type the full path of the library
when trying to load them, even a partial name will suffice. In our
-commands file example we have used C<sharedlibrary modperl> instead of
-saying C<sharedlibrary libmodperl.so>.
+commands file example we have used C<sharedlibrary mod_perl> instead of
+saying C<sharedlibrary mod_perl.so>.
If you want to set breakpoints and step through the code in the Perl
and APR core libraries you should load their appropriate libraries:
1.2 +1 -1
modperl-docs/src/docs/2.0/devel/debug/code/.debug-modperl-init
Index: .debug-modperl-init
===================================================================
RCS file:
/home/cvs/modperl-docs/src/docs/2.0/devel/debug/code/.debug-modperl-init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .debug-modperl-init 9 Dec 2002 16:29:57 -0000 1.1
+++ .debug-modperl-init 31 Dec 2002 04:07:37 -0000 1.2
@@ -22,7 +22,7 @@
end
define modperl_init
- sharedlibrary modperl
+ sharedlibrary mod_perl
b modperl_hook_init
continue
end
1.2 +1 -1
modperl-docs/src/docs/2.0/devel/debug/code/.debug-modperl-register
Index: .debug-modperl-register
===================================================================
RCS file:
/home/cvs/modperl-docs/src/docs/2.0/devel/debug/code/.debug-modperl-register,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .debug-modperl-register 9 Dec 2002 16:29:57 -0000 1.1
+++ .debug-modperl-register 31 Dec 2002 04:07:37 -0000 1.2
@@ -65,7 +65,7 @@
b ap_add_module
continue
-sharedlibrary modperl
+sharedlibrary mod_perl
b modperl_register_hooks
continue
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]