diff options
author | Hans Nilsson <[email protected]> | 2014-12-09 12:03:54 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-12-09 12:03:54 +0100 |
commit | d84b59736cc90b287672b49369969d3f106622bf (patch) | |
tree | 5f8790598d0711dbd0439fa703f582a3b3f483d5 /lib/debugger/doc/src | |
parent | fc3ff2f4c1e742f9f625cd3c5900992863643a49 (diff) | |
parent | 0abb0fd12196bec78cbab63fe2a22b000b283279 (diff) | |
download | otp-d84b59736cc90b287672b49369969d3f106622bf.tar.gz otp-d84b59736cc90b287672b49369969d3f106622bf.tar.bz2 otp-d84b59736cc90b287672b49369969d3f106622bf.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'lib/debugger/doc/src')
-rw-r--r-- | lib/debugger/doc/src/i.xml | 2 | ||||
-rw-r--r-- | lib/debugger/doc/src/int.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugger/doc/src/i.xml b/lib/debugger/doc/src/i.xml index fb7641c30e..7564da79b3 100644 --- a/lib/debugger/doc/src/i.xml +++ b/lib/debugger/doc/src/i.xml @@ -211,7 +211,7 @@ the result of calling the shell function <c>pid(X,Y,Z)</c>. An attached process is expected to call the unofficial <c>int:attached(Pid)</c> function and to be able to handle - messages from the interpreter, see <c>dbg_ui_trace.erl</c> for + messages from the interpreter, see <c>dbg_wx_trace.erl</c> for an example.</p> </desc> </func> diff --git a/lib/debugger/doc/src/int.xml b/lib/debugger/doc/src/int.xml index 3a5886ceb9..96d0d7f83d 100644 --- a/lib/debugger/doc/src/int.xml +++ b/lib/debugger/doc/src/int.xml @@ -49,7 +49,7 @@ execution. This is done by sending and receiving information to/from the process via a third process, called the meta process. It is possible to implement your own attached process. See - <c>int.erl</c> for available functions and <c>dbg_ui_trace.erl</c> + <c>int.erl</c> for available functions and <c>dbg_wx_trace.erl</c> for possible messages.</p> <p>The interpreter depends on the Kernel, STDLIB and GS |