Ver Fonte

debugger: Update doku

Document why debugger module should be loaded first in the module sequence.
Stefan Mititelu há 9 anos atrás
pai
commit
5a2c043769
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      modules/debugger/doc/debugger_admin.xml

+ 4 - 0
modules/debugger/doc/debugger_admin.xml

@@ -57,6 +57,10 @@
 		    </listitem>
 	    	</itemizedlist>
 	    </para>
+	    <para>
+		NOTE: Due to the debugger module child_init() function, one should load the module first in the module sequence in order to initialize _dbg_pid_list.
+		Otherwise, another module (i.e. p_usrloc) forking a process with rank != PROC_INIT will fail.
+	    </para>
 	</section>
 	<section>
 	    <title>External Libraries or Applications</title>