On 24 Dec 2015, at 14:26, David Becher wrote:
>
> Hey!
>
> I was just wondering what would be the best way to debug a plugin I am
> currently writing for dovecot.
> The plugin basically registers a new IMAP capability and I want to set a
> breakpoint to the "cmd_handle_new_capability" function
> PID USERPR NI VIRTRES SHR S
> %CPU%MEMTIME+ COMMAND
> 13413 vmail 20 0 21004 18441524S 0.0
> 0.0 0:00.00 Iman
Just figured there is a typo in my 'top' output, the COMMAND is "imap"
Hey!
I was just wondering what would be the best way to debug a plugin I am
currently writing for dovecot.
The plugin basically registers a new IMAP capability and I want to set a
breakpoint to the "cmd_handle_new_capability" function (thats just a function
name for better explaining purposes).