aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/doc/src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-12-09 12:02:51 +0100
committerHans Nilsson <[email protected]>2014-12-09 12:02:51 +0100
commitf8006fa8e7f0a1897aabda7be2839011c957a4f5 (patch)
treebdc80552b7d1e1909e7b79223fc704f52a391dd8 /lib/debugger/doc/src
parent28a7e288bda01a05a569a8d884a7b348e746be6e (diff)
parent36bb962f0bb0d35cdc62a07b4db91116e1a5ebe2 (diff)
downloadotp-f8006fa8e7f0a1897aabda7be2839011c957a4f5.tar.gz
otp-f8006fa8e7f0a1897aabda7be2839011c957a4f5.tar.bz2
otp-f8006fa8e7f0a1897aabda7be2839011c957a4f5.zip
Merge remote-tracking branch 'upstream/maint' into maint
Diffstat (limited to 'lib/debugger/doc/src')
-rw-r--r--lib/debugger/doc/src/i.xml2
-rw-r--r--lib/debugger/doc/src/int.xml2
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