Explorar o código

debugger: Update doku

Document why debugger module should be loaded first in the module sequence.
Stefan Mititelu %!s(int64=9) %!d(string=hai) anos
pai
achega
5a2c043769
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>