aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/doc/src
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-12-09 10:05:57 +0100
committerDan Gudmundsson <[email protected]>2014-12-09 10:05:57 +0100
commit6d9e36c740dee112e502e7c8332fbe5e983a13ab (patch)
tree7213229f3da1b5020358ffcda006c089e7bf2359 /lib/debugger/doc/src
parent342bf3c6500770fdd9ef5862d87a28d350e91b4b (diff)
parentaa1e961f4dc6250f1ccbfbf150cae8dbef1503e9 (diff)
downloadotp-6d9e36c740dee112e502e7c8332fbe5e983a13ab.tar.gz
otp-6d9e36c740dee112e502e7c8332fbe5e983a13ab.tar.bz2
otp-6d9e36c740dee112e502e7c8332fbe5e983a13ab.zip
Merge branch 'dgud/debugger/still-invoked-gs-functions/OTP-12357' into maint
* dgud/debugger/still-invoked-gs-functions/OTP-12357: debugger: Do not use the old removed gs functionality
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