Module: sip-router Branch: master Commit: c4505aab3b2a945de126b617902382554837df3a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4505aab...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Feb 4 20:50:36 2010 +0100
debugger: removed completed task from to-do
- fixed the description of inner command for dbg.bp
---
modules/debugger/README | 8 ++------ modules/debugger/doc/debugger_admin.xml | 12 ++---------- 2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/modules/debugger/README b/modules/debugger/README index 4b4149f..e0b8a1f 100644 --- a/modules/debugger/README +++ b/modules/debugger/README @@ -282,8 +282,8 @@ if($si=="10.0.0.10") Name: dbg.bp
Parameters: - * _cmd_ : inner command can be 'on' or 'off' to enable or disable the - tracing for one or all processe. + * _cmd_ : inner command, see next section for the list of available + values. * _pid_ : pid for which to apply the inner command. If it missing, then will be applied for all processes. * _params_ : extra params specific for each inner command. @@ -393,10 +393,6 @@ sercmd> dbg.bp move 10481 7. To-do
The 'MUSTS' and ideas of what can be done: - * many internal parameters not yet exported to cfg: log level for - printed messages, log facility, sleep time while waiting at - breakpoint, number of iterations to wait for response from SIP - router process ... they are now global variables inside module. * Complete breakpoint setting and usage on specific lines. * Make the output more human friendly - text can be used instead of integer values for some fields such as state. Also, for some diff --git a/modules/debugger/doc/debugger_admin.xml b/modules/debugger/doc/debugger_admin.xml index c65851e..b774bdf 100644 --- a/modules/debugger/doc/debugger_admin.xml +++ b/modules/debugger/doc/debugger_admin.xml @@ -317,8 +317,8 @@ if($si=="10.0.0.10") </para> <para>Parameters:</para> <itemizedlist> - <listitem><para>_cmd_ : inner command can be 'on' or 'off' to - enable or disable the tracing for one or all processe.</para> + <listitem><para>_cmd_ : inner command, see next section for + the list of available values.</para> </listitem> <listitem><para>_pid_ : pid for which to apply the inner command. If it missing, then will be applied for all processes.</para> @@ -477,14 +477,6 @@ sercmd> dbg.bp move 10481 </para> <itemizedlist> <listitem> - <para>many internal parameters not yet exported to cfg: - log level for printed messages, log facility, sleep time while - waiting at breakpoint, number of iterations to wait for response - from SIP router process ... they are now global variables inside - module. - </para> - </listitem> - <listitem> <para> Complete breakpoint setting and usage on specific lines. </para>