HP-UX AAA Server A.07.01 Administrator's Guide

7. Attach the radius pid, as follows:
# gdb> attach <radius pid>
An output similar to the following displays:
Reading symbols from /opt/aaa/aatv/proldap.so...done.
Reading symbols from /opt/aaa/aatv/securidAatv.so...done.
Reading symbols from /opt/aaa/aatv/snmpAgent.so...done.
Reading symbols from /opt/aaa/aatv/tacplus.so...done.
Reading symbols from /opt/aaa/aatv/tunneling.so...done.
Reading symbols from /opt/aaa/aatv/vlogit.so...done.
Reading symbols from /opt/aaa/aatv/samplesc.so...done
8. Set a breakpoint at the specified line of function, as shown in the following example:
# gdb> b <function>
9. Enter the continue command, as shown below:
# gdb> c
10. At another window prompt, enter the radpwtst command as shown in the
following example:
# radpwtst -a localhost -w password test_user
11. Use gdb commands to step through the code and look at the data to see how it is
being processed in your plug-in module.
12. To quit gdb, enter the following command:
# gdb> q
Creating Plug-ins 323