#include <bayonne.h>
Inheritance diagram for Debug:

Public Member Functions | |
| Debug () | |
| Register DSO debug object. | |
| virtual bool | debugTrace (void) |
| Virtual for trace mode vs begin in script stepping. | |
| virtual bool | debugFinal (int signo) |
| Interface for "final" handling of debug. | |
| virtual void | debugEvent (Trunk *trunk, TrunkEvent *event) |
| Debug interface for event processing "taps". | |
| virtual void | debugState (Trunk *trunk, char *state) |
| Debug interface for state handler entry "taps". | |
| virtual void | debugService (Trunk *trunk, char *msg) |
| Debug service loop code "tap". | |
| virtual void | debugScript (Trunk *trunk, char *msg) |
| Debug interface for "debug" script step. | |
| virtual void | debugStep (Trunk *trunk, Line *line) |
| Debug interface for script step "tap". | |
| virtual bool | debugFifo (char **argv) |
| Debug interface for fifo "debug" statement. | |
| virtual void | debugLogin (Trunk *trunk) |
| Debug interface for login/logout changes. | |
Static Public Member Functions | |
| static void | stackTrace (int signo) |
| Stack trace support. | |
|
|
Register DSO debug object.
|
|
||||||||||||
|
Debug interface for event processing "taps".
|
|
|
Debug interface for fifo "debug" statement.
|
|
|
Interface for "final" handling of debug.
|
|
|
Debug interface for login/logout changes.
|
|
||||||||||||
|
Debug interface for "debug" script step.
|
|
||||||||||||
|
Debug service loop code "tap".
|
|
||||||||||||
|
Debug interface for state handler entry "taps".
|
|
||||||||||||
|
Debug interface for script step "tap".
|
|
|
Virtual for trace mode vs begin in script stepping.
|
|
|
Stack trace support.
|
1.4.4