Differences
This shows you the differences between two versions of the page.
devel:gdb [2011/04/08 14:39] tr created initially and added "Timer-Trigger Debugging" section |
devel:gdb [2011/04/08 15:08] (current) tr Note how "kamctl ps" helps you determining the timer process. |
||
---|---|---|---|
Line 7: | Line 7: | ||
If you wish to debug a function that is triggered by a timer (e.g., tm/dialog callbacks issued from transaction timeouts) you need to attach gdb to the Kamailio timer process. Specifically, | If you wish to debug a function that is triggered by a timer (e.g., tm/dialog callbacks issued from transaction timeouts) you need to attach gdb to the Kamailio timer process. Specifically, | ||
- | Unfortunately, | + | In order to tell which Kamailio process |